We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87846e6 + 9d60674 commit d2338f7Copy full SHA for d2338f7
Dockerfile
@@ -4,5 +4,6 @@ RUN mkdir /myapp
4
WORKDIR /myapp
5
ADD Gemfile /myapp/Gemfile
6
ADD Gemfile.lock /myapp/Gemfile.lock
7
+RUN gem install bundler -v 1.17.3
8
RUN bundle install
9
ADD . /myapp
Gemfile.lock
@@ -182,7 +182,9 @@ GEM
182
marcel (0.3.3)
183
mimemagic (~> 0.3.2)
184
method_source (0.9.2)
185
- mimemagic (0.3.3)
+ mimemagic (0.3.9)
186
+ nokogiri (~> 1)
187
+ rake
188
mini_mime (1.0.2)
189
mini_portile2 (2.4.0)
190
minitest (5.13.0)
0 commit comments