Skip to content

Commit

Permalink
Update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Jan 4, 2025
1 parent 793c8b6 commit ad49197
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "amazing_print"
gem "debug"
gem "rails", "~> 7.1.0"
gem "appraisal"
Expand All @@ -24,6 +25,7 @@ end
group :test do
gem "capybara"
gem "cuprite"
gem "database_cleaner-active_record", require: "database_cleaner/active_record"
gem "fakefs", require: "fakefs/safe"
gem "gem1", path: "../fixtures/dummy/vendor/gem1"
gem "gem2", path: "../fixtures/external/gem2"
Expand Down
13 changes: 13 additions & 0 deletions gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ PATH
specs:
proscenium (0.19.0.beta4)
activesupport (>= 7.1.0, < 9.0)
countries (~> 6.0.0)
ffi (~> 1.17.0)
literal (~> 1.0)
oj (~> 3.13)
phonelib (~> 0.8.8)
railties (>= 7.1.0, < 9.0)
ruby-next (~> 1.0.1)

Expand Down Expand Up @@ -121,6 +123,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
amazing_print (1.6.0)
appraisal (2.5.0)
bundler
rake
Expand All @@ -143,10 +146,16 @@ GEM
xpath (~> 3.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (6.0.1)
unaccent (~> 0.3)
crass (1.0.6)
cuprite (0.15.1)
capybara (~> 3.0)
ferrum (~> 0.15.0)
database_cleaner-active_record (2.2.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.0)
debug (1.9.2)
irb (~> 1.10)
Expand Down Expand Up @@ -226,6 +235,7 @@ GEM
phlexible (2.0.0)
phlex (>= 1.10.0, < 2.0.0)
phlex-rails (>= 1.2.1, < 2.0.0)
phonelib (0.8.9)
psych (5.2.0)
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -316,6 +326,7 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unaccent (0.4.0)
unicode-display_width (2.6.0)
unparser (0.6.15)
diff-lcs (~> 1.3)
Expand All @@ -341,10 +352,12 @@ PLATFORMS
arm64-darwin

DEPENDENCIES
amazing_print
appraisal
benchmark-ips
capybara
cuprite
database_cleaner-active_record
debug
fakefs
gem1!
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "amazing_print"
gem "debug"
gem "rails", "~> 7.2.0"
gem "appraisal"
Expand All @@ -24,6 +25,7 @@ end
group :test do
gem "capybara"
gem "cuprite"
gem "database_cleaner-active_record", require: "database_cleaner/active_record"
gem "fakefs", require: "fakefs/safe"
gem "gem1", path: "../fixtures/dummy/vendor/gem1"
gem "gem2", path: "../fixtures/external/gem2"
Expand Down
13 changes: 13 additions & 0 deletions gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ PATH
specs:
proscenium (0.19.0.beta4)
activesupport (>= 7.1.0, < 9.0)
countries (~> 6.0.0)
ffi (~> 1.17.0)
literal (~> 1.0)
oj (~> 3.13)
phonelib (~> 0.8.8)
railties (>= 7.1.0, < 9.0)
ruby-next (~> 1.0.1)

Expand Down Expand Up @@ -115,6 +117,7 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
amazing_print (1.6.0)
appraisal (2.5.0)
bundler
rake
Expand All @@ -137,10 +140,16 @@ GEM
xpath (~> 3.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (6.0.1)
unaccent (~> 0.3)
crass (1.0.6)
cuprite (0.15.1)
capybara (~> 3.0)
ferrum (~> 0.15.0)
database_cleaner-active_record (2.2.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.0)
debug (1.9.2)
irb (~> 1.10)
Expand Down Expand Up @@ -219,6 +228,7 @@ GEM
phlexible (2.0.0)
phlex (>= 1.10.0, < 2.0.0)
phlex-rails (>= 1.2.1, < 2.0.0)
phonelib (0.8.9)
psych (5.2.0)
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -309,6 +319,7 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unaccent (0.4.0)
unicode-display_width (2.6.0)
unparser (0.6.15)
diff-lcs (~> 1.3)
Expand All @@ -335,10 +346,12 @@ PLATFORMS
arm64-darwin

DEPENDENCIES
amazing_print
appraisal
benchmark-ips
capybara
cuprite
database_cleaner-active_record
debug
fakefs
gem1!
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "amazing_print"
gem "debug"
gem "rails", "~> 8.0.1"
gem "appraisal"
Expand All @@ -24,6 +25,7 @@ end
group :test do
gem "capybara"
gem "cuprite"
gem "database_cleaner-active_record", require: "database_cleaner/active_record"
gem "fakefs", require: "fakefs/safe"
gem "gem1", path: "../fixtures/dummy/vendor/gem1"
gem "gem2", path: "../fixtures/external/gem2"
Expand Down
13 changes: 13 additions & 0 deletions gemfiles/rails_8.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ PATH
specs:
proscenium (0.19.0.beta4)
activesupport (>= 7.1.0, < 9.0)
countries (~> 6.0.0)
ffi (~> 1.17.0)
literal (~> 1.0)
oj (~> 3.13)
phonelib (~> 0.8.8)
railties (>= 7.1.0, < 9.0)
ruby-next (~> 1.0.1)

Expand Down Expand Up @@ -115,6 +117,7 @@ GEM
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
amazing_print (1.6.0)
appraisal (2.5.0)
bundler
rake
Expand All @@ -137,10 +140,16 @@ GEM
xpath (~> 3.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (6.0.1)
unaccent (~> 0.3)
crass (1.0.6)
cuprite (0.15.1)
capybara (~> 3.0)
ferrum (~> 0.15.0)
database_cleaner-active_record (2.2.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.1)
debug (1.9.2)
irb (~> 1.10)
Expand Down Expand Up @@ -219,6 +228,7 @@ GEM
phlexible (2.0.0)
phlex (>= 1.10.0, < 2.0.0)
phlex-rails (>= 1.2.1, < 2.0.0)
phonelib (0.8.9)
psych (5.2.0)
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -309,6 +319,7 @@ GEM
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unaccent (0.4.0)
unicode-display_width (2.6.0)
unparser (0.6.15)
diff-lcs (~> 1.3)
Expand Down Expand Up @@ -336,10 +347,12 @@ PLATFORMS
arm64-darwin

DEPENDENCIES
amazing_print
appraisal
benchmark-ips
capybara
cuprite
database_cleaner-active_record
debug
fakefs
gem1!
Expand Down

0 comments on commit ad49197

Please sign in to comment.