Skip to content

Commit b91a08e

Browse files
authored
Merge pull request #556 from takkanm/fix_Fixnum_warning_when_run_spec
update Simplecov dependency version
2 parents 4d88390 + 5032ac7 commit b91a08e

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)