Skip to content

Commit

Permalink
force update to latests default gem for base64
Browse files Browse the repository at this point in the history
resolves the following error:
```
Could not spawn process for application /var/www/haven: The application encountered the following error: You have already activated base64 0.1.1, but your Gemfile requires base64 0.2.0. Since base64 is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports base64 as a default gem. (Gem::LoadError)
```
  • Loading branch information
mawise committed Sep 21, 2024
1 parent 5c4bd50 commit 02b3919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploymentscripts/lib/bash/ubuntu-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUBY_CONFIGURE_OPTS=--disable-install-doc rbenv install 3.1.4
rbenv global 3.1.4
gem update --system
gem update strscan --default #resolves a gem conflict
gem update base64 --default #resolves a gem conflict
gem install bundler -v 2.4.12 --no-document

#### Nginx And Passenger #### https://www.phusionpassenger.com/library/install/nginx/install/oss/bionic/
Expand Down

0 comments on commit 02b3919

Please sign in to comment.