Skip to content

Commit

Permalink
Merge pull request #8394 from fjordllc/chore/nokogiri-for-platforms
Browse files Browse the repository at this point in the history
force_ruby_platform で nokogiri の互換性問題を修正
  • Loading branch information
komagata authored Mar 6, 2025
2 parents 732e329 + 88712f9 commit 9a91edd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN yarn install --production --ignore-engines

# Install gems
COPY Gemfile Gemfile.lock ./
RUN bundle config set --local specific_platform true
RUN bundle config set --local force_ruby_platform true
RUN bundle install -j4

# Compile assets
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ruby '3.1.4'
gem 'bootsnap', '>= 1.4.4', require: false
gem 'image_processing', '~> 1.12'
gem 'jbuilder', '~> 2.7'
gem 'nokogiri', '1.18.3'
gem 'puma', '~> 6.4'
gem 'rails', '~> 6.1.4.4'
gem 'webpacker', '~> 5.0'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ GEM
cocoon (1.2.15)
coderay (1.1.3)
commonmarker (2.0.1-arm64-darwin)
commonmarker (2.0.1-x86_64-darwin)
commonmarker (2.0.1-x86_64-linux)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
Expand Down Expand Up @@ -187,7 +186,6 @@ GEM
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
foreman (0.88.1)
fugit (1.11.1)
Expand Down Expand Up @@ -680,7 +678,6 @@ DEPENDENCIES
net-pop
net-smtp
newspaper
nokogiri (= 1.18.3)
oauth2
omniauth (~> 2.1.1)
omniauth-discord
Expand Down

0 comments on commit 9a91edd

Please sign in to comment.