Skip to content

Commit

Permalink
Adjust gemfiles based on TruffleRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
neilvcarvalho committed Jan 24, 2025
1 parent 1bc566b commit e7fe15f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions gemfiles/7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,15 @@ GEM
diff-lcs (1.5.1)
docile (1.4.1)
ffi (1.17.1)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_test (1.1.0)
parallel (1.26.3)
Expand Down Expand Up @@ -114,6 +117,8 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.44.0)
Expand All @@ -140,6 +145,7 @@ GEM

PLATFORMS
arm64-darwin-24
ruby
x86_64-linux

DEPENDENCIES
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/7.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,16 @@ GEM
docile (1.4.1)
drb (2.2.1)
ffi (1.17.1)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
logger (1.6.5)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_test (1.1.0)
mutex_m (0.3.0)
Expand Down Expand Up @@ -123,13 +126,15 @@ GEM
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
securerandom (0.4.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.44.0)
Expand Down Expand Up @@ -157,6 +162,7 @@ GEM

PLATFORMS
arm64-darwin-24
ruby
x86_64-linux

DEPENDENCIES
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ GEM
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
ffi (1.17.1)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
i18n (1.14.7)
Expand All @@ -80,6 +81,7 @@ GEM
lint_roller (1.1.0)
logger (1.6.5)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_test (1.1.0)
parallel (1.26.3)
Expand Down Expand Up @@ -129,6 +131,8 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (2.5.0)
mini_portile2 (~> 2.8.0)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
standard (1.44.0)
Expand Down Expand Up @@ -156,6 +160,7 @@ GEM

PLATFORMS
arm64-darwin-24
ruby
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit e7fe15f

Please sign in to comment.