Skip to content

Commit

Permalink
Update dependency rspec-rails to v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 9f379b0 commit e3614ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'minitest-hooks', '1.5.2', require: false
gem 'minitest-reporters', '1.7.1', require: false
gem 'rake', '13.2.1', require: false
gem 'random-port', '~>0', require: false
gem 'rspec-rails', '6.1.3', require: false
gem 'rspec-rails', '6.1.4', require: false
gem 'rubocop', '1.65.1', require: false
gem 'rubocop-rspec', '3.0.4', require: false
gem 'simplecov', '0.22.0', require: false
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
bigdecimal (3.1.8)
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
Expand Down Expand Up @@ -166,9 +166,9 @@ GEM
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
nenv (0.3.0)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -233,7 +233,7 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.3)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -310,7 +310,7 @@ GEM
slop (~> 4.4)
yard (0.9.36)
zache (0.13.1)
zeitwerk (2.6.16)
zeitwerk (2.6.17)
zold-score (0.5.0)

PLATFORMS
Expand All @@ -327,7 +327,7 @@ DEPENDENCIES
minitest-reporters (= 1.7.1)
rake (= 13.2.1)
random-port (~> 0)
rspec-rails (= 6.1.3)
rspec-rails (= 6.1.4)
rubocop (= 1.65.1)
rubocop-rspec (= 3.0.4)
simplecov (= 0.22.0)
Expand Down

0 comments on commit e3614ef

Please sign in to comment.