Skip to content

Commit

Permalink
Bundler fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iarobinson committed Jan 4, 2024
1 parent e075f7d commit 40f1cf8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
monetize (1.12.0)
money (~> 6.12)
Expand All @@ -210,8 +211,13 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.5.4)
pry (0.14.2)
Expand Down Expand Up @@ -322,6 +328,8 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
aws-sdk-s3
Expand Down

0 comments on commit 40f1cf8

Please sign in to comment.