Skip to content

Commit

Permalink
Bumping bundler to remove warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaostrom-cb committed Mar 20, 2023
1 parent 965bff6 commit 5ee0150
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN pip3 install wheel \
# ruby gems
COPY Gemfile Gemfile.lock /home/
RUN cd /home \
&& gem install bundler -v '2.3.1' \
&& gem install bundler -v '2.4.8' \
&& gem update --system \
&& bundle install --deployment --no-cache --clean --with scanners \
&& bundle exec bundle audit update
Expand Down Expand Up @@ -205,7 +205,7 @@ COPY lib /home/lib
COPY salus-default.yaml /home/

# install salus dependencies
RUN gem install bundler -v'2.3.1' \
RUN gem install bundler -v'2.4.8' \
&& bundle config --local path vendor/bundle \
&& bundle config --local without development:test

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby '3.2.1'
gem 'activemodel', '~> 6.1.7.3'
gem 'activesupport', '~> 6.1.7.3'
gem 'bugsnag', '~> 6.19.0'
gem 'bundler', '= 2.3.1'
gem 'bundler', '= 2.4.8'
gem 'cocoapods', '~> 1.12.0'
gem 'deepsort', '~> 0.4.5'
gem 'faraday', '~> 1.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ DEPENDENCIES
activesupport (~> 6.1.7.3)
brakeman (= 5.4.1)
bugsnag (~> 6.19.0)
bundler (= 2.3.1)
bundler (= 2.4.8)
bundler-audit (~> 0.9.1)
cocoapods (~> 1.12.0)
deepsort (~> 0.4.5)
Expand All @@ -224,4 +224,4 @@ RUBY VERSION
ruby 3.2.1p31

BUNDLED WITH
2.3.1
2.4.8

0 comments on commit 5ee0150

Please sign in to comment.