Skip to content

Commit

Permalink
Dockerfile.deployment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorSheremeta committed Feb 1, 2024
1 parent f69b3d5 commit ca488b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.deployment
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ WORKDIR $APP_ROOT

# Update bundler
RUN gem update --system
RUN gem install bundler:2.1.4

# Bundler version will match the BUNDLED WITH version in Gemfile.lock
RUN gem install bundler

# Install standard gems
COPY Gemfile* /app/
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ gem 'kaminari' # Pagination
gem 'paper_trail', '~> 15.1.0' # Track object changes
gem 'ransack', '4.1.1' # ActiveRecord search/filter
gem 'redcarpet', '~> 3.6', require: ['redcarpet', 'redcarpet/render_strip'] # Markdown to (X)HTML parser
gem 'rubyzip', '~> 2.3.0' # Ruby library for reading and writing zip files
gem 'uuidtools'
gem 'voight_kampff', '~> 2.0', require: 'voight_kampff/rails' # bot detection
gem 'wicked' # Multi-step wizard
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ DEPENDENCIES
rubocop-minitest
rubocop-performance
rubocop-rails
rubyzip (~> 2.3.0)

This comment has been minimized.

Copy link
@ConnorSheremeta

ConnorSheremeta Feb 1, 2024

Author Contributor

Locked this due to this message:

Please ensure that your Gemfiles and .gemspecs are suitably restrictive
to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
See https://github.com/rubyzip/rubyzip for details.
sdoc
selenium-webdriver
shoulda-matchers (~> 6.1)
Expand Down

0 comments on commit ca488b9

Please sign in to comment.