Skip to content

Commit

Permalink
$ bundle lock --normalize-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 7, 2025
1 parent 7c75382 commit a36dda8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x64-mingw-ucrt)
Expand Down Expand Up @@ -225,6 +227,7 @@ GEM
sorbet (0.5.11635)
sorbet-static (= 0.5.11635)
sorbet-runtime (0.5.11635)
sorbet-static (0.5.11635-aarch64-linux)
sorbet-static (0.5.11635-universal-darwin)
sorbet-static (0.5.11635-x86_64-linux)
sorbet-static-and-runtime (0.5.11635)
Expand All @@ -235,10 +238,13 @@ GEM
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
sqlite3 (2.1.0-aarch64-linux-gnu)
sqlite3 (2.1.0-aarch64-linux-musl)
sqlite3 (2.1.0-arm64-darwin)
sqlite3 (2.1.0-x64-mingw-ucrt)
sqlite3 (2.1.0-x86_64-darwin)
sqlite3 (2.1.0-x86_64-linux-gnu)
sqlite3 (2.1.0-x86_64-linux-musl)
stringio (3.1.2)
tapioca (0.16.5)
bundler (>= 2.2.25)
Expand All @@ -253,8 +259,6 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
uri (1.0.1)
useragent (0.16.10)
Expand All @@ -268,10 +272,16 @@ GEM
zeitwerk (2.7.1)

PLATFORMS
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm64-darwin
universal-darwin
x64-mingw-ucrt
x86_64-darwin
x86_64-linux
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
debug (>= 1.7.0)
Expand Down

0 comments on commit a36dda8

Please sign in to comment.