Skip to content

Commit

Permalink
Add missing platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Nov 30, 2023
1 parent 1ba2f91 commit 9e8e7eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
Expand Down Expand Up @@ -244,6 +246,7 @@ GEM
syntax_tree (>= 6.1.1)
thor (>= 0.19.2)
sqlite3 (1.6.8-arm64-darwin)
sqlite3 (1.6.8-x64-mingw-ucrt)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
stringio (3.0.9)
Expand All @@ -262,6 +265,8 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
websocket-driver (0.7.6)
Expand All @@ -275,6 +280,8 @@ GEM

PLATFORMS
arm64-darwin
x64-mingw-ucrt
x64-mingw32
x86_64-darwin
x86_64-linux

Expand Down

0 comments on commit 9e8e7eb

Please sign in to comment.