From de69b52a46e285c74f2196b56182a92ce9b20a6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:26:58 +0000 Subject: [PATCH] Bump spring from 2.0.2 to 2.1.1 Bumps [spring](https://github.com/rails/spring) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/rails/spring/releases) - [Changelog](https://github.com/rails/spring/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/spring/compare/v2.0.2...v2.1.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7c95e6c51..7d4000252 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :development, :test do gem "knapsack_pro", "~> 2.6.0" gem "launchy", "~> 2.5.0" gem "letter_opener_web", "~> 1.4.0" - gem "spring", "~> 2.0.1" + gem "spring", "~> 2.1.1" gem "spring-commands-rspec", "~> 1.0.4" end diff --git a/Gemfile.lock b/Gemfile.lock index 2b0e8e303..76afb0b40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -550,8 +550,7 @@ GEM social-share-button (1.1.0) coffee-rails socksify (1.7.1) - spring (2.0.2) - activesupport (>= 4.2) + spring (2.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) sprockets (3.7.2) @@ -713,7 +712,7 @@ DEPENDENCIES selenium-webdriver (~> 3.142) sitemap_generator (~> 6.0.2) social-share-button (~> 1.1) - spring (~> 2.0.1) + spring (~> 2.1.1) spring-commands-rspec (~> 1.0.4) sprockets (~> 3.7.2) translator-text (~> 0.1.0)