Skip to content

Commit a512179

Browse files
build(deps-dev): bump the all-gems group with 2 updates
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.75.6 to 1.75.7 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.6...v1.75.7) Updates `selenium-webdriver` from 4.32.0 to 4.33.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.32.0...selenium-4.33.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-gems - dependency-name: selenium-webdriver dependency-version: 4.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-gems ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88714eb commit a512179

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ end
3333
group :test do
3434
gem 'capybara', '~> 3.26'
3535
gem 'minitest-stub_any_instance', '~> 1.0'
36-
gem 'selenium-webdriver', '~> 4.32'
36+
gem 'selenium-webdriver', '~> 4.33'
3737
end

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ GEM
125125
irb (1.14.3)
126126
rdoc (>= 4.0.0)
127127
reline (>= 0.4.2)
128-
json (2.12.0)
128+
json (2.12.2)
129129
jwt (2.10.1)
130130
base64
131131
kamal (2.6.1)
@@ -238,7 +238,7 @@ GEM
238238
io-console (~> 0.5)
239239
rexml (3.4.1)
240240
rollbar (3.6.2)
241-
rubocop (1.75.6)
241+
rubocop (1.75.7)
242242
json (~> 2.3)
243243
language_server-protocol (~> 3.17.0.2)
244244
lint_roller (~> 1.1.0)
@@ -271,7 +271,7 @@ GEM
271271
sprockets-rails
272272
tilt
273273
securerandom (0.4.1)
274-
selenium-webdriver (4.32.0)
274+
selenium-webdriver (4.33.0)
275275
base64 (~> 0.2)
276276
logger (~> 1.4)
277277
rexml (~> 3.2, >= 3.2.5)
@@ -351,7 +351,7 @@ DEPENDENCIES
351351
rubocop (~> 1.75)
352352
rubocop-rails (~> 2.32)
353353
sassc-rails (~> 2.0)
354-
selenium-webdriver (~> 4.32)
354+
selenium-webdriver (~> 4.33)
355355
sqlite3 (>= 1.4)
356356
stimulus-rails (~> 1.3)
357357
web-console (~> 4.2, >= 4.2.1)

0 commit comments

Comments
 (0)