Skip to content

Commit

Permalink
Merge pull request #831 from zold-io/renovate/rspec-rails-6.x
Browse files Browse the repository at this point in the history
Update dependency rspec-rails to v6.1.3
  • Loading branch information
davvd authored Jul 16, 2024
2 parents 446bb2a + 35ed295 commit 88743a3
Show file tree
Hide file tree
Showing 2 changed files with 11 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.1', 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.0', require: false
gem 'rspec-rails', '6.1.3', require: false
gem 'rubocop', '1.65.0', require: false
gem 'rubocop-rspec', '3.0.3', require: false
gem 'simplecov', '0.22.0', require: false
Expand Down
16 changes: 10 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
formatador (1.1.0)
futex (0.8.6)
get_process_mem (0.2.7)
Expand Down Expand Up @@ -167,6 +168,8 @@ GEM
nenv (0.3.0)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -230,14 +233,14 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.0)
rspec-rails (6.1.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.65.0)
json (~> 2.3)
Expand Down Expand Up @@ -312,6 +315,7 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
cucumber (= 9.2.0)
Expand All @@ -323,7 +327,7 @@ DEPENDENCIES
minitest-reporters (= 1.7.1)
rake (= 13.2.1)
random-port (~> 0)
rspec-rails (= 6.1.0)
rspec-rails (= 6.1.3)
rubocop (= 1.65.0)
rubocop-rspec (= 3.0.3)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 88743a3

Please sign in to comment.