Skip to content

Commit

Permalink
Bump the ruby group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the ruby group with 3 updates in the / directory: [selenium-webdriver](https://github.com/SeleniumHQ/selenium), [rubocop](https://github.com/rubocop/rubocop) and [mini_racer](https://github.com/discourse/mini_racer).


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

Updates `rubocop` from 1.63.2 to 1.63.3
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.63.2...v1.63.3)

Updates `mini_racer` from 0.9.0 to 0.12.0
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.9.0...v0.12.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: mini_racer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 062beb9 commit 34e863b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :test do
end

group :linter do
gem 'rubocop', '~> 1.63.2'
gem 'rubocop', '~> 1.63.3'
gem 'rubocop-capybara', '~> 2.20.0'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop-rails', '~> 2.24.1'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ GEM
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
libv8-node (18.19.0.0)
libv8-node (18.19.0.0-arm64-darwin)
libv8-node (18.19.0.0-x86_64-darwin)
libv8-node (18.19.0.0-x86_64-linux)
libv8-node (21.7.2.0)
libv8-node (21.7.2.0-arm64-darwin)
libv8-node (21.7.2.0-x86_64-darwin)
libv8-node (21.7.2.0-x86_64-linux)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -234,8 +234,8 @@ GEM
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
mini_racer (0.9.0)
libv8-node (~> 18.19.0.0)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
minitest (5.22.3)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -365,7 +365,7 @@ GEM
rails-dom-testing
rspec-core
rspec-support (3.13.1)
rubocop (1.63.2)
rubocop (1.63.3)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -410,7 +410,7 @@ GEM
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
scanf (1.0.0)
selenium-webdriver (4.19.0)
selenium-webdriver (4.20.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -499,7 +499,7 @@ DEPENDENCIES
puppetdb-ruby
rails (~> 7.1.3)
rspec-openapi
rubocop (~> 1.63.2)
rubocop (~> 1.63.3)
rubocop-capybara (~> 2.20.0)
rubocop-performance (~> 1.21.0)
rubocop-rails (~> 2.24.1)
Expand Down

0 comments on commit 34e863b

Please sign in to comment.