Skip to content

Commit f64cfa3

Browse files
committed
Revert Ruby version to fix deploy
1 parent 2a36723 commit f64cfa3

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.3
1+
3.2.3

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 3.2.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV NODE_ENV=production
88
COPY web ./web
99
RUN cd web && bun run build
1010

11-
FROM ruby:3.4.3-slim as base
11+
FROM ruby:3.2.3-slim as base
1212

1313
LABEL fly_launch_runtime="rails"
1414

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 "3.4.3"
3+
ruby "3.2.3"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
66
gem "rails", "~> 7.1.3"

Gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ GEM
135135
marcel (1.0.2)
136136
method_source (1.0.0)
137137
mini_mime (1.1.5)
138-
mini_portile2 (2.8.9)
139138
minitest (5.21.2)
140139
msgpack (1.7.2)
141140
mutex_m (0.2.0)
@@ -151,8 +150,17 @@ GEM
151150
net-smtp (0.4.0.1)
152151
net-protocol
153152
nio4r (2.7.0)
154-
nokogiri (1.16.0)
155-
mini_portile2 (~> 2.8.2)
153+
nokogiri (1.16.0-aarch64-linux)
154+
racc (~> 1.4)
155+
nokogiri (1.16.0-arm-linux)
156+
racc (~> 1.4)
157+
nokogiri (1.16.0-arm64-darwin)
158+
racc (~> 1.4)
159+
nokogiri (1.16.0-x86-linux)
160+
racc (~> 1.4)
161+
nokogiri (1.16.0-x86_64-darwin)
162+
racc (~> 1.4)
163+
nokogiri (1.16.0-x86_64-linux)
156164
racc (~> 1.4)
157165
openssl (3.2.0)
158166
openssl-signature_algorithm (1.3.0)
@@ -297,7 +305,7 @@ DEPENDENCIES
297305
webauthn (~> 3.1)
298306

299307
RUBY VERSION
300-
ruby 3.4.3p32
308+
ruby 3.2.3p157
301309

302310
BUNDLED WITH
303311
2.5.3

0 commit comments

Comments
 (0)