Skip to content

Commit

Permalink
Add ruby platform to gemfiles/
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Nov 7, 2023
1 parent d495c07 commit 6f36d62
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gemfiles/rails6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ GEM
net-smtp
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
net-imap (0.4.4)
date
Expand All @@ -98,6 +99,9 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
Expand Down Expand Up @@ -147,6 +151,8 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.6.8)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
thor (1.3.0)
Expand All @@ -156,6 +162,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
ruby
x86_64-darwin-22
x86_64-linux

Expand Down
7 changes: 7 additions & 0 deletions gemfiles/rails7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ GEM
net-pop
net-smtp
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
mutex_m (0.2.0)
net-imap (0.4.4)
Expand All @@ -115,6 +116,9 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
Expand Down Expand Up @@ -177,6 +181,8 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.6.8)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
stringio (3.0.8)
Expand All @@ -188,6 +194,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
ruby
x86_64-darwin-22
x86_64-linux

Expand Down

0 comments on commit 6f36d62

Please sign in to comment.