Skip to content

Commit

Permalink
chore(Gemfile.lock): add ruby platform as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Sep 14, 2022
1 parent 23eaf00 commit 4f7babb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ GEM
activesupport (>= 5.0)
google-apis-compute_v1 (0.50.0)
google-apis-core (>= 0.7, < 2.a)
google-apis-core (0.7.0)
google-apis-core (0.7.1)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand Down Expand Up @@ -232,6 +232,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
mono_logger (1.1.1)
msgpack (1.5.6)
Expand All @@ -254,6 +255,9 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.8-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-linux)
Expand Down Expand Up @@ -573,6 +577,7 @@ GEM

PLATFORMS
aarch64-linux-musl
ruby
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 4f7babb

Please sign in to comment.