Skip to content

Commit

Permalink
fix conflict between strscan default gem and bundled gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mawise committed Jul 9, 2024
1 parent 34da83d commit 23d2cdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get update -yqq && \
postgresql postgresql-contrib libpq-dev cron && \
npm install --global yarn && \
gem update --system && \
gem update strscan --default && \
gem install bundler -v 2.4.12 --no-document

ADD Gemfile Gemfile.lock Rakefile config.ru .ruby-version ./
Expand Down
1 change: 1 addition & 0 deletions deploymentscripts/deploy-pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
CONFIGURE_OPTS="--disable-install-doc" rbenv install 3.1.4 --verbose
rbenv global 3.1.4
gem update --system
gem update strscan --default #resolves a gem conflict
gem install bundler -v 2.4.12 --no-document

# NodeJS and Yarn
Expand Down
1 change: 1 addition & 0 deletions deploymentscripts/lib/bash/ubuntu-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
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 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 23d2cdc

Please sign in to comment.