summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-04-06 23:54:28 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-04-06 23:54:28 -0600
commit50ef9fcafb671aa1598cb0cf83b30884b35809d4 (patch)
tree48fcb850934170a66c0f4864e30ff919767ce533 /Gemfile
parent936be025cde7fad6857410ef2cd842f2b1fc2a67 (diff)
downloadgitlab-ce-50ef9fcafb671aa1598cb0cf83b30884b35809d4.tar.gz
Update coveralls from 0.8.9 to 0.8.13 and simplecov from 0.10.0 to 0.11.2
This removes a few dependencies! It was also rude to be using coveralls 0.8.9, considering 0.8.12 introduced support for GitLab CI :) Also paves the way for updating mime-types to 3.0. Coveralls Changelog: https://github.com/lemurheavy/coveralls-ruby/releases Simplecov Changelog: https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6327227282a..0279b4ac47e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -290,7 +290,7 @@ group :development, :test do
gem 'rubocop', '~> 0.38.0', require: false
gem 'scss_lint', '~> 0.47.0', require: false
gem 'coveralls', '~> 0.8.2', require: false
- gem 'simplecov', '~> 0.10.0', require: false
+ gem 'simplecov', '~> 0.11.0', require: false
gem 'flog', require: false
gem 'flay', require: false
gem 'bundler-audit', require: false