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
Since many assignments before the introduction of make_it_so have gemfiles with rails -> 5.2, when running bundle you may end up with rails 5.2.4.3 or whatever the most up to date 5.2 version is. Currently make_it_so runs a check in prerequisite_check.rb to ensure 5.2.3 is installed and if not prompts a user to uninstall and reinstall rails 5.2.3. If possible we could update the check to ensure a users rails version only starts with 5.2.
The text was updated successfully, but these errors were encountered:
Since many assignments before the introduction of
make_it_so
have gemfiles withrails -> 5.2
, when runningbundle
you may end up with rails 5.2.4.3 or whatever the most up to date 5.2 version is. Currently make_it_so runs a check inprerequisite_check.rb
to ensure5.2.3
is installed and if not prompts a user to uninstall and reinstallrails 5.2.3
. If possible we could update the check to ensure a users rails version only starts with5.2
.The text was updated successfully, but these errors were encountered: