Skip to content

Commit 61415f3

Browse files
committed
Update Ruby/bundler versions
1 parent 9c4b567 commit 61415f3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)