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 41efe7f commit dfa6b8a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,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
2 changes: 1 addition & 1 deletion gemfiles/activerecord_8.0.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ gem "rubocop-rspec", "~> 2.3"
gem "scenic", "~> 1.5"
gem "simplecov", "~> 0.16"
gem "ostruct"
gem "activerecord", "8.0.0.beta1", "< 9"
gem "activerecord", "8.0.0.rc1", "< 9"

gemspec path: "../"
30 changes: 15 additions & 15 deletions gemfiles/activerecord_8.0.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (8.0.0.beta1)
actionview (= 8.0.0.beta1)
activesupport (= 8.0.0.beta1)
actionpack (8.0.0.rc1)
actionview (= 8.0.0.rc1)
activesupport (= 8.0.0.rc1)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (8.0.0.beta1)
activesupport (= 8.0.0.beta1)
actionview (8.0.0.rc1)
activesupport (= 8.0.0.rc1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (8.0.0.beta1)
activesupport (= 8.0.0.beta1)
activerecord (8.0.0.beta1)
activemodel (= 8.0.0.beta1)
activesupport (= 8.0.0.beta1)
activemodel (8.0.0.rc1)
activesupport (= 8.0.0.rc1)
activerecord (8.0.0.rc1)
activemodel (= 8.0.0.rc1)
activesupport (= 8.0.0.rc1)
timeout (>= 0.4.0)
activesupport (8.0.0.beta1)
activesupport (8.0.0.rc1)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -114,9 +114,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (8.0.0.beta1)
actionpack (= 8.0.0.beta1)
activesupport (= 8.0.0.beta1)
railties (8.0.0.rc1)
actionpack (= 8.0.0.rc1)
activesupport (= 8.0.0.rc1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -191,7 +191,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 8.0.0.beta1, < 9)
activerecord (= 8.0.0.rc1, < 9)
appraisal
bundler (~> 2.0)
combustion (~> 1.4)
Expand Down

0 comments on commit dfa6b8a

Please sign in to comment.