Skip to content

Commit

Permalink
Add x86-64 lock to bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdt committed Mar 18, 2024
1 parent 6aee591 commit e1d2476
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ GEM
mutex_m (0.2.0)
nokogiri (1.16.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand Down Expand Up @@ -109,9 +111,12 @@ GEM
parser (>= 3.3.0.4)
ruby-progressbar (1.13.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.0)
tailwindcss-rails (2.3.0-aarch64-linux)
railties (>= 6.0.0)
tailwindcss-rails (2.3.0-x86_64-linux)
railties (>= 6.0.0)
thor (1.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -121,6 +126,7 @@ GEM

PLATFORMS
aarch64-linux
x86_64-linux

DEPENDENCIES
flowbite!
Expand Down

0 comments on commit e1d2476

Please sign in to comment.