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

[WIP] Rails 6 #1182

Merged
merged 1 commit into from
Jan 27, 2019
Merged

[WIP] Rails 6 #1182

merged 1 commit into from
Jan 27, 2019

Conversation

mfazekas
Copy link
Contributor

Thank you for your contribution!

Check the following boxes:

  • Wrote good commit messages.
  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Added an entry to the Changelog if the new
    code introduces user-observable changes.
  • The PR relates to only one subject with a clear title
    and description in grammatically correct, complete sentences.

@@ -28,7 +28,7 @@ has been destroyed.
s.required_ruby_version = ">= 2.3.0"

# Rails does not follow semver, makes breaking changes in minor versions.
s.add_dependency "activerecord", [">= 4.2", "< 6.0"]
s.add_dependency "activerecord", [">= 4.2", "< 7.0"]
Copy link
Member

Choose a reason for hiding this comment

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

Rails does not follow SemVer, so this should be < 6.1.

@jaredbeck
Copy link
Member

Hi Miklós. Nice to meet you and thanks for the contribution. 😄

@jaredbeck jaredbeck merged commit c7bf41f into paper-trail-gem:master Jan 27, 2019
jaredbeck added a commit that referenced this pull request Jan 27, 2019
This fixes an omission that was not caught in
#1182
aried3r pushed a commit to aried3r/paper_trail that referenced this pull request Dec 14, 2020
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.

2 participants