socrata / soda-ruby

A RubyGem for the Socrata Open Data API

Home Page:http://socrata.github.io/soda-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Rails 5?

jspanjers opened this issue · comments

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?

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

@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! 🍺