Skip to content

Commit

Permalink
Update locked bundler (#375)
Browse files Browse the repository at this point in the history
Also add a few new gem variants to lockfile that Bundler added.
  • Loading branch information
deivid-rodriguez authored Sep 26, 2024
1 parent fd07052 commit dab9589
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GEM
eventmachine (1.2.7)
eventmachine (1.2.7-java)
ffi (1.17.0)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-java)
ffi (1.17.0-x86_64-linux-gnu)
Expand Down Expand Up @@ -100,6 +101,8 @@ GEM
sass-embedded (1.77.2)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
sass-embedded (1.77.2-arm-linux-gnueabihf)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.2-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.2-x86_64-linux-gnu)
Expand Down Expand Up @@ -128,4 +131,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.5.11
2.5.20

0 comments on commit dab9589

Please sign in to comment.