Skip to content

Commit 30e17e1

Browse files
committed
Update Ruby version to 3.4.2
1 parent 83f97cd commit 30e17e1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.3.6
18+
ruby-version: 3.4.2
1919
bundler-cache: true
2020
- name: Run specs
2121
env:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.3.6
1+
ruby-3.4.2

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.3.6"
4+
ruby "3.4.2"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "~> 7.2.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ DEPENDENCIES
389389
web-console
390390

391391
RUBY VERSION
392-
ruby 3.3.6p108
392+
ruby 3.4.2p28
393393

394394
BUNDLED WITH
395-
2.5.23
395+
2.6.6

0 commit comments

Comments
 (0)