Skip to content

Commit

Permalink
Merge pull request #431 from Fryguy/fix_morphy_bundler
Browse files Browse the repository at this point in the history
[MORPHY] Lock down bundler to 2.4.x
  • Loading branch information
agrare authored Dec 21, 2023
2 parents b6a9733 + baeeeb6 commit 91650be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ RUN echo "gem: --no-ri --no-rdoc --no-document" > /root/.gemrc

COPY . /build_scripts

RUN gem install bundler
RUN gem install bundler -v '< 2.5'

ENTRYPOINT ["/build_scripts/container-assets/user-entrypoint.sh"]
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

gem 'awesome_spawn', ">=1.3.0"
gem 'aws-sdk-s3'
gem 'bundler', "< 2.5"
gem 'config'
gem 'droplet_kit', "~>3.7", :require => false
gem 'manageiq-style'
Expand Down

0 comments on commit 91650be

Please sign in to comment.