1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

chore: upgrade bundler to 2.5.6

هذا الالتزام موجود في:
Adam Cooke
2024-02-23 14:36:27 +00:00
ملتزم من قبل Adam Cooke
الأصل b89e0a9e82
التزام 1ae8ef6401
2 ملفات معدلة مع 4 إضافات و8 حذوفات

عرض الملف

@@ -31,12 +31,12 @@ RUN mkdir -p /opt/postal/app /opt/postal/config
WORKDIR /opt/postal/app
# Install bundler
RUN gem install bundler -v 2.4.9 --no-doc
RUN gem install bundler -v 2.5.6 --no-doc
# Install the latest and active gem dependencies and re-run
# the appropriate commands to handle installs.
COPY Gemfile Gemfile.lock ./
RUN bundle config set force_ruby_platform true && bundle install -j 4
COPY --chown=postal Gemfile Gemfile.lock ./
RUN bundle install -j 6
# Copy the application (and set permissions)
COPY ./docker/wait-for.sh /docker-entrypoint.sh

عرض الملف

@@ -76,7 +76,6 @@ GEM
activerecord (>= 6.1, < 8.0)
autoprefixer-rails (10.4.13.0)
execjs (~> 2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.6)
builder (3.2.4)
@@ -136,8 +135,6 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.6.3)
jwt (2.8.0)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
@@ -346,7 +343,6 @@ DEPENDENCIES
hashie
highline
jquery-rails
jwt
kaminari
klogger-logger
mail
@@ -372,4 +368,4 @@ DEPENDENCIES
webmock
BUNDLED WITH
2.4.9
2.5.6