Skip to content

Commit

Permalink
Upgrade bundler to fix platform resolution issue
Browse files Browse the repository at this point in the history
Bundler 2.3.3 has a bug that fails to resolve platforms
rubygems/rubygems#5088
  • Loading branch information
bbugh committed Jan 29, 2022
1 parent 80daf7a commit f1fbcbc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Gemfile.lock
Expand Up @@ -114,6 +114,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.7.1)
minitest (5.15.0)
msgpack (1.4.4)
net-imap (0.2.3)
Expand All @@ -132,6 +133,11 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
nokogiri (1.13.1-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-linux)
racc (~> 1.4)
pg (1.2.3)
Expand Down Expand Up @@ -219,6 +225,8 @@ GEM
zeitwerk (2.5.3)

PLATFORMS
aarch64-linux
ruby
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -246,4 +254,4 @@ RUBY VERSION
ruby 3.1.0p0

BUNDLED WITH
2.3.3
2.3.6

0 comments on commit f1fbcbc

Please sign in to comment.