diff --git a/Gemfile b/Gemfile index b7bc9109d..0ef6b7a6e 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem "savon", "~> 2.15.0" gem "sitemap_generator", "~> 6.3.0" gem "social-share-button", "~> 1.2.4" gem "sprockets", "~> 4.2.1" -gem "sprockets-rails", "~> 3.4.2", require: "sprockets/railtie" +gem "sprockets-rails", "~> 3.5.2", require: "sprockets/railtie" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 55bfc5deb..d72c2ed4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -627,9 +627,9 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.2) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) sshkit (1.23.0) base64 @@ -784,7 +784,7 @@ DEPENDENCIES social-share-button (~> 1.2.4) spring (~> 4.2.1) sprockets (~> 4.2.1) - sprockets-rails (~> 3.4.2) + sprockets-rails (~> 3.5.2) turbolinks (~> 5.2.1) turnout (~> 2.5.0) uglifier (~> 4.2.0)