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

Support ActiveRecord 4.2 #98

Merged
merged 1 commit into from
Dec 22, 2014
Merged

Conversation

eitoball
Copy link
Contributor

No description provided.

@xlgmokha
Copy link

👍

1 similar comment
@betesh
Copy link

betesh commented Dec 22, 2014

👍

@@ -1,7 +1,7 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.add_dependency "activerecord", [">= 3.0", "< 4.2"]
spec.add_dependency "activerecord", [">= 3.0", "< 4.3"]
Copy link

Choose a reason for hiding this comment

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

next rails release version is 5.0, it's better to use "< 5.0" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed. Updated. Thank you!

@jastkand
Copy link

👍

@maxehmookau
Copy link

Yes please 👍

sferik added a commit that referenced this pull request Dec 22, 2014
@sferik sferik merged commit 169f4bb into collectiveidea:master Dec 22, 2014
@sferik
Copy link
Collaborator

sferik commented Dec 22, 2014

Thanks. I’ll be releasing an updated gem soon.

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.

None yet

7 participants