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

Loosen the activesupport dependency #268

Merged
merged 1 commit into from
Apr 18, 2017

Conversation

anakinj
Copy link
Contributor

@anakinj anakinj commented Apr 18, 2017

No description provided.

@grape-bot
Copy link

grape-bot commented Apr 18, 2017

1 Message
📖 We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests!

Generated by 🚫 danger

@anakinj anakinj force-pushed the loosen-activesupport-dependency branch from 41b8d2c to 93cc316 Compare April 18, 2017 18:53
Copy link
Member

@LeFnord LeFnord left a comment

Choose a reason for hiding this comment

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

thanks @anakinj

@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = 'grape-entity'

s.add_runtime_dependency 'multi_json', '>= 1.3.2'
s.add_runtime_dependency 'activesupport', '>= 5.0.0'
s.add_runtime_dependency 'activesupport'
Copy link
Member

Choose a reason for hiding this comment

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

please change instead to: > 4, else it would fail this spec./spec/grape_entity/hash_spec.rb:6 # Grape::Entity except option for nested entity) with < 4

@anakinj anakinj force-pushed the loosen-activesupport-dependency branch from 93cc316 to 8a1afa6 Compare April 18, 2017 19:18
@anakinj anakinj force-pushed the loosen-activesupport-dependency branch from 8a1afa6 to 2d1019a Compare April 18, 2017 19:26
@anakinj
Copy link
Contributor Author

anakinj commented Apr 18, 2017

I still changed this version to >=4.0.0 to be more schematically pretty, and allow the 4.0.0 version of activesupport :)

@coveralls
Copy link

coveralls commented Apr 18, 2017

Coverage Status

Coverage remained the same at 92.72% when pulling 2d1019a on anakinj:loosen-activesupport-dependency into ba229f8 on ruby-grape:master.

@LeFnord LeFnord merged commit 5a129b5 into ruby-grape:master Apr 18, 2017
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.

5 participants