Skip to content

Commit 260fd6f

Browse files
committed
Use simplecov 0.22.
1 parent 1068d27 commit 260fd6f

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
@@ -17,6 +17,6 @@ group :development, :test do
1717
gem 'rdf-xsd', git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"
1818
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
1919
gem "redcarpet", platforms: :ruby
20-
gem 'simplecov', '~> 0.21', platforms: :mri
20+
gem 'simplecov', '~> 0.22', platforms: :mri
2121
gem 'simplecov-lcov', '~> 0.8', platforms: :mri
2222
end

0 commit comments

Comments
 (0)