From ffc94efc607e9a4712633aa4b76741b614681dcf Mon Sep 17 00:00:00 2001 From: yasushiito Date: Fri, 15 Feb 2013 07:36:42 +0900 Subject: [PATCH] t#30734:update gem problem --- Gemfile | 2 +- app/assets/stylesheets/application.css | 2 -- config/environments/production.rb | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4040f94d..bc23565b 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ end group :development, :test do gem 'sqlite3' gem 'webrat' - gem 'rspec' + gem 'rspec', '~> 2.12.0' gem 'rspec-rails' gem 'cucumber' gem 'cucumber-rails' diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index fc25b572..307f6809 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -2,6 +2,4 @@ * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. - *= require_self - *= require_tree . */ \ No newline at end of file diff --git a/config/environments/production.rb b/config/environments/production.rb index d8b2f5a8..75318746 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,6 +1,6 @@ Pettanr::Application.configure do # Settings specified here will take precedence over those in config/application.rb -config.assets.precompile += %w( *.js *.css ) +config.assets.precompile += %w( *.js ) # Code is not reloaded between requests config.cache_classes = true -- 2.11.0