Skip to content

Commit

Permalink
Add windows platform to lockfiles
Browse files Browse the repository at this point in the history
So that bundling under Windows doesn't create source control changes,
and so that the resolution is deterministic every bundler developer
running on Windows.
  • Loading branch information
deivid-rodriguez committed Oct 15, 2020
1 parent 9501924 commit 9ac0007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundler/test_gems.rb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ GEM
PLATFORMS
java
ruby
x64-mingw32

DEPENDENCIES
artifice (~> 0.6.0)
Expand Down
1 change: 1 addition & 0 deletions dev_gems.rb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ GEM
PLATFORMS
java
ruby
x64-mingw32

DEPENDENCIES
minitest (~> 5.14, >= 5.14.2)
Expand Down

0 comments on commit 9ac0007

Please sign in to comment.