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

Drop support for Rails < 6, add support for Rails 8 & Ruby 3.4 #15

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

brunosedler
Copy link

No description provided.

@brunosedler brunosedler force-pushed the bs/add-support-for-rails-8 branch from ecc0505 to efcc9fa Compare January 17, 2025 12:50
@brunosedler brunosedler self-assigned this Jan 17, 2025
@brunosedler brunosedler marked this pull request as ready for review January 17, 2025 12:54
@brunosedler brunosedler changed the title Drop support for Rails < 6, add support for Rails 8 Drop support for Rails < 6, add support for Rails 8 & Ruby 3.4 Jan 24, 2025
@brunosedler brunosedler requested review from codener and tecden January 24, 2025 10:28
Copy link

@tecden tecden left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -1,15 +1,15 @@
source 'https://rubygems.org'

# Runtime dependencies
gem 'activerecord', '~>5'
gem 'mysql2', '~>0.4.10'
Copy link

Choose a reason for hiding this comment

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

Wieso schmeißen wir eigentlich MySQL für PG raus?

Copy link
Author

Choose a reason for hiding this comment

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

I removed (among others) the Gemfile.5.2.mysql2 and and created the new Gemfile.8.0.pg. The changes apparently where so few, that git thought I moved the file. That's why we have mysql changes in the pg file.

Copy link
Member

@codener codener left a comment

Choose a reason for hiding this comment

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

When removing stuff, you'll never find overlooked stuff in a merge request 😬 But looks fine. When tests are green, should be alright.

CHANGELOG.md Outdated
@@ -7,10 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
## Unreleased

### Breaking changes
- Drop support for Rails < 6.1
Copy link
Member

Choose a reason for hiding this comment

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

I'd append "This also drops support for MySQL, which had only been present for Rails < 6."

@brunosedler brunosedler force-pushed the bs/add-support-for-rails-8 branch from 233a4ab to 5310858 Compare January 29, 2025 11:12
@brunosedler brunosedler merged commit 5310858 into master Jan 29, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants