Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
is there something up with bundler?
  • Loading branch information
that-jill committed Jan 9, 2024
1 parent c6d60b8 commit 558f150
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 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
2 changes: 1 addition & 1 deletion packages/data_taster/data_taster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "rails", ">= 6.0"

spec.add_development_dependency "license_finder", "~> 7.0"
spec.add_development_dependency "rubocop-powerhome", "0.5.0"
spec.add_development_dependency "rubocop-powerhome", "0.5.2"

spec.add_development_dependency "appraisal", "2.5.0"
spec.add_development_dependency "bundler", "~> 2.1"
Expand Down

0 comments on commit 558f150

Please sign in to comment.