Bump simplecov from 0.16.1 to 0.17.0 (#3401) [ci skip]
Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/colszowka/simplecov/releases) - [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md) - [Commits](https://github.com/colszowka/simplecov/compare/v0.16.1...v0.17.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
8d938be983
commit
cbaf08dcff
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -147,7 +147,7 @@ group :test do
|
|||
gem "rspec-retry", "~> 0.6" # retry intermittently failing rspec examples
|
||||
gem "ruby-prof", "~> 0.18", require: false # ruby-prof is a fast code profiler for Ruby
|
||||
gem "shoulda-matchers", "4.1.0", require: false # Simple one-liner tests for common Rails functionality
|
||||
gem "simplecov", "~> 0.16", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites
|
||||
gem "simplecov", "~> 0.17", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites
|
||||
gem "stackprof", "~> 0.2", require: false, platforms: :ruby # stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers
|
||||
gem "stripe-ruby-mock", "~> 2.5", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
|
||||
gem "test-prof", "~> 0.9" # Ruby Tests Profiling Toolbox
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ GEM
|
|||
responders
|
||||
warden (~> 1.2.3)
|
||||
diff-lcs (1.3)
|
||||
docile (1.3.1)
|
||||
docile (1.3.2)
|
||||
domain_name (0.5.20180417)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
draper (3.1.0)
|
||||
|
|
@ -714,7 +714,7 @@ GEM
|
|||
jwt (>= 1.5, < 3.0)
|
||||
multi_json (~> 1.10)
|
||||
simple_oauth (0.3.1)
|
||||
simplecov (0.16.1)
|
||||
simplecov (0.17.0)
|
||||
docile (~> 1.1)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
|
|
@ -962,7 +962,7 @@ DEPENDENCIES
|
|||
sdoc (~> 1.0)
|
||||
serviceworker-rails (~> 0.5)
|
||||
shoulda-matchers (= 4.1.0)
|
||||
simplecov (~> 0.16)
|
||||
simplecov (~> 0.17)
|
||||
sitemap_generator (~> 6.0)
|
||||
skylight (~> 4.1)
|
||||
slack-notifier (~> 2.3)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue