Skip to content

Commit 6973a8e

Browse files
committed
Update ruby to 3.2.2
1 parent 4197989 commit 6973a8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.2.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.1.2'
4+
ruby '3.2.2'
55

66
gem 'bootsnap', require: false
77
gem 'graphql', '~> 2.0.27'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ DEPENDENCIES
370370
webmock
371371

372372
RUBY VERSION
373-
ruby 3.1.2p20
373+
ruby 3.2.2p53
374374

375375
BUNDLED WITH
376376
2.3.7

0 commit comments

Comments
 (0)