OSDN Git Service

t#30734:update gem problem
authoryasushiito <yas@pen-chan.jp>
Thu, 14 Feb 2013 22:36:42 +0000 (07:36 +0900)
committeryasushiito <yas@pen-chan.jp>
Thu, 14 Feb 2013 22:36:42 +0000 (07:36 +0900)
Gemfile
app/assets/stylesheets/application.css
config/environments/production.rb

diff --git a/Gemfile b/Gemfile
index 4040f94..bc23565 100644 (file)
--- 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'
index fc25b57..307f680 100644 (file)
@@ -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
index d8b2f5a..7531874 100644 (file)
@@ -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