Skip to content

Commit

Permalink
Updating Gemfile to update the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-jn committed Nov 25, 2024
1 parent c6bbd4f commit 456b40b
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,15 @@ GEM
faker (2.23.0)
i18n (>= 1.8.11, < 2)
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)
formatador (1.1.0)
fuubar (2.5.1)
rspec-core (~> 3.0)
Expand Down Expand Up @@ -126,8 +132,12 @@ GEM
netrc (0.11.0)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86-linux)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand Down Expand Up @@ -256,11 +266,19 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-21
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
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
auth0!
Expand All @@ -284,4 +302,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.7
2.5.23

0 comments on commit 456b40b

Please sign in to comment.