Skip to content

Commit

Permalink
Standardize to one version of Bundler
Browse files Browse the repository at this point in the history
There are two benefits to this. One, older bundlers printed an annoying
DidYouMean deprecation message. Two, since bundler self-installs the
version that the lock file is bundled with, standardizing to one version
speeds up bootstraping the suite.
  • Loading branch information
XrXr committed Sep 21, 2023
1 parent 2c836d4 commit 91bcd6c
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion benchmarks/activerecord/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ DEPENDENCIES
sqlite3 (~> 1.4)

BUNDLED WITH
2.2.22
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/chunky-png/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ DEPENDENCIES
chunky_png

BUNDLED WITH
2.2.30
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/erubi-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@ DEPENDENCIES
webpacker (~> 5.0)

BUNDLED WITH
2.4.13
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/erubi/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ DEPENDENCIES
erubi

BUNDLED WITH
2.4.0.dev
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/fluentd/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ DEPENDENCIES
fluentd

BUNDLED WITH
2.4.1
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/graphql-native/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ DEPENDENCIES
racc

BUNDLED WITH
2.5.0.dev
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/graphql/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ DEPENDENCIES
racc

BUNDLED WITH
2.5.0.dev
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/hexapdf/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ DEPENDENCIES
hexapdf

BUNDLED WITH
2.2.22
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/lee/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ DEPENDENCIES
victor (~> 0.3.2)

BUNDLED WITH
2.1.4
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/liquid-c/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ DEPENDENCIES
liquid-c (= 4.1.0)

BUNDLED WITH
2.3.26
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/liquid-compile/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ DEPENDENCIES
liquid!

BUNDLED WITH
2.3.26
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/liquid-render/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ DEPENDENCIES
liquid!

BUNDLED WITH
2.3.26
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/lobsters/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.10
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/mail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ DEPENDENCIES
net-smtp (= 0.2.1)

BUNDLED WITH
2.1.4
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/psych-load/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ DEPENDENCIES
psych (~> 4.0.0)

BUNDLED WITH
2.1.4
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/rack/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ DEPENDENCIES
rack

BUNDLED WITH
2.4.13
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/railsbench/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ DEPENDENCIES
webrick (~> 1.7.0)

BUNDLED WITH
2.4.13
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/ruby-lsp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ DEPENDENCIES
ruby-lsp

BUNDLED WITH
2.3.7
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ DEPENDENCIES
sqlite3 (~> 1.4)

BUNDLED WITH
2.4.1
2.4.19
2 changes: 1 addition & 1 deletion benchmarks/tinygql/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ DEPENDENCIES
tinygql

BUNDLED WITH
2.4.10
2.4.19

0 comments on commit 91bcd6c

Please sign in to comment.