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

supporting activemodel >= 5.0 #392 #399

Closed
wants to merge 2 commits into from

Conversation

zkwentz
Copy link
Collaborator

@zkwentz zkwentz commented Mar 28, 2016

No description provided.

@ryanswood
Copy link

Please merge this in. Gems that depend on Her and that are included in a Rails app are blocking upgrading to Rails 5.

@@ -23,8 +23,8 @@ Gem::Specification.new do |s|
s.add_development_dependency "fivemat", "~> 1.2"
s.add_development_dependency "json", "~> 1.8"

s.add_runtime_dependency "activemodel", ">= 3.0.0", "<= 4.3.0"
s.add_runtime_dependency "activesupport", ">= 3.0.0", "<= 4.3.0"
s.add_runtime_dependency "activemodel", ">= 3.0.0", "<= 5.0.0"

Choose a reason for hiding this comment

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

Shouldn't this be < 5.1.0 so patches to rails 5 are compatible?

@zkwentz
Copy link
Collaborator Author

zkwentz commented Aug 25, 2016

If anyone really wants to use this, I've forked and created a new gem: https://rubygems.org/gems/her5

@jkappers
Copy link

jkappers commented Sep 6, 2016

+1

1 similar comment
@arturseletskiy
Copy link

+1

@edtjones
Copy link
Collaborator

hi @zkwentz @ryanswood @arturseletskiy @jkappers I've just got commit access to this repo and this will be my first merge! Will keep you posted here.

@edtjones
Copy link
Collaborator

Hi folks,

Rather than accept this PR I've written a slightly more permissive change to the gemspec. I'll close this one now.

Ed

@edtjones edtjones closed this Sep 30, 2016
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

6 participants