Skip to content

Commit

Permalink
build(deps): bump the ruby group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the ruby group with 2 updates: [turbo-rails](https://github.com/hotwired/turbo-rails) and [rubocop](https://github.com/rubocop/rubocop).


Updates `turbo-rails` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.10...v2.0.11)

Updates `rubocop` from 1.66.1 to 1.67.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.66.1...v1.67.0)

---
updated-dependencies:
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent e4a3a18 commit 7757c40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.66.1'
gem 'rubocop', '~> 1.67.0'
gem 'rubocop-capybara', '~> 2.21.0'
gem 'rubocop-performance', '~> 1.22.1'
gem 'rubocop-rails', '~> 2.26.2'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ GEM
puppetdb-ruby (1.2.0)
httparty
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -389,7 +389,7 @@ GEM
rails-dom-testing
rspec-core
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -467,7 +467,7 @@ GEM
timeout (0.4.1)
timers (4.3.5)
traces (0.11.1)
turbo-rails (2.0.10)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
Expand All @@ -486,7 +486,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
zeitwerk (2.7.0)

PLATFORMS
arm64-darwin
Expand Down Expand Up @@ -523,7 +523,7 @@ DEPENDENCIES
puppetdb-ruby
rails (~> 7.1.4)
rspec-openapi
rubocop (~> 1.66.1)
rubocop (~> 1.67.0)
rubocop-capybara (~> 2.21.0)
rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.26.2)
Expand Down

0 comments on commit 7757c40

Please sign in to comment.