Ruby, Rails, and All gems out of date
Closed this issue · 6 comments
Like the title says, pretty much everything out of date. Ruby 2.1 is not even supported anymore, 2.4.0 is the latest. Same with rails, 4.1 is not supported, only 5.0 and 4.2 are.
I can take a look at upgrading but I don't know what the limitation of CI/Heroku are for these things. Additionally, the move from 4.1 => 5 might be a not-so-small undertaking in my experience, it might make more sense to stay on ~4 for now.
Already found an active rails bugs with ruby 2.4.0 & Rails 4.2.0.
I think the Integer unification is going to take a while to fix for not only rails but every active record adapter.
Backing off to ruby 2.3.3 for now..
For now, let's target Ruby 2.3.x and Rails 4.2.x.
I have a green rake on a branch here. Waiting on the first PR to be merged in then I'll create this one (otherwise you'd see the commit history from the first PR in this PR).