Skip to content

Commit

Permalink
Merge branch 'main' into refactor/maintain-pagination-in-associations
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Sep 26, 2024
2 parents 60c40eb + b8b5a93 commit 5984ccd
Show file tree
Hide file tree
Showing 18 changed files with 47 additions and 28 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ group :development do

gem "actual_db_schema"

gem "derailed_benchmarks", "~> 2.1"
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"

# gem "ruby-statistics", "< 4"
# Keep version look on <4 until this PR gets merged and released
# https://github.com/zombocom/derailed_benchmarks/pull/239
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -700,7 +700,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -739,6 +739,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -666,7 +666,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -706,6 +706,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_6.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -639,7 +639,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -679,6 +679,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_7.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -687,7 +687,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -727,6 +727,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_7.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -700,6 +700,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -700,6 +700,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -700,6 +700,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_8.0_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -668,7 +668,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -708,6 +708,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_8.0_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -668,7 +668,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -708,6 +708,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down

0 comments on commit 5984ccd

Please sign in to comment.