Skip to content

Commit

Permalink
Fix dependabot having switched the platforms to x86_64-linux all of a…
Browse files Browse the repository at this point in the history
… sudden
  • Loading branch information
chvp committed Jun 30, 2024
1 parent d1a6e9f commit de0e71f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ GEM
marcel (1.0.4)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.0)
mocha (2.4.0)
ruby2_keywords (>= 0.0.5)
Expand All @@ -168,7 +169,8 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.3.0)
Expand Down Expand Up @@ -289,7 +291,7 @@ GEM
zeitwerk (2.6.16)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
active_model_serializers (~> 0.10)
Expand Down
12 changes: 11 additions & 1 deletion gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de0e71f

Please sign in to comment.