Skip to content

Commit c9fb7a9

Browse files
committed
Update to Ruby 3.3.5
1 parent 685101c commit c9fb7a9

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
ruby-version: ['3.1']
29+
ruby-version: ['3.3.5']
3030

3131
steps:
3232
- uses: actions/checkout@v3

graph-sample/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.3.5

graph-sample/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.1.2"
4+
ruby "3.3.5"
55

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

graph-sample/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ DEPENDENCIES
304304
webdrivers
305305

306306
RUBY VERSION
307-
ruby 3.1.2p20
307+
ruby 3.3.5p100
308308

309309
BUNDLED WITH
310-
2.3.7
310+
2.5.21

graph-sample/db/schema.rb

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)