Skip to content

Commit 715ea48

Browse files
committed
Add .ruby-version to match minimal supported version
1 parent 695f957 commit 715ea48

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.ruby-version

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

gemfiles/rails6.gemfile.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ GEM
103103
nokogiri (1.15.4)
104104
mini_portile2 (~> 2.8.2)
105105
racc (~> 1.4)
106+
nokogiri (1.15.4-arm64-darwin)
107+
racc (~> 1.4)
108+
nokogiri (1.15.4-x86_64-darwin)
109+
racc (~> 1.4)
110+
nokogiri (1.15.4-x86_64-linux)
111+
racc (~> 1.4)
106112
parallel (1.23.0)
107113
parser (3.2.2.4)
108114
ast (~> 2.4.1)
@@ -175,6 +181,9 @@ GEM
175181
simplecov-html (0.10.2)
176182
sqlite3 (1.6.8)
177183
mini_portile2 (~> 2.8.0)
184+
sqlite3 (1.6.8-arm64-darwin)
185+
sqlite3 (1.6.8-x86_64-darwin)
186+
sqlite3 (1.6.8-x86_64-linux)
178187
thor (1.3.0)
179188
timeout (0.4.1)
180189
tzinfo (2.0.6)
@@ -184,6 +193,7 @@ GEM
184193

185194
PLATFORMS
186195
arm64-darwin-23
196+
ruby
187197
x86_64-darwin-22
188198
x86_64-linux
189199

gemfiles/rails7.gemfile.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ GEM
121121
nokogiri (1.15.4)
122122
mini_portile2 (~> 2.8.2)
123123
racc (~> 1.4)
124+
nokogiri (1.15.4-arm64-darwin)
125+
racc (~> 1.4)
126+
nokogiri (1.15.4-x86_64-darwin)
127+
racc (~> 1.4)
128+
nokogiri (1.15.4-x86_64-linux)
129+
racc (~> 1.4)
124130
parallel (1.23.0)
125131
parser (3.2.2.4)
126132
ast (~> 2.4.1)
@@ -206,6 +212,9 @@ GEM
206212
simplecov-html (0.10.2)
207213
sqlite3 (1.6.8)
208214
mini_portile2 (~> 2.8.0)
215+
sqlite3 (1.6.8-arm64-darwin)
216+
sqlite3 (1.6.8-x86_64-darwin)
217+
sqlite3 (1.6.8-x86_64-linux)
209218
stringio (3.1.0)
210219
thor (1.3.0)
211220
timeout (0.4.1)
@@ -217,6 +226,7 @@ GEM
217226

218227
PLATFORMS
219228
arm64-darwin-23
229+
ruby
220230
x86_64-darwin-22
221231
x86_64-linux
222232

0 commit comments

Comments
 (0)