From 6ff71684283da7584f4f6e48d408b1169ec80132 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Thu, 5 Oct 2023 15:16:39 -0600 Subject: [PATCH 1/2] update to 7.1.0 official release --- Appraisals | 4 +- gemfiles/rails_7.1.gemfile | 2 +- gemfiles/rails_7.1.gemfile.lock | 130 +++++++++++++++++--------------- 3 files changed, 71 insertions(+), 65 deletions(-) diff --git a/Appraisals b/Appraisals index 766bb80..7eec0af 100644 --- a/Appraisals +++ b/Appraisals @@ -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 diff --git a/gemfiles/rails_7.1.gemfile b/gemfiles/rails_7.1.gemfile index 0e33680..ce29820 100644 --- a/gemfiles/rails_7.1.gemfile +++ b/gemfiles/rails_7.1.gemfile @@ -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: "../" diff --git a/gemfiles/rails_7.1.gemfile.lock b/gemfiles/rails_7.1.gemfile.lock index 51a3d9a..e63627d 100644 --- a/gemfiles/rails_7.1.gemfile.lock +++ b/gemfiles/rails_7.1.gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -156,20 +159,20 @@ 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 @@ -177,9 +180,9 @@ GEM 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) @@ -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) @@ -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) @@ -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 @@ -243,7 +249,7 @@ DEPENDENCIES data_migrate! overcommit pry - rails (= 7.1.0.rc2) + rails (= 7.1.0) rake rb-readline rspec From aafb8565ebee05295ca6034174781c4c1465a3bc Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Thu, 5 Oct 2023 15:17:57 -0600 Subject: [PATCH 2/2] update readme to mention 7.1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45fe96e..e6aca12 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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