Bump sprockets-rails
This commit is contained in:
parent
da68d363a0
commit
6b48580373
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -64,7 +64,7 @@ gem "bootstrap-sass", "3.4.1"
|
|||
gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 and 3.3.5 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691
|
||||
gem "compass-rails", "3.1.0"
|
||||
gem "sass-rails", "5.0.7"
|
||||
gem "sprockets-rails", "3.2.1"
|
||||
gem "sprockets-rails", "3.2.2"
|
||||
|
||||
# Database
|
||||
|
||||
|
|
|
|||
|
|
@ -706,7 +706,7 @@ GEM
|
|||
sprockets (3.7.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
sprockets-rails (3.2.1)
|
||||
sprockets-rails (3.2.2)
|
||||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
|
|
@ -916,7 +916,7 @@ DEPENDENCIES
|
|||
simple_captcha2 (= 0.5.0)
|
||||
simplecov (= 0.21.2)
|
||||
sinon-rails (= 1.15.0)
|
||||
sprockets-rails (= 3.2.1)
|
||||
sprockets-rails (= 3.2.2)
|
||||
string-direction (= 1.2.2)
|
||||
timecop (= 0.9.4)
|
||||
toml-rb (= 2.0.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue