Skip to content

Commit

Permalink
Add linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Feb 8, 2024
1 parent bcb0610 commit 54b51d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gemfiles/ruby_2.7_rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -206,6 +208,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/ruby_2.7_rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -209,6 +211,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/ruby_2.7_rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -208,6 +210,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/ruby_2.7_rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -242,6 +244,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
appraisal (~> 2.4.1)
Expand Down

0 comments on commit 54b51d1

Please sign in to comment.