Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 7.2 compatibility #70

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Rails 7.2 compatibility #70

merged 1 commit into from
Aug 23, 2024

Conversation

mattmenefee
Copy link
Contributor

Add support for Rails 7.2 and drop support for Rails v6.0, since it reached EOL on June 1st, 2023.

dev/rubocop.yml Outdated Show resolved Hide resolved
Gemfile.lock Outdated Show resolved Hide resolved
@gael-ian
Copy link
Member

Hi @mattmenefee

Thank you for this! Holidays are not a good time to stay up to date with the news and I had missed the Rails 7.2 release :)

It would be great if you can fix markdown formatting in READMEs and the changelog and rollback the required Ruby version to 2.6. I can do it if you don't have the time.

Once done, this can be merged and I'll push a new Cocooned released to Rubygems.

Thank you again 👍

cocooned.gemspec Outdated Show resolved Hide resolved
Gemfile.lock Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
dev/rubocop.yml Outdated Show resolved Hide resolved
Add support for Rails 7.2 and drop support for Rails v6.0, since it
reached EOL on June 1st, 2023.

* rails 7.1.3.3 → 7.2.1
[announcement](https://rubyonrails.org/2024/8/22/Rails-7-2-1-has-been-released)
[changelog](https://github.com/rails/rails/releases/tag/v7.2.1)

* actioncable 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/actioncable/CHANGELOG.md#rails-721-august-22-2024)

* actionmailbox 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/actionmailbox/CHANGELOG.md#rails-721-august-22-2024)

* actionmailer 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/actionmailer/CHANGELOG.md#rails-721-august-22-2024)

* actionpack 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/actionpack/CHANGELOG.md#rails-721-august-22-2024)

* actiontext 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/actiontext/CHANGELOG.md#rails-721-august-22-2024)

* actionview 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/actionview/CHANGELOG.md#rails-721-august-22-2024)

* activejob 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/activejob/CHANGELOG.md#rails-721-august-22-2024)

* activemodel 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/activemodel/CHANGELOG.md#rails-721-august-22-2024)

* activerecord 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/activerecord/CHANGELOG.md#rails-721-august-22-2024)

* activestorage 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/activestorage/CHANGELOG.md#rails-721-august-22-2024)

* activesupport 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/activesupport/CHANGELOG.md#rails-721-august-22-2024)

* builder 3.2.4 → 3.3.0
[changelog](https://github.com/rails/builder/blob/master/CHANGES)

* concurrent-ruby 1.2.3 → 1.3.4
[changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)

* docile 1.4.0 → 1.4.1
[changelog](https://github.com/ms-ati/docile/blob/main/HISTORY.md#v141-may-12-2021)

* erubi 1.12.0 → 1.13.0
[changelog](https://github.com/jeremyevans/erubi/blob/master/CHANGELOG)

* irb 1.13.1 → 1.14.0
[changelog](https://github.com/ruby/irb/releases)

* mini_portile2 2.8.6 → 2.8.7

* minitest 5.23.0 → 5.25.1
[changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)

* net-imap 0.4.11 → 0.4.14
[changelog](https://github.com/ruby/net-imap/releases)

* nokogiri 1.16.5 → 1.16.7
[changelog](https://nokogiri.org/CHANGELOG.html)

* parallel 1.24.0 → 1.26.3

* parser 3.3.1.0 → 3.3.4.2
[changelog](https://github.com/whitequark/parser/blob/v3.3.4.2/CHANGELOG.md)

* racc 1.8.0 → 1.8.1
[changelog](https://github.com/ruby/racc/releases)

* rack 3.0.11 → 3.1.7
[changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)

* railties 7.1.3.3 → 7.2.1
[changelog](https://github.com/rails/rails/blob/v7.2.1/railties/CHANGELOG.md#rails-721-august-22-2024)

* rdoc 6.6.3.1 → 6.7.0
[changelog](https://github.com/ruby/rdoc/releases)

* reline 0.5.7 → 0.5.9
[changelog](https://github.com/ruby/reline/releases)

* rexml 3.2.8 → 3.3.6
[changelog](https://github.com/ruby/rexml/releases/tag/v3.3.6)

* rspec-expectations 3.13.0 → 3.13.2
[changelog](https://github.com/rspec/rspec-expectations/blob/v3.13.2/Changelog.md#3132--2024-08-20)

* rspec-rails 6.1.2 → 6.1.4
[changelog](https://github.com/rspec/rspec-rails/blob/v6.1.4/Changelog.md)

* rubocop 1.63.5 → 1.65.1
[changelog](https://github.com/rubocop/rubocop/releases/tag/v1.65.1)

* rubocop-ast 1.31.3 → 1.32.1
[changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)

* rubocop-performance 1.21.0 → 1.21.1
[changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md#1211-2024-06-16)

* rubocop-rails 2.25.0 → 2.25.1
[changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)

* rubocop-rspec 2.29.2 → 3.0.4
[changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)

* simple_form 5.3.0 → 5.3.1
[changelog](https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md#531)

* stringio 3.1.0 → 3.1.1

* zeitwerk 2.6.14 → 2.6.17
[changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md#2617-29-july-2024)
@mattmenefee
Copy link
Contributor Author

@gael-ian I think I addressed all of your feedback, but let me know if there's anything else that needs to be changed! And thanks!

Copy link
Member

@gael-ian gael-ian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! Thanks @mattmenefee

@gael-ian gael-ian merged commit f237e96 into notus-sh:main Aug 23, 2024
17 checks passed
@mattmenefee mattmenefee deleted the rails-7.2 branch August 23, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants