diff --git a/Gemfile b/Gemfile index 3400024ea..b5c81b745 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem "sassc-rails", "~> 2.1.2" gem "savon", "~> 2.15.1" gem "sitemap_generator", "~> 6.3.0" gem "social-share-button", "~> 1.2.4" -gem "sprockets", "~> 4.2.1" +gem "sprockets", "~> 4.2.2" gem "sprockets-rails", "~> 3.5.2", require: "sprockets/railtie" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 9dc72bbe3..3f9532b33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -661,8 +661,9 @@ GEM version_gem (>= 1.1.8, < 3) social-share-button (1.2.4) coffee-rails - sprockets (4.2.1) + sprockets (4.2.2) concurrent-ruby (~> 1.0) + logger rack (>= 2.2.4, < 4) sprockets-rails (3.5.2) actionpack (>= 6.1) @@ -826,7 +827,7 @@ DEPENDENCIES simplecov-lcov (~> 0.8.0) sitemap_generator (~> 6.3.0) social-share-button (~> 1.2.4) - sprockets (~> 4.2.1) + sprockets (~> 4.2.2) sprockets-rails (~> 3.5.2) turbolinks (~> 5.2.1) turnout (~> 2.5.0)