From 22c225968a210a238987185d9b705d2f884299de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 14 Jan 2019 19:18:25 +0000 Subject: [PATCH] Bump spring from 1.1.3 to 1.7.2 Bumps [spring](https://github.com/rails/spring) from 1.1.3 to 1.7.2. - [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/v1.1.3...v1.7.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cd37fba973..be633a4453 100644 --- a/Gemfile +++ b/Gemfile @@ -142,7 +142,7 @@ group :development do gem 'guard-rails' gem 'guard-rspec', '~> 4.7.3' gem 'rubocop', '>= 0.49.1' - gem 'spring', '=1.1.3' + gem 'spring', '1.7.2' gem 'spring-commands-rspec' # 1.0.9 fixed openssl issues on macOS https://github.com/eventmachine/eventmachine/issues/602 diff --git a/Gemfile.lock b/Gemfile.lock index 4df80391ba..79a5ec38ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -695,7 +695,7 @@ GEM rails (>= 3.1) spreadsheet (1.1.4) ruby-ole (>= 1.0) - spring (1.1.3) + spring (1.7.2) spring-commands-rspec (1.0.4) spring (>= 0.9.1) sprockets (2.2.3) @@ -842,7 +842,7 @@ DEPENDENCIES spree_auth_devise! spree_i18n! spree_paypal_express! - spring (= 1.1.3) + spring (= 1.7.2) spring-commands-rspec stripe (~> 3.3.2) therubyracer (= 0.12.0)