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 for Rails 5? #42

Closed
jspanjers opened this issue Jan 16, 2017 · 2 comments
Closed

Support for Rails 5? #42

jspanjers opened this issue Jan 16, 2017 · 2 comments

Comments

@jspanjers
Copy link
Contributor

jspanjers commented Jan 16, 2017

Since commit 2d22a03
sody-ruby has a dependency on rails 4.

Line:
s.add_dependency 'activesupport', '~> 4.2.5'

Is it intentional that you cannot install soda-ruby in combination with rails 5?

@chrismetcalf
Copy link
Contributor

Not intentional at all, @jspanjers! Let me see if I can remove that dependency or at least the version restriction.

chrismetcalf added a commit that referenced this issue Jan 17, 2017
Closes #42: Removing spurious dependency on `activesupport`
@chrismetcalf
Copy link
Contributor

@jspanjers Looks like I removed the need for that gem entirely, so I just removed it from the gemspec. 0.2.23 removes the dependency, and is published to rubygems.org! 🍺

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

No branches or pull requests

2 participants