Skip to content

Commit

Permalink
Merge pull request #194 from renocollective/dependabot/bundler/simple…
Browse files Browse the repository at this point in the history
…cov-0.16.1

Bump simplecov from 0.15.1 to 0.16.1
  • Loading branch information
colinloretz authored Mar 19, 2018
2 parents 783035a + a384c06 commit 03fa122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ group :development, :test do
gem 'mocha', '~> 1.3.0'
gem 'rubocop', '~> 0.53.0', require: false
gem 'selenium-webdriver', '~> 3.11.0'
gem 'simplecov', '~> 0.15.1', require: false
gem 'simplecov', '~> 0.16.1', require: false
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
devise_invitable (1.7.3)
actionmailer (>= 4.1.0)
devise (>= 4.0.0)
docile (1.1.5)
docile (1.3.0)
dotenv (2.2.1)
dotenv-rails (2.2.1)
dotenv (= 2.2.1)
Expand Down Expand Up @@ -292,8 +292,8 @@ GEM
childprocess (~> 0.5)
rubyzip (~> 1.2)
shellany (0.0.1)
simplecov (0.15.1)
docile (~> 1.1.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
Expand Down Expand Up @@ -374,7 +374,7 @@ DEPENDENCIES
rubocop (~> 0.53.0)
sass-rails (~> 5.0.7)
selenium-webdriver (~> 3.11.0)
simplecov (~> 0.15.1)
simplecov (~> 0.16.1)
travis (~> 1.8.8)
turbolinks (~> 5.1.0)
uglifier (~> 4.1.7)
Expand Down

0 comments on commit 03fa122

Please sign in to comment.