Skip to content

Commit

Permalink
Update dependency rspec-rails to v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 441ec41 commit ac1c107
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'minitest', '5.25.4', require: false
gem 'minitest-reporters', '1.7.1', require: false
gem 'rake', '13.2.1', require: false
gem 'random-port', '~>0.0', require: false
gem 'rspec-rails', '7.1.0', require: false
gem 'rspec-rails', '7.1.1', require: false
gem 'rubocop', '1.71.0', require: false
gem 'rubocop-minitest', '0.36.0', require: false
gem 'rubocop-performance', '1.23.1', require: false
Expand Down
11 changes: 7 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ GEM
stringio
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.8)
rack (3.1.9)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -235,15 +235,15 @@ GEM
io-console (~> 0.5)
retries (0.0.5)
rexml (3.4.0)
rspec-core (3.13.2)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.1.0)
rspec-rails (7.1.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
Expand All @@ -270,6 +270,8 @@ GEM
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -327,10 +329,11 @@ DEPENDENCIES
minitest-reporters (= 1.7.1)
rake (= 13.2.1)
random-port (~> 0.0)
rspec-rails (= 7.1.0)
rspec-rails (= 7.1.1)
rubocop (= 1.71.0)
rubocop-minitest (= 0.36.0)
rubocop-performance (= 1.23.1)
rubocop-rake (> 0)
rubocop-rspec (= 3.4.0)
simplecov (= 0.22.0)
simplecov-cobertura (= 2.1.0)
Expand Down

0 comments on commit ac1c107

Please sign in to comment.