Skip to content

Commit

Permalink
use modern bundler
Browse files Browse the repository at this point in the history
as I enctountered some problems with installing nokogiri on my M1
  • Loading branch information
pjurewicz committed Apr 30, 2024
1 parent a6eeba0 commit b503005
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 24 deletions.
2 changes: 1 addition & 1 deletion ecommerce/authentication/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.26
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/crm/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/inventory/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/invoicing/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/ordering/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/payments/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/pricing/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ DEPENDENCIES
timecop

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/processes/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/product_catalog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/shipping/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion ecommerce/taxes/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
2 changes: 1 addition & 1 deletion infra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
5 changes: 1 addition & 4 deletions pricing_catalog_rails_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,5 @@ DEPENDENCIES
tzinfo-data
web-console

RUBY VERSION
ruby 3.2.0p0

BUNDLED WITH
2.5.5
2.5.9
2 changes: 1 addition & 1 deletion productivity/todo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
mutant-minitest (= 0.11.26)!

BUNDLED WITH
2.3.14
2.5.9
8 changes: 1 addition & 7 deletions rails_application/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,6 @@ GEM
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -337,4 +331,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
2.3.24
2.5.9

0 comments on commit b503005

Please sign in to comment.