diff --git a/Dockerfile b/Dockerfile index 7519428..85750a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN set -ex && \ gem install bundler -v $(cat BUNDLER_VERSION) && \ ls /usr/local/lib/ruby/gems/2.6.0 && \ gem uninstall --install-dir /usr/local/lib/ruby/gems/2.6.0 -x rake && \ + find /usr/local/lib/ruby -name webrick* -exec rm -rf {} + && \ + gem install webrick -v '~>1.6' && \ bundle config set deployment 'true' && \ bundle config set no-cache 'true' && \ bundle install --without='development test' && \