-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrading Ruby Version Using rbenv
Banu Hapeloglu Kutlu edited this page Mar 3, 2021
·
4 revisions
-
Install
rbenv
(see https://github.com/rbenv/rbenv) -
Check available 2.6.x versions:
$ egrep "^\s+2\.6\.\d+$" <(rbenv install -l) | tail -1
If the version is not listed, then you might need to update the ruby-build:
$ brew upgrade ruby-build
or
$ cd ~/.rbenv $ git pull $ cd plugins/ruby-build $ git pull
-
Install Ruby:
$ rbenv install 2.6.6
-
Check all versions:
$ rbenv versions
-
Set it as global and/or local:
$ rbenv global 2.6.6
$ rbenv local 2.6.6
-
Need to install bundler for each version of Ruby:
$ gem install bundle
-
Need to run bundle install for your existing app:
$ cd /path/to/psulib_blacklight $ bundle install
- Home
- Testing Documentation for Product Owner
- Components, Features, and Functions
- Library Faceting and Locations Management
- Advanced Search
- Browse Items By Library of Congress Call Number
- Browse by Subject, Author, and Title
- Availability Display
- Summary Holdings Display
- Holdings and Availability for Bound-Withs
- Holds and ILL
- Requesting Items with Aeon
- Course Reserves
- Google Books and HathiTrust Integration
- Bento Integration
- Indexing and Display
- Sources of Catalog Data
- Display Fields
- Title Fields
- Author and Creator Fields
- Thesis Department
- ISSNs and ISBNs
- URL Fields
- Publication and Edition Fields
- Material Characteristics Fields
- Language Fields
- Subject Fields
- Genre Fields
- Note Fields
- Serials
- Bound-Withs
- Formats
- Media Types
- Access Facet
- Open Access Facet
- Call Numbers
- OCLC Number
- LCCN
- Report Numbers
- Endowment Codes and Names
- Adding Linked to Request Scanning
- Summary Holdings Indexing
- My Account
- Tests
- Development Setup and Notes
- Deployment Notes