From 52c2c228b305015ad62906c45e416c4f1f05cbdf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 07:08:06 +0000 Subject: [PATCH] build(deps-dev): bump rspec-rails from 3.9.1 to 4.0.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.9.1 to 4.0.2. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v3.9.1...v4.0.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index db4accfb..70864293 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :development, :test do gem 'govuk-lint', '~> 3.10' gem 'guard-rspec' gem 'pry-byebug' - gem 'rspec-rails', '~> 3.8' + gem 'rspec-rails', '~> 4.0' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index cfaab98a..b324cabf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM ast (2.4.1) autoprefixer-rails (9.7.6) execjs - axlsx_styler (1.0.0) + axlsx_styler (1.1.0) activesupport (>= 3.1) caxlsx (>= 2.0.2) bindex (0.8.1) @@ -83,7 +83,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - caxlsx (3.0.1) + caxlsx (3.0.3) htmlentities (~> 4.3, >= 4.3.4) mimemagic (~> 0.3) nokogiri (~> 1.10, >= 1.10.4) @@ -93,21 +93,21 @@ GEM activesupport tzinfo coderay (1.1.3) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.7) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.6) database_cleaner (1.8.5) - delayed_job (4.1.8) - activesupport (>= 3.0, < 6.1) + delayed_job (4.1.9) + activesupport (>= 3.0, < 6.2) delayed_job_active_record (4.1.4) activerecord (>= 3.0, < 6.1) delayed_job (>= 3.0, < 5) - diff-lcs (1.3) + diff-lcs (1.4.4) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dry-inflector (0.2.0) - erubi (1.9.0) + erubi (1.10.0) erubis (2.7.0) execjs (2.7.0) factory_bot (5.2.0) @@ -182,7 +182,7 @@ GEM httparty (0.17.3) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.8.3) + i18n (1.8.5) concurrent-ruby (~> 1.0) inflection (1.0.0) invisible_captcha (1.0.1) @@ -219,7 +219,7 @@ GEM railties (>= 4) request_store (~> 1.0) logstash-event (1.2.02) - loofah (2.5.0) + loofah (2.8.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.5) @@ -234,14 +234,14 @@ GEM mimemagic (0.3.5) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.14.2) multi_json (1.14.1) multi_xml (0.6.0) multipart-post (2.1.1) nenv (0.3.0) netrc (0.11.0) nio4r (2.5.2) - nokogiri (1.10.9) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) notiffany (0.1.3) nenv (~> 0.1) @@ -294,7 +294,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -310,27 +310,27 @@ GEM builder (>= 3.0) dry-inflector (~> 0.1) rubyzip (>= 1.0) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.2) - rspec-support (~> 3.9.3) - rspec-expectations (3.9.2) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.1) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-rails (3.9.1) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-support (~> 3.9.0) - rspec-support (3.9.3) + rspec-support (~> 3.10.0) + rspec-rails (4.0.2) + actionpack (>= 4.2) + activesupport (>= 4.2) + railties (>= 4.2) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.10.1) rubocop (0.61.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -384,7 +384,7 @@ GEM thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -456,7 +456,7 @@ DEPENDENCIES puma (~> 4.3) rails (~> 5.2.4.3) rails-controller-testing - rspec-rails (~> 3.8) + rspec-rails (~> 4.0) sass-rails (~> 5.0) scenic (~> 1.5) spreadsheet_architect