Skip to content

Commit

Permalink
Merge pull request #3519 from cloudfoundry/dependabot/bundler/rspec-r…
Browse files Browse the repository at this point in the history
…ails-6.0.4

build(deps-dev): bump rspec-rails from 6.0.3 to 6.0.4
  • Loading branch information
philippthun authored Nov 21, 2023
2 parents aadd26d + be14f90 commit e3ea065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ group :test do
gem 'rspec-collection_matchers'
gem 'rspec-instafail'
gem 'rspec-its'
gem 'rspec-rails', '~> 6.0.3'
gem 'rspec-rails', '~> 6.0.4'
gem 'rspec-wait'
gem 'rubocop', '~> 1.57.2'
gem 'rubocop-rails', '~> 2.22'
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ GEM
rake (~> 13.0)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
machinist (1.0.6)
Expand Down Expand Up @@ -366,8 +366,9 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
Expand Down Expand Up @@ -424,10 +425,10 @@ GEM
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.3)
rspec-rails (6.0.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -533,7 +534,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.2)
thor (1.3.0)
tilt (2.2.0)
timecop (0.9.8)
timeliness (0.4.5)
Expand Down Expand Up @@ -627,7 +628,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-instafail
rspec-its
rspec-rails (~> 6.0.3)
rspec-rails (~> 6.0.4)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.57.2)
Expand Down

0 comments on commit e3ea065

Please sign in to comment.