forked from e621ng/e621ng
[Bundler] Update to 2.3.12
This is currently the lastest version. The currently used version prints a deprecation warning everytime with ruby 3
This commit is contained in:
parent
326bf9594f
commit
e45e9023d4
@ -17,9 +17,8 @@ COPY package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
|
||||
COPY Gemfile Gemfile.lock ./
|
||||
RUN bundle install -j$(nproc) && \
|
||||
gem install bundler:2.0.1 && \
|
||||
bundler config github.https true
|
||||
RUN gem install bundler:2.3.12 && \
|
||||
bundle install -j$(nproc)
|
||||
|
||||
# shoreman
|
||||
RUN wget -O /usr/bin/shoreman https://github.com/chrismytton/shoreman/raw/master/shoreman.sh \
|
||||
|
@ -408,4 +408,4 @@ DEPENDENCIES
|
||||
whenever
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
2.3.12
|
||||
|
Loading…
Reference in New Issue
Block a user