diff --git a/Gemfile b/Gemfile index a9cb8fbbd..03925075e 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem "sassc-rails", "~> 2.1.2" gem "savon", "~> 2.12.1" gem "sitemap_generator", "~> 6.1.2" gem "social-share-button", "~> 1.2.4" -gem "sprockets", "~> 4.0.2" +gem "sprockets", "~> 4.1.1" gem "translator-text", "~> 0.1.0" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8287adb66..628146afc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -470,7 +470,7 @@ GEM puma (4.3.12) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3.1) + rack (2.2.4) rack-accept (0.4.5) rack (>= 0.4) rack-protection (2.1.0) @@ -620,7 +620,7 @@ GEM spring (2.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - sprockets (4.0.2) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-es6 (0.9.2) @@ -789,7 +789,7 @@ DEPENDENCIES social-share-button (~> 1.2.4) spring (~> 2.1.1) spring-commands-rspec (~> 1.0.4) - sprockets (~> 4.0.2) + sprockets (~> 4.1.1) translator-text (~> 0.1.0) turbolinks (~> 5.2.1) turnout (~> 2.5.0)