Skip to content

Commit 8ff6b88

Browse files
committed
ruby 3.2.3
1 parent cbb76ff commit 8ff6b88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.2.3

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby '3.2.2'
3+
ruby(File.read(File.expand_path(".ruby-version", __dir__)))
44

55
gem 'activesupport'
66
gem "erector", github: "erector/erector"

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ DEPENDENCIES
213213
thin
214214

215215
RUBY VERSION
216-
ruby 3.2.2p53
216+
ruby 3.2.3p157
217217

218218
BUNDLED WITH
219219
2.3.26

0 commit comments

Comments
 (0)