Skip to content

Commit 71f2663

Browse files
committed
Lock optparse < 0.7
Workaround a regression in ruby-head: ruby/optparse#93
1 parent 57911f1 commit 71f2663

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ group :development do
1010
gem "test-unit"
1111
gem "test-unit-ruby-core"
1212
gem "all_images", "~> 0" unless RUBY_PLATFORM =~ /java/
13+
gem "optparse", "< 0.7"
1314

1415
if ENV['BENCHMARK']
1516
gem "benchmark-ips"

0 commit comments

Comments
 (0)