Skip to content

Commit

Permalink
Gemfile: add the Alpine (musl) architecture
Browse files Browse the repository at this point in the history
This fixes the warning

  #10 13.49 Could not find gem 'ffi (= 1.17.0)' with platform 'x86_64-linux' in rubygems
  #10 13.49 repository https://rubygems.org/, cached gems or installed locally.
  • Loading branch information
olleolleolle committed Jun 12, 2024
1 parent 885c413 commit 2006780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ GEM
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
globalid (1.2.1)
activesupport (>= 6.1)
honeybadger (5.11.1)
Expand Down Expand Up @@ -273,7 +274,8 @@ GEM
zeitwerk (2.6.15)

PLATFORMS
x86_64-linux
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
attr_extras
Expand Down

0 comments on commit 2006780

Please sign in to comment.