Skip to content

Commit

Permalink
chore: Update Rails 8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Oct 19, 2024
1 parent 693e911 commit 7e74826
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ appraise 'activerecord_7.2.0' do
end

appraise 'activerecord_8.0.0' do
gem 'activerecord', '8.0.0.beta1', '< 9'
gem 'activerecord', '8.0.0.rc1', '< 9'
end
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ gem 'appraisal'
gem 'bundler'
gem 'combustion'
gem 'database_cleaner', '~> 2'
gem 'ostruct'
gem 'pg', '~> 1.5'
gem 'pry'
gem 'rake'
gem 'rspec-rails'
gem 'rubocop-rspec'
gem 'simplecov', '~> 0.20'
# The following version lock is necessary to support Ruby 3.1
gem 'zeitwerk', '~> 2.6.0'
2 changes: 2 additions & 0 deletions gemfiles/activerecord_7.0.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ gem "appraisal"
gem "bundler"
gem "combustion"
gem "database_cleaner", "~> 2"
gem "ostruct"
gem "pg", "~> 1.5"
gem "pry"
gem "rake"
gem "rspec-rails"
gem "rubocop-rspec"
gem "simplecov", "~> 0.20"
gem "zeitwerk", "~> 2.6.0"
gem "activerecord", "~> 7.0", "< 7.1"
gem "base64"
gem "bigdecimal"
Expand Down
41 changes: 22 additions & 19 deletions gemfiles/activerecord_7.0.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.8.4)
actionview (= 7.0.8.4)
activesupport (= 7.0.8.4)
actionpack (7.0.8.5)
actionview (= 7.0.8.5)
activesupport (= 7.0.8.5)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.8.4)
activesupport (= 7.0.8.4)
actionview (7.0.8.5)
activesupport (= 7.0.8.5)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activemodel (7.0.8.4)
activesupport (= 7.0.8.4)
activerecord (7.0.8.4)
activemodel (= 7.0.8.4)
activesupport (= 7.0.8.4)
activesupport (7.0.8.4)
activemodel (7.0.8.5)
activesupport (= 7.0.8.5)
activerecord (7.0.8.5)
activemodel (= 7.0.8.5)
activesupport (= 7.0.8.5)
activesupport (7.0.8.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -69,6 +69,7 @@ GEM
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand All @@ -78,7 +79,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
Expand All @@ -88,22 +89,22 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.8.4)
actionpack (= 7.0.8.4)
activesupport (= 7.0.8.4)
railties (7.0.8.5)
actionpack (= 7.0.8.5)
activesupport (= 7.0.8.5)
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
Expand All @@ -115,7 +116,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -127,7 +128,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.5)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand Down Expand Up @@ -155,13 +156,15 @@ DEPENDENCIES
database_cleaner (~> 2)
drb
mutex_m
ostruct
parentry!
pg (~> 1.5)
pry
rake
rspec-rails
rubocop-rspec
simplecov (~> 0.20)
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.17
2 changes: 2 additions & 0 deletions gemfiles/activerecord_7.1.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ gem "appraisal"
gem "bundler"
gem "combustion"
gem "database_cleaner", "~> 2"
gem "ostruct"
gem "pg", "~> 1.5"
gem "pry"
gem "rake"
gem "rspec-rails"
gem "rubocop-rspec"
gem "simplecov", "~> 0.20"
gem "zeitwerk", "~> 2.6.0"
gem "activerecord", "~> 7.1", "< 7.2"

gemspec path: "../"
41 changes: 22 additions & 19 deletions gemfiles/activerecord_7.1.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.4)
actionview (= 7.1.4)
activesupport (= 7.1.4)
actionpack (7.1.4.1)
actionview (= 7.1.4.1)
activesupport (= 7.1.4.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.4)
activesupport (= 7.1.4)
actionview (7.1.4.1)
activesupport (= 7.1.4.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.4)
activesupport (= 7.1.4)
activerecord (7.1.4)
activemodel (= 7.1.4)
activesupport (= 7.1.4)
activemodel (7.1.4.1)
activesupport (= 7.1.4.1)
activerecord (7.1.4.1)
activemodel (= 7.1.4.1)
activesupport (= 7.1.4.1)
timeout (>= 0.4.0)
activesupport (7.1.4)
activesupport (7.1.4.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -83,6 +83,7 @@ GEM
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand All @@ -94,7 +95,7 @@ GEM
psych (5.1.2)
stringio
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand All @@ -109,9 +110,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.4)
actionpack (= 7.1.4)
activesupport (= 7.1.4)
railties (7.1.4.1)
actionpack (= 7.1.4.1)
activesupport (= 7.1.4.1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -124,12 +125,12 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
Expand All @@ -141,7 +142,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -153,7 +154,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.5)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand All @@ -180,13 +181,15 @@ DEPENDENCIES
bundler
combustion
database_cleaner (~> 2)
ostruct
parentry!
pg (~> 1.5)
pry
rake
rspec-rails
rubocop-rspec
simplecov (~> 0.20)
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.17
2 changes: 2 additions & 0 deletions gemfiles/activerecord_7.2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ gem "appraisal"
gem "bundler"
gem "combustion"
gem "database_cleaner", "~> 2"
gem "ostruct"
gem "pg", "~> 1.5"
gem "pry"
gem "rake"
gem "rspec-rails"
gem "rubocop-rspec"
gem "simplecov", "~> 0.20"
gem "zeitwerk", "~> 2.6.0"
gem "activerecord", "~> 7.2", "< 8"

gemspec path: "../"
Loading

0 comments on commit 7e74826

Please sign in to comment.