Skip to content

Commit

Permalink
Merge pull request #1655 from etalab/dependabot/bundler/development-d…
Browse files Browse the repository at this point in the history
…ependencies-1799ceb5cb

Bump rspec-rails from 6.1.4 to 7.0.1 in the development-dependencies group
  • Loading branch information
skelz0r authored Sep 9, 2024
2 parents a1028b3 + b2eed8c commit db29457
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ group :test do
gem 'cuprite'
gem 'rspec-collection_matchers'
gem 'rspec-its'
gem 'rspec-rails', '6.1.4'
gem 'rspec-rails', '7.0.1'
gem 'rspec-retry'
gem 'shoulda-matchers'
gem 'simplecov', require: false
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
Expand Down Expand Up @@ -407,7 +407,7 @@ GEM
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
Expand All @@ -425,9 +425,9 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-collection_matchers (1.2.1)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-its (1.3.0)
Expand All @@ -436,10 +436,10 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.0.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand Down Expand Up @@ -527,7 +527,7 @@ GEM
patience_diff
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.1)
thor (1.3.2)
tilt (2.3.0)
timecop (0.9.10)
timeout (0.4.1)
Expand Down Expand Up @@ -562,7 +562,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.4.3)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -619,7 +619,7 @@ DEPENDENCIES
rest-client
rspec-collection_matchers
rspec-its
rspec-rails (= 6.1.4)
rspec-rails (= 7.0.1)
rspec-retry
rubocop
rubocop-capybara
Expand Down

0 comments on commit db29457

Please sign in to comment.