Skip to content

Commit 105b4e4

Browse files
committed
feat: Update ruby and bundler versions
1 parent de64e4d commit 105b4e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ruby-version

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

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.6'
3+
ruby '~>3.2.2'
44

55
group :development, :test do
66
gem 'rubocop'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DEPENDENCIES
2828
rubocop
2929

3030
RUBY VERSION
31-
ruby 2.6.0p0
31+
ruby 3.2.2p53
3232

3333
BUNDLED WITH
34-
2.0.1
34+
2.4.18

0 commit comments

Comments
 (0)