Browse Source

update nokogiri

pull/2950/head
Kat 2 months ago
parent
commit
cd385dfc5e
  1. 2
      Dockerfile
  2. 22
      Gemfile.lock
  3. 2
      docs/Gemfile.lock

2
Dockerfile

@ -13,7 +13,7 @@ RUN apk add --update --no-cache tzdata && \
RUN apk add --no-cache build-base=0.5-r3 busybox=1.36.1-r7 nodejs-current=20.8.1-r0 yarn=1.22.19-r0 postgresql13-dev=13.18-r0 bash=5.2.15-r5 RUN apk add --no-cache build-base=0.5-r3 busybox=1.36.1-r7 nodejs-current=20.8.1-r0 yarn=1.22.19-r0 postgresql13-dev=13.18-r0 bash=5.2.15-r5
# Bundler version should be the same version as what the Gemfile.lock was bundled with # Bundler version should be the same version as what the Gemfile.lock was bundled with
RUN gem install bundler:2.3.14 --no-document RUN gem install bundler:2.6.4 --no-document
COPY .ruby-version Gemfile Gemfile.lock /app/ COPY .ruby-version Gemfile Gemfile.lock /app/
RUN bundle config set without "development test" RUN bundle config set without "development test"

22
Gemfile.lock

@ -288,11 +288,13 @@ GEM
net-smtp (0.5.0) net-smtp (0.5.0)
net-protocol net-protocol
nio4r (2.7.4) nio4r (2.7.4)
nokogiri (1.17.1-arm64-darwin) nokogiri (1.18.3-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.17.1-x86_64-darwin) nokogiri (1.18.3-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.17.1-x86_64-linux) nokogiri (1.18.3-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.3-x86_64-linux-musl)
racc (~> 1.4) racc (~> 1.4)
notifications-ruby-client (6.0.0) notifications-ruby-client (6.0.0)
jwt (>= 1.5, < 3) jwt (>= 1.5, < 3)
@ -534,14 +536,10 @@ GEM
zeitwerk (2.6.18) zeitwerk (2.6.18)
PLATFORMS PLATFORMS
arm64-darwin-21 arm64-darwin
arm64-darwin-22 x86_64-darwin
arm64-darwin-23 x86_64-linux-gnu
x86_64-darwin-19 x86_64-linux-musl
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux
DEPENDENCIES DEPENDENCIES
auto_strip_attributes auto_strip_attributes
@ -611,4 +609,4 @@ RUBY VERSION
ruby 3.1.4p223 ruby 3.1.4p223
BUNDLED WITH BUNDLED WITH
2.3.14 2.6.4

2
docs/Gemfile.lock

@ -264,4 +264,4 @@ DEPENDENCIES
webrick webrick
BUNDLED WITH BUNDLED WITH
2.3.14 2.6.4

Loading…
Cancel
Save