Skip to content

Commit

Permalink
Merge pull request #288 from technicalpickles/rails-7.1-update
Browse files Browse the repository at this point in the history
Rails 7.1 update
  • Loading branch information
wildmaples authored Oct 5, 2023
2 parents f783946 + aafb856 commit 6bd8fc0
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 66 deletions.
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ appraise 'rails-6.1' do
end

appraise 'rails-7.0' do
gem 'rails', '~> 7.0'
gem 'rails', '~> 7.0.0'
end

appraise 'rails-7.1' do
gem 'rails', '7.1.0.rc2'
gem 'rails', '7.1.0'
end
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ table to track all migrations.

## Rails Support

Support Rails 6.1 through 7.0
Support Rails 6.1 through 7.1


#### v1
Expand Down Expand Up @@ -166,6 +166,7 @@ Run tests for a specific version of Rails
bundle exec appraisal install
bundle exec appraisal rails-6.1 rspec
bundle exec appraisal rails-7.0 rspec
bundle exec appraisal rails-7.1 rspec
```

## Thanks
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "http://rubygems.org"

gem "sqlite3", "~> 1.4"
gem "rails", "7.1.0.rc2"
gem "rails", "7.1.0"

gemspec path: "../"
130 changes: 68 additions & 62 deletions gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,70 +8,70 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actioncable (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actioncable (7.1.0)
actionpack (= 7.1.0)
activesupport (= 7.1.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activejob (= 7.1.0.rc2)
activerecord (= 7.1.0.rc2)
activestorage (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actionmailbox (7.1.0)
actionpack (= 7.1.0)
activejob (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
actionview (= 7.1.0.rc2)
activejob (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actionmailer (7.1.0)
actionpack (= 7.1.0)
actionview (= 7.1.0)
activejob (= 7.1.0)
activesupport (= 7.1.0)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.0.rc2)
actionview (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actionpack (7.1.0)
actionview (= 7.1.0)
activesupport (= 7.1.0)
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)
actiontext (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activerecord (= 7.1.0.rc2)
activestorage (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actiontext (7.1.0)
actionpack (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actionview (7.1.0)
activesupport (= 7.1.0)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activejob (7.1.0)
activesupport (= 7.1.0)
globalid (>= 0.3.6)
activemodel (7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activerecord (7.1.0.rc2)
activemodel (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activemodel (7.1.0)
activesupport (= 7.1.0)
activerecord (7.1.0)
activemodel (= 7.1.0)
activesupport (= 7.1.0)
timeout (>= 0.4.0)
activestorage (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activejob (= 7.1.0.rc2)
activerecord (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activestorage (7.1.0)
actionpack (= 7.1.0)
activejob (= 7.1.0)
activerecord (= 7.1.0)
activesupport (= 7.1.0)
marcel (~> 1.0)
activesupport (7.1.0.rc2)
activesupport (7.1.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -105,8 +105,9 @@ GEM
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
io-console (0.6.0)
irb (1.7.4)
reline (>= 0.3.6)
irb (1.8.1)
rdoc
reline (>= 0.3.8)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.21.3)
Expand All @@ -120,9 +121,9 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.18.1)
minitest (5.20.0)
mutex_m (0.1.2)
net-imap (0.3.7)
net-imap (0.4.0)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -132,9 +133,9 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.3-arm64-darwin)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
overcommit (0.60.0)
childprocess (>= 0.6.3, < 5)
Expand All @@ -147,6 +148,8 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.0)
stringio
racc (1.7.1)
rack (3.0.8)
rack-session (2.0.0)
Expand All @@ -156,30 +159,30 @@ GEM
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.0.rc2)
actioncable (= 7.1.0.rc2)
actionmailbox (= 7.1.0.rc2)
actionmailer (= 7.1.0.rc2)
actionpack (= 7.1.0.rc2)
actiontext (= 7.1.0.rc2)
actionview (= 7.1.0.rc2)
activejob (= 7.1.0.rc2)
activemodel (= 7.1.0.rc2)
activerecord (= 7.1.0.rc2)
activestorage (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
rails (7.1.0)
actioncable (= 7.1.0)
actionmailbox (= 7.1.0)
actionmailer (= 7.1.0)
actionpack (= 7.1.0)
actiontext (= 7.1.0)
actionview (= 7.1.0)
activejob (= 7.1.0)
activemodel (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
bundler (>= 1.15.0)
railties (= 7.1.0.rc2)
railties (= 7.1.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
railties (7.1.0)
actionpack (= 7.1.0)
activesupport (= 7.1.0)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -188,8 +191,10 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
rb-readline (0.5.5)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.3.6)
reline (0.3.9)
io-console (~> 0.5)
rexml (3.2.5)
rspec (3.12.0)
Expand Down Expand Up @@ -222,6 +227,7 @@ GEM
ruby2_keywords (0.0.5)
sqlite3 (1.6.3-arm64-darwin)
sqlite3 (1.6.3-x86_64-linux)
stringio (3.0.8)
thor (1.2.2)
timecop (0.9.6)
timeout (0.4.0)
Expand All @@ -232,7 +238,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.8)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-22
Expand All @@ -243,7 +249,7 @@ DEPENDENCIES
data_migrate!
overcommit
pry
rails (= 7.1.0.rc2)
rails (= 7.1.0)
rake
rb-readline
rspec
Expand Down

0 comments on commit 6bd8fc0

Please sign in to comment.