Skip to content

Commit

Permalink
conf: upgraded some gems and added ffi platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-mesnilgrente committed Jul 23, 2024
1 parent a7d1ea2 commit 65f1d9b
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ GEM
amazing_print (1.6.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.956.0)
aws-partitions (1.957.0)
aws-sdk-comprehend (1.87.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-sdk-core (3.201.3)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand All @@ -152,13 +152,13 @@ GEM
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-sigv4 (1.9.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bigdecimal (3.1.8)
brakeman (6.1.2)
racc
bson (5.0.0)
bson (5.0.1)
builder (3.3.0)
byebug (11.1.3)
case_transform (0.2)
Expand Down Expand Up @@ -197,9 +197,16 @@ GEM
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -293,8 +300,14 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.3)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86-linux)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
Expand Down Expand Up @@ -323,7 +336,7 @@ GEM
pry (>= 0.13.0)
psych (5.1.2)
stringio
public_suffix (6.0.0)
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
Expand Down Expand Up @@ -485,12 +498,19 @@ GEM
zeitwerk (2.6.16)

PLATFORMS
arm64-darwin-22
x86_64-darwin-19
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-23
x86_64-linux
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm-linux
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86-linux
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
aasm
Expand Down Expand Up @@ -532,4 +552,4 @@ DEPENDENCIES
whenever

BUNDLED WITH
2.4.9
2.5.16

0 comments on commit 65f1d9b

Please sign in to comment.