Rails 5.1 support
dwyerb64 opened this issue ยท 6 comments
Hi @jabbett
Tried out this gem today and blown away (really impressed).
I forked it and changed the rails dependency for it to work with rails 5.1:
See abraham.gemspec line 20.
s.add_dependency 'rails', '~> 5.0', '>= 5.0.0.1'
I'll try to push a 1.3 release on Monday with this change. Thanks so much for your help!
Hi it doesn't seem to be working...
Bundler could not find compatible versions for gem "rails":
In snapshot (Gemfile.lock):
rails (= 5.1.4)
In Gemfile:
rails (~> 5.1)
abraham was resolved to 1.2, which depends on
rails (>= 5.0.0.1, ~> 5.0.0)
This is a great gem. I wanted to leave a reminder that it looks like this small fix for Rails 5.1 compatibility wasn't released yet.
This problem is still there:
Bundler could not find compatible versions for gem rails:
In Gemfile:
rails (~> 5.1.4)
abraham was resolved to 1.2, which depends on
rails (>= 5.0.0.1, ~> 5.0.0)
My sincerest apologies for the delay. I don't have a smooth technique yet for harmonizing the git flow release
process with the RubyGems rake release
process, so I get cold feet ;)
You'll find the 1.3 release available on RubyGems.
Thank you all for your patience!
Thanks @jabbett. I integrated this into my project and it is a great gem: thanks a lot.