Skip to content

Commit

Permalink
maybe bundle update?
Browse files Browse the repository at this point in the history
Deploy is giving some new error:
```
 looks like you're trying to use Nokogiri as a precompiled native gem on a system
       with an unsupported version of glibc.

  /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /swadm/web/z/shared/bundle/ruby/3.2.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/lib/nokogiri/3.2/nokogiri.so) - /swadm/web/z/shared/bundle/ruby/3.2.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/lib/nokogiri/3.2/nokogiri.so

  If that's the case, then please install Nokogiri via the `ruby` platform gem:
      gem install nokogiri --platform=ruby
  or:
      bundle config set force_ruby_platform true

  Please visit https://nokogiri.org/tutorials/installing_nokogiri.html for more help.
```

noticed there's a new `-gnu` on the nokogiri package:
`nokogiri (1.18.1-x86_64-linux-gnu)`. Maybe a bundle update

Maybe this? sparklemotion/nokogiri#3359
  • Loading branch information
jxjj committed Dec 30, 2024
1 parent 8573dac commit 1dff7c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
capistrano (~> 3.1)
capistrano-passenger (0.2.1)
capistrano (~> 3.0)
capistrano-rails (1.6.3)
capistrano-rails (1.7.0)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-rbenv (2.2.0)
Expand Down Expand Up @@ -209,9 +209,9 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
font-awesome-rails (4.7.0.9)
railties (>= 3.2, < 9.0)
foreman (0.88.1)
Expand Down Expand Up @@ -252,7 +252,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.9.1)
jwt (2.9.3)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
launchy (2.5.2)
Expand Down Expand Up @@ -407,7 +407,7 @@ GEM
ffi (~> 1.0)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
request_store (1.7.0)
Expand Down Expand Up @@ -459,7 +459,7 @@ GEM
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
rubocop-rails (2.28.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -531,7 +531,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand Down

0 comments on commit 1dff7c6

Please sign in to comment.