Skip to content

Commit

Permalink
make platform generic to ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailM committed Feb 5, 2024
1 parent c8b1bd9 commit 2f1243d
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ GEM
sinatra-cross_origin (~> 0.3)
slim (~> 3.0)
log4r (1.1.10)
mini_portile2 (2.8.5)
minimization (0.2.5)
text-table (~> 1.2)
minitest (5.21.2)
Expand All @@ -46,17 +47,8 @@ GEM
time
net-protocol (0.2.2)
timeout
nokogiri (1.16.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.2-arm-linux)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86-linux)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
prawn (0.8.4)
prawn-core (>= 0.8.4, < 0.9)
Expand Down Expand Up @@ -119,12 +111,7 @@ GEM
yard (0.9.34)

PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux
ruby

DEPENDENCIES
genevalidator!
Expand Down

0 comments on commit 2f1243d

Please sign in to comment.