Skip to content

Commit 5032ac7

Browse files
committed
update Simplecov dependency version
Simplecov(>= 0.12) has Fixnum waring in Ruby2.4.
1 parent 71f6f54 commit 5032ac7

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
@@ -24,7 +24,7 @@ group :test do
2424
gem "rspec", ">= 3"
2525
gem "rspec-mocks", ">= 3"
2626
gem "rubocop", ">= 0.19", :platforms => [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24]
27-
gem "simplecov", ">= 0.9"
27+
gem "simplecov", ">= 0.13"
2828
gem "term-ansicolor", "~> 1.3.2" # This is to support Ruby 1.8 and 1.9
2929
gem "tins", "< 1.7" # This is to support Ruby 1.8 and 1.9
3030
if RUBY_VERSION < "1.9.3"

0 commit comments

Comments
 (0)