Skip to content

Commit

Permalink
fix the version of sprockets to avoid deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yohm committed Sep 29, 2016
1 parent 886f63d commit d39059b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ gem "net-sftp"
gem "jbuilder", '2.4.0'

# assets
gem "sprockets", '3.6.3'
# fix version of sprockets to prevent deprecation warning.
# should be updated after less-rails fixed issue https://github.com/metaskills/less-rails/issues/122
gem "haml-rails"
gem "sass-rails"
gem 'therubyracer' # necessary to compile less
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ GEM
simplecov (>= 0.4.1)
slop (3.6.0)
spork (0.9.2)
sprockets (3.7.0)
sprockets (3.6.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.0)
Expand Down Expand Up @@ -275,10 +275,11 @@ DEPENDENCIES
simplecov
simplecov-rcov
spork
sprockets (= 3.6.3)
sys-filesystem
therubyracer
thin
twitter-bootstrap-rails

BUNDLED WITH
1.12.5
1.13.1

0 comments on commit d39059b

Please sign in to comment.