Skip to content

Commit 7677f25

Browse files
committed
Fix deprecated option for bundler w/ windows platform
1 parent 868e003 commit 7677f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem "test-unit-ruby-core"
2020
gem "rubocop"
2121

2222
gem "tracer" if !is_truffleruby
23-
gem "debug", github: "ruby/debug", platforms: [:mri, :mswin]
23+
gem "debug", github: "ruby/debug", platforms: [:mri, :windows]
2424

2525
gem "rdoc", ">= 6.11.0"
2626

0 commit comments

Comments
 (0)