-
Notifications
You must be signed in to change notification settings - Fork 26
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
Bump SaaS Rails to 4.2.4 #237
Conversation
Are changes in |
I wouldn't make any changes to the lock file - it will just rewrite itself as soon as anyone runs a 'bundle'. As a rule of thumb Gemfile.lock's should never be directly altered.
Technically a Rails engine is a self-contained Rails application that is injected like a Gem. |
Also, while we're fiddling with versions, I just pushed a tweak to bower.json to avoid emberjs/ember.js#12787.
FWIW, if I revert my Gemfile.lock changes (but leave the gemspec change), a |
Ok haha then I support! |
I didn't realize we have 2 ×
Gemfile.lock
. As we did with #217, pulling the SaaS Rails dependency version bump out of #211 to be deployed independently.In addition to the Rails bump, I've synchronized a few other version mismatches relative to the root
Gemfile.lock
.