diff --git a/Gemfile b/Gemfile index af98eb4ec..22a440067 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem "bootstrap-sass", "3.3.7" gem "bootstrap-switch-rails", "3.3.3" gem "compass-rails", "3.0.2" gem "sass-rails", "5.0.6" -gem "sprockets-rails", "3.2.0" +gem "sprockets-rails", "3.2.1" # Database diff --git a/Gemfile.lock b/Gemfile.lock index 26385dbac..1a9c02c24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -670,7 +670,7 @@ GEM sprockets (3.7.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.0) + sprockets-rails (3.2.1) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) @@ -888,7 +888,7 @@ DEPENDENCIES spring (= 2.0.2) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) - sprockets-rails (= 3.2.0) + sprockets-rails (= 3.2.1) string-direction (= 1.2.0) timecop (= 0.9.1) turbo_dev_assets (= 0.0.2)