diff --git a/Gemfile b/Gemfile index 1ac3634a0..8e55e57da 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :development, :test do gem "knapsack_pro", "~> 5.7.0" gem "launchy", "~> 2.5.2" gem "letter_opener_web", "~> 2.0.0" - gem "spring", "~> 2.1.1" + gem "spring", "~> 4.1.3" gem "spring-commands-rspec", "~> 1.0.4" end diff --git a/Gemfile.lock b/Gemfile.lock index 12e7501f2..b290c4835 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -615,7 +615,7 @@ GEM social-share-button (1.2.4) coffee-rails socksify (1.7.1) - spring (2.1.1) + spring (4.1.3) spring-commands-rspec (1.0.4) spring (>= 0.9.1) sprockets (4.2.1) @@ -781,7 +781,7 @@ DEPENDENCIES simplecov-lcov (~> 0.8.0) sitemap_generator (~> 6.3.0) social-share-button (~> 1.2.4) - spring (~> 2.1.1) + spring (~> 4.1.3) spring-commands-rspec (~> 1.0.4) sprockets (~> 4.2.1) turbolinks (~> 5.2.1)