BETYdb 5.0.2
Update of Sprockets Gem Version
Summary of Changes
Per GitHub recommendation, the version of the sprockets Gem listed in the Gemfile.lock file has been updated from version 3.7.1 to 3.7.2.
Steps Needed for Upgrade
If you upgraded to release BETYdb 5.0
or 5.0.1
after 19:50 UTC on August 9 (2:50 PM CDT on August 9) with a git pull
, you probably already got these changes. (Run git log
to be sure.)
If you have not yet upgraded to Rails 5, simply follow the instructions for release BETYdb 5.0
.
If you upgraded to release BETYdb 5.0
or 5.0.1
before 19:50 UTC on August 9, proceed as follows:
- Log in to the server.
- cd to the Rails root directory.
- Run
git pull
to get the latest version of the master branch. - Run
bundle
. - Restart the Rails server with
touch tmp/restart.txt