From f7caf2fd07319728d926d339c2aacc540af2f841 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 19:02:50 +0000 Subject: [PATCH] Bump guard-jasmine from 2.1.0 to 3.1.0 Bumps [guard-jasmine](https://github.com/guard/guard-jasmine) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/guard/guard-jasmine/releases) - [Changelog](https://github.com/guard/guard-jasmine/blob/master/CHANGELOG.md) - [Commits](https://github.com/guard/guard-jasmine/compare/v2.1.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index c7c9183..2242780 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ group :development, :test do gem 'rspec-collection_matchers' gem 'jasmine-rails' gem 'phantomjs', '1.9.7.1' - gem 'guard-jasmine', '~> 2.0' + gem 'guard-jasmine', '~> 3.1' # We can relax this brakeman dependency after we have deployed a hybrid # cookie serializer and allowed a chance for cookies to be stored as JSON. gem 'brakeman', '4.5.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3cc1e41..1652a2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,8 +91,8 @@ GEM capybara-webkit (1.15.1) capybara (>= 2.3, < 4.0) json - childprocess (0.9.0) - ffi (~> 1.0, >= 1.0.11) + childprocess (1.0.1) + rake (< 13.0) chronic (0.10.2) coderay (1.1.3) coffee-rails (5.0.0) @@ -183,11 +183,11 @@ GEM shellany (~> 0.0) thor (>= 0.18.1) guard-compat (1.2.1) - guard-jasmine (2.1.0) - childprocess (~> 0.5) + guard-jasmine (3.1.0) + childprocess (~> 1.0) guard (~> 2.14) guard-compat (~> 1.2) - jasmine (~> 2.4) + jasmine (~> 3.1) multi_json (~> 1.12) thor (~> 0.19) tilt @@ -208,12 +208,12 @@ GEM aroi (>= 0.0.7) dogstatsd-ruby (~> 4.2) statsd-ruby (~> 1.0) - jasmine (2.99.0) - jasmine-core (>= 2.99.0, < 3.0.0) + jasmine (3.7.0) + jasmine-core (~> 3.7.0) phantomjs rack (>= 1.2.1) rake - jasmine-core (2.99.2) + jasmine-core (3.7.1) jasmine-rails (0.15.0) jasmine-core (>= 1.3, < 4.0) phantomjs (>= 1.9) @@ -332,7 +332,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (13.0.3) + rake (12.3.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -500,7 +500,7 @@ DEPENDENCIES database_cleaner factory_bot_rails font-awesome-rails (~> 4.7.0) - guard-jasmine (~> 2.0) + guard-jasmine (~> 3.1) guard-rspec httparty (~> 0.15) ims-lti (~> 1.0)