Skip to content

Commit

Permalink
build(deps-dev): bump the all-gems group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-gems group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium).


Updates `rubocop` from 1.68.0 to 1.69.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.68.0...v1.69.0)

Updates `selenium-webdriver` from 4.26.0 to 4.27.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.26.0...selenium-4.27.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-gems
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-gems
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 49c34ec commit 8e4f3b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ end

group :development do
gem "letter_opener", "~> 1.10"
gem 'rubocop', '~> 1.68'
gem 'rubocop', '~> 1.69'
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rails', '~> 2.27', require: false
gem 'web-console', '~> 4.2'
end

group :test do
gem 'capybara', '~> 3.40'
gem 'selenium-webdriver', '~> 4.26'
gem 'selenium-webdriver', '~> 4.27'
end
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reline (0.5.11)
io-console (~> 0.5)
responders (3.1.1)
Expand All @@ -297,17 +297,17 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
Expand All @@ -328,7 +328,7 @@ GEM
sprockets-rails
tilt
securerandom (0.3.1)
selenium-webdriver (4.26.0)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -361,7 +361,9 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (0.13.1)
useragent (0.16.10)
version_gem (1.1.4)
Expand Down Expand Up @@ -401,11 +403,11 @@ DEPENDENCIES
rails (~> 8.0.0)
rollbar (~> 3.6)
rspec-rails (~> 7.1)
rubocop (~> 1.68)
rubocop (~> 1.69)
rubocop-performance (~> 1.23)
rubocop-rails (~> 2.27)
sassc-rails (~> 2.1.2)
selenium-webdriver (~> 4.26)
selenium-webdriver (~> 4.27)
stimulus-rails (~> 1.3)
turbo-rails (~> 2.0)
web-console (~> 4.2)
Expand Down

0 comments on commit 8e4f3b3

Please sign in to comment.