Skip to content

Commit

Permalink
fix: add linux and darwin platforms to lockfile (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
geshwho authored Mar 23, 2022
1 parent 55da913 commit fbbb856
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.19.4)
google-protobuf (3.19.4-x86-linux)
google-protobuf (3.19.4-x86_64-darwin)
google-protobuf (3.19.4-x86_64-linux)
graphql (1.10.14)
i18n (1.8.5)
Expand All @@ -56,6 +59,14 @@ GEM
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86-linux)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux)
racc (~> 1.4)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
Expand Down Expand Up @@ -108,6 +119,8 @@ GEM
zeitwerk (2.4.2)

PLATFORMS
darwin
linux
ruby

DEPENDENCIES
Expand Down

0 comments on commit fbbb856

Please sign in to comment.