Skip to content

Commit

Permalink
Remove deprecated quiet_assets gem
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Jul 21, 2016
1 parent 0fc9297 commit a934720
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -9,7 +9,6 @@ path "./" do
gem "refinerycms-resources"
end

gem 'quiet_assets'
gem 'spring'
gem 'spring-commands-rspec'
gem 'poltergeist', '>= 1.8.1'
Expand Down
2 changes: 0 additions & 2 deletions templates/refinery/demo.rb
Expand Up @@ -16,8 +16,6 @@
"
gem 'refinerycms', git: 'https://github.com/refinery/refinerycms', branch: 'master'
gem 'quiet_assets', :group => :development
# Add support for refinerycms-acts-as-indexed
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.0']
Expand Down
2 changes: 0 additions & 2 deletions templates/refinery/edge.rb
Expand Up @@ -30,8 +30,6 @@

append_file 'Gemfile' do
"
gem 'quiet_assets', group: :development
# Add support for searching inside Refinery's admin interface.
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.0']
Expand Down

0 comments on commit a934720

Please sign in to comment.