Skip to content

Commit

Permalink
Update appraisal in all packages (#284)
Browse files Browse the repository at this point in the history
Update `appraisal` in all packages.
  • Loading branch information
xjunior authored Oct 2, 2024
1 parent 346c336 commit 3cb7106
Show file tree
Hide file tree
Showing 41 changed files with 83 additions and 68 deletions.
1 change: 1 addition & 0 deletions packages/api_chai/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
1 change: 1 addition & 0 deletions packages/api_chai/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
1 change: 1 addition & 0 deletions packages/api_chai/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
1 change: 1 addition & 0 deletions packages/api_chai/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
4 changes: 2 additions & 2 deletions packages/audit_tracker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -178,7 +178,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 6.0.6.1, < 7.1)
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
audit_tracker!
byebug
combustion (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion packages/audit_tracker/audit_tracker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "activerecord", ">= 6.0.6.1", "< 7.1"
spec.add_development_dependency "appraisal", "~> 2.4.1"
spec.add_development_dependency "appraisal", "~> 2.5.0"
spec.add_development_dependency "combustion", "~> 1.3"
spec.add_development_dependency "rspec-rails", "~> 5.1.2"
spec.add_development_dependency "shoulda-matchers", "~> 5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/audit_tracker/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -257,7 +257,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 6.0.6.1, < 7.1)
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
audit_tracker!
byebug
combustion (~> 1.3)
Expand Down
4 changes: 2 additions & 2 deletions packages/audit_tracker/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 6.0.6.1, < 7.1)
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
audit_tracker!
byebug
combustion (~> 1.3)
Expand Down
4 changes: 2 additions & 2 deletions packages/audit_tracker/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -259,7 +259,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 6.0.6.1, < 7.1)
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
audit_tracker!
byebug
combustion (~> 1.3)
Expand Down
4 changes: 2 additions & 2 deletions packages/camel_trail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -296,7 +296,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
camel_trail!
license_finder (>= 7.0)
rake (~> 13)
Expand Down
2 changes: 1 addition & 1 deletion packages/camel_trail/camel_trail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.add_dependency "rails", ">= 6.0.6.1", "< 7.2"

s.add_development_dependency "appraisal", "~> 2.4.1"
s.add_development_dependency "appraisal", "~> 2.5.0"
s.add_development_dependency "license_finder", ">= 7.0"
s.add_development_dependency "rake", "~> 13"
s.add_development_dependency "rspec", "~> 3.0"
Expand Down
5 changes: 3 additions & 2 deletions packages/camel_trail/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -261,10 +261,11 @@ GEM

PLATFORMS
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
camel_trail!
license_finder (>= 7.0)
rails (= 6.0.6.1)
Expand Down
5 changes: 3 additions & 2 deletions packages/camel_trail/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -264,10 +264,11 @@ GEM

PLATFORMS
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
camel_trail!
license_finder (>= 7.0)
rails (= 6.1.7.7)
Expand Down
5 changes: 3 additions & 2 deletions packages/camel_trail/gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -294,10 +294,11 @@ GEM

PLATFORMS
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
camel_trail!
license_finder (>= 7.0)
rails (= 7.1.3.2)
Expand Down
4 changes: 2 additions & 2 deletions packages/consent/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -218,7 +218,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 5)
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
combustion (~> 1.3)
consent!
Expand Down
2 changes: 1 addition & 1 deletion packages/consent/consent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "cancancan", "3.2.1"

spec.add_development_dependency "activerecord", ">= 5"
spec.add_development_dependency "appraisal", "~> 2.4.1"
spec.add_development_dependency "appraisal", "~> 2.5.0"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "combustion", "~> 1.3"
spec.add_development_dependency "license_finder", ">= 7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/consent/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -264,7 +264,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 5)
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
combustion (~> 1.3)
consent!
Expand Down
4 changes: 2 additions & 2 deletions packages/consent/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -267,7 +267,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 5)
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
combustion (~> 1.3)
consent!
Expand Down
4 changes: 2 additions & 2 deletions packages/consent/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -266,7 +266,7 @@ PLATFORMS

DEPENDENCIES
activerecord (>= 5)
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
combustion (~> 1.3)
consent!
Expand Down
4 changes: 2 additions & 2 deletions packages/edgestitch/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -253,7 +253,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
edgestitch!
license_finder (>= 7.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/edgestitch/edgestitch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "appraisal", "~> 2.4.1"
spec.add_development_dependency "appraisal", "~> 2.5.0"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "license_finder", ">= 7.0"
spec.add_development_dependency "mysql2", "0.5.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/edgestitch/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
edgestitch!
license_finder (>= 7.0)
Expand Down
4 changes: 2 additions & 2 deletions packages/edgestitch/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -263,7 +263,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
edgestitch!
license_finder (>= 7.0)
Expand Down
4 changes: 2 additions & 2 deletions packages/edgestitch/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -262,7 +262,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
edgestitch!
license_finder (>= 7.0)
Expand Down
4 changes: 2 additions & 2 deletions packages/lumberaxe/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -313,7 +313,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
appraisal (~> 2.5.0)
bundler (~> 2.1)
combustion (~> 1.3)
license_finder (>= 7.0)
Expand Down
Loading

0 comments on commit 3cb7106

Please sign in to comment.