Skip to content

BETYdb 5.0.2

Compare
Choose a tag to compare
@gsrohde gsrohde released this 09 Aug 19:58
· 257 commits to master since this release

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:

  1. Log in to the server.
  2. cd to the Rails root directory.
  3. Run git pull to get the latest version of the master branch.
  4. Run bundle.
  5. Restart the Rails server with
    touch tmp/restart.txt