Skip to content

Commit

Permalink
Update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Aug 9, 2024
1 parent 26295b8 commit a126cf3
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 27 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
appraise "rails-6-1" do
gem "rails", "~> 6.1.0"
gem "sprockets-rails"
end

appraise "rails-7" do
gem "rails", "~> 7.0.0"
gem "propshaft"
end

appraise "rails-7-1" do
gem "rails", "~> 7.1.0"
gem "propshaft"
end

appraise "rails-7-2" do
gem "rails", "~> 7.2.0.beta2"
gem "sqlite3", "~> 2.0"
gem "propshaft"
end

appraise "rails-main" do
gem "rails", github: "rails/rails"
gem "sqlite3", "~> 2.0"
gem "propshaft"
end
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "appraisal"
gem "standardrb"
gem "ffaker", "~> 2.17"
gem "name_of_person", "~> 1.1", ">= 1.1.1"
gem "propshaft"
gem "sprockets-rails"
gem "simplecov", group: :test
gem "web-console", group: :development
gem "friendly_id", "~> 5.4"
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.7)
propshaft (0.9.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
stringio
puma (6.4.2)
Expand Down Expand Up @@ -238,6 +233,13 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
Expand Down Expand Up @@ -295,9 +297,9 @@ DEPENDENCIES
name_of_person (~> 1.1, >= 1.1.1)
paper_trail (~> 15.0)
pg
propshaft
puma
simplecov
sprockets-rails
sqlite3 (~> 1.4)
standardrb
web-console
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "byebug", group: [:development, :test]
gem "standardrb", group: [:development, :test]
gem "standardrb"
gem "ffaker", "~> 2.17"
gem "name_of_person", "~> 1.1", ">= 1.1.1"
gem "simplecov", group: :test
Expand All @@ -17,5 +16,6 @@ gem "pg"
gem "mysql2"
gem "sqlite3", "~> 1.4"
gem "rails", "~> 6.1.0"
gem "sprockets-rails"

gemspec path: "../"
3 changes: 1 addition & 2 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ GEM
bcrypt (3.1.20)
bindex (0.8.1)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.3)
crass (1.0.6)
date (3.3.4)
Expand Down Expand Up @@ -254,7 +253,6 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt
byebug
ffaker (~> 2.17)
friendly_id (~> 5.4)
madmin!
Expand All @@ -265,6 +263,7 @@ DEPENDENCIES
puma
rails (~> 6.1.0)
simplecov
sprockets-rails
sqlite3 (~> 1.4)
standardrb
web-console
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "byebug", group: [:development, :test]
gem "standardrb", group: [:development, :test]
gem "standardrb"
gem "ffaker", "~> 2.17"
gem "name_of_person", "~> 1.1", ">= 1.1.1"
gem "simplecov", group: :test
Expand All @@ -17,5 +16,6 @@ gem "pg"
gem "mysql2"
gem "sqlite3", "~> 1.4"
gem "rails", "~> 7.0.0"
gem "propshaft"

gemspec path: "../"
8 changes: 6 additions & 2 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ GEM
bcrypt (3.1.20)
bindex (0.8.1)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.3)
crass (1.0.6)
date (3.3.4)
Expand Down Expand Up @@ -141,6 +140,11 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
propshaft (0.9.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
Expand Down Expand Up @@ -253,14 +257,14 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt
byebug
ffaker (~> 2.17)
friendly_id (~> 5.4)
madmin!
mysql2
name_of_person (~> 1.1, >= 1.1.1)
paper_trail (~> 15.0)
pg
propshaft
puma
rails (~> 7.0.0)
simplecov
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "byebug", group: [:development, :test]
gem "standardrb", group: [:development, :test]
gem "standardrb"
gem "ffaker", "~> 2.17"
gem "name_of_person", "~> 1.1", ">= 1.1.1"
gem "simplecov", group: :test
Expand All @@ -17,5 +16,6 @@ gem "pg"
gem "mysql2"
gem "sqlite3", "~> 1.4"
gem "rails", "~> 7.1.0"
gem "propshaft"

gemspec path: "../"
8 changes: 6 additions & 2 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ GEM
bigdecimal (3.1.8)
bindex (0.8.1)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -158,6 +157,11 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
propshaft (0.9.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
stringio
puma (6.4.2)
Expand Down Expand Up @@ -284,14 +288,14 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt
byebug
ffaker (~> 2.17)
friendly_id (~> 5.4)
madmin!
mysql2
name_of_person (~> 1.1, >= 1.1.1)
paper_trail (~> 15.0)
pg
propshaft
puma
rails (~> 7.1.0)
simplecov
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "byebug", group: [:development, :test]
gem "standardrb", group: [:development, :test]
gem "standardrb"
gem "ffaker", "~> 2.17"
gem "name_of_person", "~> 1.1", ">= 1.1.1"
gem "simplecov", group: :test
Expand All @@ -17,5 +16,6 @@ gem "pg"
gem "mysql2"
gem "sqlite3", "~> 2.0"
gem "rails", "~> 7.2.0.beta2"
gem "propshaft"

gemspec path: "../"
8 changes: 6 additions & 2 deletions gemfiles/rails_7_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ GEM
bigdecimal (3.1.8)
bindex (0.8.1)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -153,6 +152,11 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
propshaft (0.9.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
stringio
puma (6.4.2)
Expand Down Expand Up @@ -279,14 +283,14 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt
byebug
ffaker (~> 2.17)
friendly_id (~> 5.4)
madmin!
mysql2
name_of_person (~> 1.1, >= 1.1.1)
paper_trail (~> 15.0)
pg
propshaft
puma
rails (~> 7.2.0.beta2)
simplecov
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "byebug", group: [:development, :test]
gem "standardrb", group: [:development, :test]
gem "standardrb"
gem "ffaker", "~> 2.17"
gem "name_of_person", "~> 1.1", ">= 1.1.1"
gem "simplecov", group: :test
Expand All @@ -17,5 +16,6 @@ gem "pg"
gem "mysql2"
gem "sqlite3", "~> 2.0"
gem "rails", git: "https://github.com/rails/rails.git"
gem "propshaft"

gemspec path: "../"
8 changes: 6 additions & 2 deletions gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ GEM
bigdecimal (3.1.8)
bindex (0.8.1)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -180,6 +179,11 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
propshaft (0.9.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
stringio
puma (6.4.2)
Expand Down Expand Up @@ -285,14 +289,14 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt
byebug
ffaker (~> 2.17)
friendly_id (~> 5.4)
madmin!
mysql2
name_of_person (~> 1.1, >= 1.1.1)
paper_trail (~> 15.0)
pg
propshaft
puma
rails!
simplecov
Expand Down

0 comments on commit a126cf3

Please sign in to comment.