Skip to content

Commit

Permalink
Remove httpparty as default gem
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ross committed May 17, 2024
1 parent 0e8b09e commit 8d4e3b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ RUN gem install \
'json:2.7.2' \
'money:6.19.0' \
'nokogiri:1.15.6' \
'httparty:0.22.0' \
'pdf-reader:2.12.0' \
'rexml:3.2.8' \
'roo:2.10.1' \
moss_generator \
pry-byebug \
'moss_generator' \
'pry-byebug' \
--no-doc

ENV HOME=/tmp/app-tmp
Expand Down

0 comments on commit 8d4e3b5

Please sign in to comment.