bundle update

This commit is contained in:
Ryan W
2022-03-17 10:47:37 -07:00
parent 0b6b7e84df
commit 74c2f8ab82
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ ENV LANG=C.UTF-8 \
BUNDLE_JOBS=4 \ BUNDLE_JOBS=4 \
BUNDLE_RETRY=3 BUNDLE_RETRY=3
RUN gem update --system RUN gem update --system && gem install bundler
RUN gem install bundler
WORKDIR /usr/src/app WORKDIR /usr/src/app
+2 -2
View File
@@ -113,7 +113,7 @@ GEM
jbuilder (2.11.5) jbuilder (2.11.5)
actionview (>= 5.0.0) actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
loofah (2.14.0) loofah (2.15.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@@ -235,7 +235,7 @@ GEM
childprocess (>= 0.5, < 5.0) childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2) rubyzip (>= 1.2.2)
sprockets (4.0.2) sprockets (4.0.3)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.4.2) sprockets-rails (3.4.2)