From 6b48580373469b6e20b9c5025c5f75c85ab65a3b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 28 Jun 2021 00:45:06 +0200 Subject: [PATCH] Bump sprockets-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8758983c8..78739e4a3 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index c934616c1..4bb6ad525 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)