fix #7 issue: rake assets:precompile error

This commit is contained in:
yafeilee 2015-03-03 00:03:59 +08:00
parent a5ca25d60e
commit 0befd6474d
2 changed files with 43 additions and 42 deletions

View File

@ -4,13 +4,13 @@ else
source 'https://rubygems.org' source 'https://rubygems.org'
end end
gem 'rails', '4.1.8' gem 'rails', '4.1.9'
#gem 'sprockets', '2.12.1' #gem 'sprockets', '2.12.1'
gem 'sass-rails', '~> 4.0.4' gem 'sass-rails'
gem 'coffee-rails', '~> 4.1.0' gem 'coffee-rails', '~> 4.1.0'
gem 'uglifier', '>= 1.3.0' gem 'uglifier', '>= 1.3.0'
gem 'jquery-rails' gem 'jquery-rails'
gem 'foundation-rails', '~> 5.4' gem 'foundation-rails', '~> 5.5.1'
gem 'foundation-icons-sass-rails' gem 'foundation-icons-sass-rails'
gem 'font-awesome-sass' gem 'font-awesome-sass'

View File

@ -1,33 +1,33 @@
GEM GEM
remote: http://ruby.taobao.org/ remote: http://ruby.taobao.org/
specs: specs:
actionmailer (4.1.8) actionmailer (4.1.9)
actionpack (= 4.1.8) actionpack (= 4.1.9)
actionview (= 4.1.8) actionview (= 4.1.9)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
actionpack (4.1.8) actionpack (4.1.9)
actionview (= 4.1.8) actionview (= 4.1.9)
activesupport (= 4.1.8) activesupport (= 4.1.9)
rack (~> 1.5.2) rack (~> 1.5.2)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
actionview (4.1.8) actionview (4.1.9)
activesupport (= 4.1.8) activesupport (= 4.1.9)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubis (~> 2.7.0)
activemodel (4.1.8) activemodel (4.1.9)
activesupport (= 4.1.8) activesupport (= 4.1.9)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.1.8) activerecord (4.1.9)
activemodel (= 4.1.8) activemodel (= 4.1.9)
activesupport (= 4.1.8) activesupport (= 4.1.9)
arel (~> 5.0.0) arel (~> 5.0.0)
activesupport (4.1.8) activesupport (4.1.9)
i18n (~> 0.6, >= 0.6.9) i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
angularjs-rails (1.3.10) angularjs-rails (1.3.14)
arel (5.0.1.20140414130214) arel (5.0.1.20140414130214)
bson (2.3.0) bson (2.3.0)
builder (3.2.2) builder (3.2.2)
@ -49,7 +49,7 @@ GEM
celluloid (0.16.0) celluloid (0.16.0)
timers (~> 4.0.0) timers (~> 4.0.0)
chunky_png (1.3.4) chunky_png (1.3.4)
codeclimate-test-reporter (0.4.6) codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0) simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0) coderay (1.1.0)
coffee-rails (4.1.0) coffee-rails (4.1.0)
@ -79,9 +79,9 @@ GEM
foundation-icons-sass-rails (3.0.0) foundation-icons-sass-rails (3.0.0)
railties (>= 3.1.1) railties (>= 3.1.1)
sass-rails (>= 3.1.1) sass-rails (>= 3.1.1)
foundation-rails (5.5.0.0) foundation-rails (5.5.1.0)
railties (>= 3.1.0) railties (>= 3.1.0)
sass (>= 3.2.0, < 3.4) sass (>= 3.3.0, < 3.5)
guard (2.12.4) guard (2.12.4)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (~> 2.7) listen (~> 2.7)
@ -174,19 +174,19 @@ GEM
rack-cors (0.3.1) rack-cors (0.3.1)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.1.8) rails (4.1.9)
actionmailer (= 4.1.8) actionmailer (= 4.1.9)
actionpack (= 4.1.8) actionpack (= 4.1.9)
actionview (= 4.1.8) actionview (= 4.1.9)
activemodel (= 4.1.8) activemodel (= 4.1.9)
activerecord (= 4.1.8) activerecord (= 4.1.9)
activesupport (= 4.1.8) activesupport (= 4.1.9)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.1.8) railties (= 4.1.9)
sprockets-rails (~> 2.0) sprockets-rails (~> 2.0)
railties (4.1.8) railties (4.1.9)
actionpack (= 4.1.8) actionpack (= 4.1.9)
activesupport (= 4.1.8) activesupport (= 4.1.9)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
raindrops (0.13.0) raindrops (0.13.0)
@ -228,12 +228,13 @@ GEM
rspec (~> 3.0, >= 3.0.0) rspec (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0) sidekiq (>= 2.4.0)
rspec-support (3.2.2) rspec-support (3.2.2)
sass (3.2.19) sass (3.4.13)
sass-rails (4.0.5) sass-rails (5.0.1)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
sass (~> 3.2.2) sass (~> 3.1)
sprockets (~> 2.8, < 3.0) sprockets (>= 2.8, < 4.0)
sprockets-rails (~> 2.0) sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
shellany (0.0.1) shellany (0.0.1)
sidekiq (3.3.2) sidekiq (3.3.2)
celluloid (>= 0.16.0) celluloid (>= 0.16.0)
@ -259,7 +260,7 @@ GEM
railties (>= 3.1, < 5.0) railties (>= 3.1, < 5.0)
slim (~> 3.0) slim (~> 3.0)
slop (3.6.0) slop (3.6.0)
spring (1.3.2) spring (1.3.3)
sprockets (2.12.3) sprockets (2.12.3)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
@ -277,7 +278,7 @@ GEM
hitimes hitimes
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.0) uglifier (2.7.1)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
unicorn (4.8.3) unicorn (4.8.3)
@ -302,7 +303,7 @@ DEPENDENCIES
figaro figaro
font-awesome-sass font-awesome-sass
foundation-icons-sass-rails foundation-icons-sass-rails
foundation-rails (~> 5.4) foundation-rails (~> 5.5.1)
guard guard
guard-bundler guard-bundler
guard-rails guard-rails
@ -321,14 +322,14 @@ DEPENDENCIES
pry-rails pry-rails
quiet_assets quiet_assets
rack-cors rack-cors
rails (= 4.1.8) rails (= 4.1.9)
redcarpet redcarpet
rest-client rest-client
rouge rouge
rqrcode-with-patches rqrcode-with-patches
rspec-rails (>= 2.8.1) rspec-rails (>= 2.8.1)
rspec-sidekiq rspec-sidekiq
sass-rails (~> 4.0.4) sass-rails
sidekiq sidekiq
simple_form simple_form
slim-rails slim-rails