Bump rspec-rails

This commit is contained in:
Benjamin Neff
2024-05-30 04:09:59 +02:00
parent 6321215bb4
commit 4d38b8592f
2 changed files with 15 additions and 15 deletions

View File

@@ -249,7 +249,7 @@ end
group :development, :test do group :development, :test do
# RSpec (unit tests, some integration tests) # RSpec (unit tests, some integration tests)
gem "rspec-rails", "6.0.3" gem "rspec-rails", "6.1.2"
# Cucumber (integration tests) # Cucumber (integration tests)
gem "cucumber-rails", "2.6.1", require: false gem "cucumber-rails", "2.6.1", require: false

View File

@@ -222,7 +222,7 @@ GEM
diaspora_federation (= 1.1.0) diaspora_federation (= 1.1.0)
fabrication (~> 2.29) fabrication (~> 2.29)
uuid (~> 2.3, >= 2.3.8) uuid (~> 2.3, >= 2.3.8)
diff-lcs (1.5.0) diff-lcs (1.5.1)
docile (1.4.0) docile (1.4.0)
domain_name (0.5.20190701) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
@@ -619,24 +619,24 @@ GEM
chunky_png (~> 1.0) chunky_png (~> 1.0)
rqrcode_core (~> 1.0) rqrcode_core (~> 1.0)
rqrcode_core (1.2.0) rqrcode_core (1.2.0)
rspec-core (3.12.2) rspec-core (3.13.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-expectations (3.12.3) rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-json_expectations (2.2.0) rspec-json_expectations (2.2.0)
rspec-mocks (3.12.5) rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-rails (6.0.3) rspec-rails (6.1.2)
actionpack (>= 6.1) actionpack (>= 6.1)
activesupport (>= 6.1) activesupport (>= 6.1)
railties (>= 6.1) railties (>= 6.1)
rspec-core (~> 3.12) rspec-core (~> 3.13)
rspec-expectations (~> 3.12) rspec-expectations (~> 3.13)
rspec-mocks (~> 3.12) rspec-mocks (~> 3.13)
rspec-support (~> 3.12) rspec-support (~> 3.13)
rspec-support (3.12.1) rspec-support (3.13.1)
rubocop (1.64.0) rubocop (1.64.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
@@ -886,7 +886,7 @@ DEPENDENCIES
responders (= 3.1.1) responders (= 3.1.1)
rqrcode (= 2.2.0) rqrcode (= 2.2.0)
rspec-json_expectations (~> 2.1) rspec-json_expectations (~> 2.1)
rspec-rails (= 6.0.3) rspec-rails (= 6.1.2)
rubocop (= 1.64.0) rubocop (= 1.64.0)
rubocop-rails (= 2.25.0) rubocop-rails (= 2.25.0)
ruby-oembed (= 0.17.0) ruby-oembed (= 0.17.0)