Skip to content

Commit

Permalink
fix: add missing platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Jan 3, 2025
1 parent bf4e849 commit 602df60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ GEM
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
file_validators (3.0.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand Down Expand Up @@ -486,6 +487,8 @@ GEM
nio4r (2.7.4)
nokogiri (1.16.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
oauth (1.1.0)
oauth-tty (~> 1.0, >= 1.0.1)
snaky_hash (~> 2.0)
Expand Down Expand Up @@ -779,6 +782,7 @@ GEM

PLATFORMS
x86_64-darwin
x86_64-linux

DEPENDENCIES
bootsnap (~> 1.4)
Expand Down

0 comments on commit 602df60

Please sign in to comment.