Skip to content

Commit

Permalink
lock bundle
Browse files Browse the repository at this point in the history
- exec: bundle lock --add-platform x86_64-linux
- to not overwrite everything with my arm64 setup
  • Loading branch information
rwaffen committed Sep 8, 2023
1 parent 10a0b6f commit 86c5e08
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ GEM
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.24.3-arm64-darwin)
google-protobuf (3.24.3-x86_64-linux)
hiera-eyaml (3.4.0)
highline
optimist
Expand All @@ -196,6 +197,7 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
libv8-node (18.16.0.0-arm64-darwin)
libv8-node (18.16.0.0-x86_64-linux)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -230,6 +232,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand All @@ -249,6 +253,16 @@ GEM
public_suffix (5.0.3)
puma (6.3.1)
nio4r (~> 2.0)
puppet (8.2.0)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
facter (>= 4.3.0, < 5)
fast_gettext (>= 2.1, < 3)
locale (~> 2.1)
multi_json (~> 1.13)
puppet-resource_api (~> 1.5)
scanf (~> 1.0)
semantic_puppet (~> 1.0)
puppet (8.2.0-universal-darwin)
CFPropertyList (~> 2.2)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -344,6 +358,8 @@ GEM
rubyzip (2.3.2)
sass-embedded (1.66.1-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.66.1-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -375,6 +391,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.4-arm64-darwin)
sqlite3 (1.6.4-x86_64-linux)
stimulus-rails (1.2.2)
railties (>= 6.0.0)
sys-filesystem (1.4.3)
Expand Down Expand Up @@ -409,9 +426,6 @@ GEM
zeitwerk (2.6.11)

PLATFORMS
ruby
x86_64-darwin-21
x86_64-darwin-22
arm64-darwin-22
x86_64-linux

Expand Down

0 comments on commit 86c5e08

Please sign in to comment.