Skip to content

Commit a032d3c

Browse files
committed
Upgrade Ruby from 2.7.7 => 3.0.6
1 parent 440fd9f commit a032d3c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.7
1+
3.0.6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# SETUP
55
# Default Ruby version for this project.
6-
ARG RUBY_VERSION=2.7.7
6+
ARG RUBY_VERSION=3.0.6
77

88
# Base Alpine Ruby image for common setup
99
FROM ruby:$RUBY_VERSION-alpine as base

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33

44
gem "rails", "6.0.6"
55

6-
ruby "2.7.7"
6+
ruby "3.0.6"
77

88
gem "websocket-driver"
99

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
execjs
9999
coffee-script-source (1.12.2)
100100
concurrent-ruby (1.2.2)
101-
contracts (0.16.1)
101+
contracts (0.17)
102102
crass (1.0.6)
103103
cucumber (8.0.0)
104104
builder (~> 3.2, >= 3.2.4)
@@ -443,7 +443,7 @@ DEPENDENCIES
443443
websocket-driver
444444

445445
RUBY VERSION
446-
ruby 2.7.7p221
446+
ruby 3.0.6p216
447447

448448
BUNDLED WITH
449-
2.1.4
449+
2.2.33

0 commit comments

Comments
 (0)