Skip to content

Commit

Permalink
add x86_64-linux to Gemfile.lock to support linux engine
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan committed Feb 14, 2023
1 parent e427319 commit 7d8a6d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
Expand All @@ -317,8 +318,13 @@ GEM
net-protocol
nio4r (2.5.8)
no_proxy_fix (0.1.2)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -576,6 +582,7 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
activerecord-nulldb-adapter
Expand Down

0 comments on commit 7d8a6d6

Please sign in to comment.