Skip to content

Commit

Permalink
Add linux platform to dep_shield on rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 21, 2024
1 parent 2bd13e1 commit 960da19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/dep_shield/gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -264,6 +266,7 @@ GEM
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.0)
strscan (3.1.0)
thor (1.3.1)
Expand All @@ -283,6 +286,7 @@ GEM

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
appraisal (~> 2.5.0)
Expand Down

0 comments on commit 960da19

Please sign in to comment.