Skip to content

Commit

Permalink
Merge pull request #165 from datacite/upgrade-simplecov
Browse files Browse the repository at this point in the history
upgrade simplecov
  • Loading branch information
wendelfabianchinsamy authored Mar 27, 2024
2 parents a91bc8d + 6c98d0b commit 7ab73df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :test do
gem "faker", "~> 3.2", ">= 3.2.3"
gem "rubocop-rspec", "~> 2.0", require: false
gem "shoulda-matchers", "~> 4.1", ">= 4.1.2"
gem "simplecov"
gem "simplecov", "~> 0.22.0"
gem "vcr", "~> 6.1"
gem "webmock", "~> 3.1"
end
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ GEM
citeproc-ruby (1.1.14)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.6)
codeclimate-test-reporter (1.0.9)
simplecov (<= 0.13)
codeclimate-test-reporter (1.0.7)
simplecov
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.10)
Expand All @@ -159,7 +159,7 @@ GEM
dalli (2.7.11)
date (3.3.4)
diff-lcs (1.5.1)
docile (1.1.5)
docile (1.4.0)
dotenv (2.7.6)
ebnf (2.3.5)
htmlentities (~> 4.3)
Expand Down Expand Up @@ -416,11 +416,12 @@ GEM
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
simple_command (0.1.0)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sixarm_ruby_unaccent (1.2.0)
slack-notifier (2.4.0)
sort_alphabetical (1.1.0)
Expand Down Expand Up @@ -508,7 +509,7 @@ DEPENDENCIES
shoryuken (~> 4.0)
shoulda-matchers (~> 4.1, >= 4.1.2)
simple_command
simplecov
simplecov (~> 0.22.0)
slack-notifier (~> 2.3, >= 2.3.2)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 7ab73df

Please sign in to comment.