Skip to content

Commit

Permalink
Add ruby and linux platform in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
randsina committed Jun 25, 2021
1 parent 83f970a commit 3351507
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gemfiles/rails_next.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,16 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
nio4r (2.5.7)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.7-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.1.1)
ast (~> 2.4.1)
Expand Down Expand Up @@ -168,7 +174,9 @@ GEM
zeitwerk (2.4.2)

PLATFORMS
ruby
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
active_storage_validations!
Expand Down

0 comments on commit 3351507

Please sign in to comment.