Skip to content

Commit

Permalink
More Gemfile.lock updates (#226)
Browse files Browse the repository at this point in the history
is there something up with bundler? I'm bumping to see if that's the
issue.
  • Loading branch information
that-jill authored Jan 9, 2024
1 parent c6d60b8 commit b4f7d26
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
7 changes: 6 additions & 1 deletion packages/audit_tracker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.20.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)
Expand Down Expand Up @@ -168,6 +172,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -186,4 +191,4 @@ DEPENDENCIES
sqlite3 (~> 1.4.2)

BUNDLED WITH
2.3.26
2.5.4
7 changes: 6 additions & 1 deletion packages/camel_trail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
net-imap (0.4.9.1)
date
Expand All @@ -127,6 +128,9 @@ GEM
nio4r (2.7.0)
nitro_config (0.2.0)
activesupport (>= 5.2.8.1)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
Expand Down Expand Up @@ -257,6 +261,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -273,4 +278,4 @@ DEPENDENCIES
yard (= 0.9.21)

BUNDLED WITH
2.4.10
2.5.4
7 changes: 6 additions & 1 deletion packages/consent/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,12 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.20.0)
mutex_m (0.2.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
Expand Down Expand Up @@ -210,6 +214,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -229,4 +234,4 @@ DEPENDENCIES
sqlite3 (~> 1.4.2)

BUNDLED WITH
2.4.10
2.5.4
2 changes: 1 addition & 1 deletion packages/data_taster/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,4 @@ DEPENDENCIES
yard (= 0.9.34)

BUNDLED WITH
2.4.22
2.5.4

0 comments on commit b4f7d26

Please sign in to comment.