Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 2 updates (#1735)
Browse files Browse the repository at this point in the history
* Bump the ruby-dependencies group with 2 updates

Bumps the ruby-dependencies group with 2 updates: [logger](https://github.com/ruby/logger) and [rubocop](https://github.com/rubocop/rubocop).


Updates `logger` from 1.6.4 to 1.6.5
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.4...v1.6.5)

Updates `rubocop` from 1.69.2 to 1.70.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update Ruby/bundler versions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
dependabot[bot] and edmorley authored Jan 13, 2025
1 parent 7de568e commit 68913bf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3"
ruby-version: "3.4"
- name: Run ShellCheck
run: make lint-scripts
- name: Run shfmt
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3"
ruby-version: "3.4"
- name: Hatchet setup
run: bundle exec hatchet ci:setup
- name: Run Hatchet integration tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hatchet_app_cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3"
ruby-version: "3.4"
- name: Run Hatchet destroy
# Only apps older than 10 minutes are destroyed, to ensure that any
# in progress CI runs are not interrupted.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

ruby '>= 3.2', '< 3.4'
ruby '>= 3.2', '< 3.5'

group :test, :development do
gem 'heroku_hatchet'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
threaded (~> 0)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.4)
logger (1.6.5)
moneta (1.0.0)
multi_json (1.15.0)
parallel (1.26.3)
Expand All @@ -48,7 +48,7 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -65,7 +65,7 @@ GEM
ruby-progressbar (1.13.0)
thor (1.3.2)
threaded (0.0.4)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
webrick (1.9.1)
Expand All @@ -84,7 +84,7 @@ DEPENDENCIES
rubocop-rspec

RUBY VERSION
ruby 3.3.5p100
ruby 3.4.1p0

BUNDLED WITH
2.5.23
2.6.2

0 comments on commit 68913bf

Please sign in to comment.