You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I specify the default version of a gem in the defaults file?
It seems that i reads gems as individual strings, so I can't see the way to set something like
gems:
- mysql2, '~> 0.3.18'
Currently I have an issue with Rails 4.1.2 and mysql2 0.4.1, and I like to switch back to a previous version of mysql2 gem with no luck. The same happens when trying to specify a github source for a gem.
Is there a way to achieve this, or should I first create a template and modify it?
The text was updated successfully, but these errors were encountered:
How can I specify the default version of a gem in the defaults file?
It seems that i reads gems as individual strings, so I can't see the way to set something like
Currently I have an issue with
Rails 4.1.2
andmysql2 0.4.1
, and I like to switch back to a previous version of mysql2 gem with no luck. The same happens when trying to specify a github source for a gem.Is there a way to achieve this, or should I first create a template and modify it?
The text was updated successfully, but these errors were encountered: