Skip to content

Commit 20da4aa

Browse files
authored
Merge pull request #608 from eregon/fix-ci2
2 parents c0a1778 + cbc130b commit 20da4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "test-unit"
1818
gem "test-unit-ruby-core"
1919
gem "all_images", "~> 0" unless RUBY_PLATFORM =~ /java/
2020

21-
group :benchmark do
21+
if ENV['BENCHMARK']
2222
gem "benchmark-ips"
2323
unless RUBY_PLATFORM =~ /java/
2424
gem "oj"

0 commit comments

Comments
 (0)