diff --git a/Gemfile b/Gemfile index 803d8f49f..cd147698a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ gem 'json', '~> 1.7.7' group :development do gem 'sqlite3' gem 'pry-rails' + gem 'quiet_assets' end group :production do diff --git a/Gemfile.lock b/Gemfile.lock index b255e3153..2848e9457 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,6 +69,8 @@ GEM slop (~> 3.4) pry-rails (0.3.2) pry (>= 0.9.10) + quiet_assets (1.0.2) + railties (>= 3.1, < 5.0) rack (1.5.2) rack-test (0.6.2) rack (>= 1.0) @@ -150,6 +152,7 @@ DEPENDENCIES json (~> 1.7.7) pg pry-rails + quiet_assets rails (= 4.0.0) rails_config rspec-rails (~> 2.0)