diff --git a/Gemfile b/Gemfile index ec063b58b..c16ebe9f6 100644 --- a/Gemfile +++ b/Gemfile @@ -77,8 +77,6 @@ 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-commands-rspec", "~> 1.0.4" end group :test do @@ -114,6 +112,7 @@ group :development do gem "rubocop-rspec", "~> 2.27.0", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false gem "scss_lint", "~> 0.60.0", require: false + gem "spring", "~> 4.1.3" gem "web-console", "~> 4.2.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 8b0b3a7a3..cf6510b2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -615,9 +615,7 @@ GEM social-share-button (1.2.4) coffee-rails socksify (1.7.1) - spring (2.1.1) - spring-commands-rspec (1.0.4) - spring (>= 0.9.1) + spring (4.1.3) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -781,8 +779,7 @@ DEPENDENCIES simplecov-lcov (~> 0.8.0) sitemap_generator (~> 6.3.0) social-share-button (~> 1.2.4) - spring (~> 2.1.1) - spring-commands-rspec (~> 1.0.4) + spring (~> 4.1.3) sprockets (~> 4.2.1) turbolinks (~> 5.2.1) turnout (~> 2.5.0)