Skip to content

Commit

Permalink
Add .ruby-version to match minimal supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Feb 13, 2024
1 parent 695f957 commit 715ea48
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.8
10 changes: 10 additions & 0 deletions gemfiles/rails6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ GEM
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -175,6 +181,9 @@ GEM
simplecov-html (0.10.2)
sqlite3 (1.6.8)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.8-arm64-darwin)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
thor (1.3.0)
timeout (0.4.1)
tzinfo (2.0.6)
Expand All @@ -184,6 +193,7 @@ GEM

PLATFORMS
arm64-darwin-23
ruby
x86_64-darwin-22
x86_64-linux

Expand Down
10 changes: 10 additions & 0 deletions gemfiles/rails7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ GEM
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -206,6 +212,9 @@ GEM
simplecov-html (0.10.2)
sqlite3 (1.6.8)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.8-arm64-darwin)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
Expand All @@ -217,6 +226,7 @@ GEM

PLATFORMS
arm64-darwin-23
ruby
x86_64-darwin-22
x86_64-linux

Expand Down

0 comments on commit 715ea48

Please sign in to comment.