From 19f6057ded6c8cc75a99e89dfbe2e8202deb7498 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sat, 6 Nov 2021 01:41:35 +0100 Subject: [PATCH] Bump rspec-rails --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4c40e33496..19c0c01f92 100644 --- a/Gemfile +++ b/Gemfile @@ -291,7 +291,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "5.0.1" + gem "rspec-rails", "5.0.2" # Cucumber (integration tests) gem "cucumber-rails", "2.4.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e2be07c5fc..ee01490a28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -635,7 +635,7 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (5.0.1) + rspec-rails (5.0.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -643,7 +643,7 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.2) + rspec-support (3.10.3) rubocop (0.93.1) parallel (~> 1.10) parser (>= 2.7.1.5) @@ -903,7 +903,7 @@ DEPENDENCIES responders (= 3.0.1) rqrcode (= 2.1.0) rspec-json_expectations (~> 2.1) - rspec-rails (= 5.0.1) + rspec-rails (= 5.0.2) rubocop (= 0.93.1) rubocop-rails (= 2.9.1) ruby-oembed (= 0.15.0) -- GitLab