Skip to content

Commit 68913bf

Browse files
Bump the ruby-dependencies group with 2 updates (heroku#1735)
* 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]>
1 parent 7de568e commit 68913bf

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
bundler-cache: true
27-
ruby-version: "3.3"
27+
ruby-version: "3.4"
2828
- name: Run ShellCheck
2929
run: make lint-scripts
3030
- name: Run shfmt
@@ -56,7 +56,7 @@ jobs:
5656
uses: ruby/setup-ruby@v1
5757
with:
5858
bundler-cache: true
59-
ruby-version: "3.3"
59+
ruby-version: "3.4"
6060
- name: Hatchet setup
6161
run: bundle exec hatchet ci:setup
6262
- name: Run Hatchet integration tests

.github/workflows/hatchet_app_cleaner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
bundler-cache: true
27-
ruby-version: "3.3"
27+
ruby-version: "3.4"
2828
- name: Run Hatchet destroy
2929
# Only apps older than 10 minutes are destroyed, to ensure that any
3030
# in progress CI runs are not interrupted.

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
ruby '>= 3.2', '< 3.4'
5+
ruby '>= 3.2', '< 3.5'
66

77
group :test, :development do
88
gem 'heroku_hatchet'

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
threaded (~> 0)
2222
json (2.9.1)
2323
language_server-protocol (3.17.0.3)
24-
logger (1.6.4)
24+
logger (1.6.5)
2525
moneta (1.0.0)
2626
multi_json (1.15.0)
2727
parallel (1.26.3)
@@ -48,7 +48,7 @@ GEM
4848
rspec-retry (0.6.2)
4949
rspec-core (> 3.3)
5050
rspec-support (3.13.2)
51-
rubocop (1.69.2)
51+
rubocop (1.70.0)
5252
json (~> 2.3)
5353
language_server-protocol (>= 3.17.0)
5454
parallel (~> 1.10)
@@ -65,7 +65,7 @@ GEM
6565
ruby-progressbar (1.13.0)
6666
thor (1.3.2)
6767
threaded (0.0.4)
68-
unicode-display_width (3.1.3)
68+
unicode-display_width (3.1.4)
6969
unicode-emoji (~> 4.0, >= 4.0.4)
7070
unicode-emoji (4.0.4)
7171
webrick (1.9.1)
@@ -84,7 +84,7 @@ DEPENDENCIES
8484
rubocop-rspec
8585

8686
RUBY VERSION
87-
ruby 3.3.5p100
87+
ruby 3.4.1p0
8888

8989
BUNDLED WITH
90-
2.5.23
90+
2.6.2

0 commit comments

Comments
 (0)