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

Rails 5 and Gemfile upgrade #382

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Rails 5 and Gemfile upgrade #382

merged 1 commit into from
Nov 11, 2016

Conversation

toastercup
Copy link
Member

  • Thanks to constant upgrading of our Gemfile, upgrading to Rails 5 is easy! All dependencies now support Rails 5.
  • Grape 0.18 locks mustermann-grape to 0.4.0, which conflicts with sinatra 2, which depends on mustermann 0.4.0. Grape 0.17, for whatever reason, does not lock down this gem, and it all still works. They have a storied history of locking down gems after-the-fact, on newer versions of Grape.. See this PR for the lockdown: Drop ruby-2.0 and mustermann19, use mustermann-grape instead ruby-grape/grape#1470
  • config.active_record.raise_in_transactional_callbacks is no longer relevant in Rails 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant