Skip to content

Commit 114c2df

Browse files
authored
Merge pull request #204 from MITLibraries/ruby326
update ruby and bundle version
2 parents b845f5b + 4c2ce83 commit 114c2df

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.2.6

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.2.2'
4+
ruby '3.2.6'
55

66
gem 'bootsnap', require: false
77
gem 'graphql'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ GEM
371371
PLATFORMS
372372
arm64-darwin-22
373373
arm64-darwin-23
374+
arm64-darwin-24
374375
x86_64-darwin-19
375376
x86_64-darwin-20
376377
x86_64-darwin-21
@@ -415,7 +416,7 @@ DEPENDENCIES
415416
webmock
416417

417418
RUBY VERSION
418-
ruby 3.2.2p53
419+
ruby 3.2.6p234
419420

420421
BUNDLED WITH
421-
2.5.14
422+
2.6.3

0 commit comments

Comments
 (0)