Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-18 23:39:15 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-10 08:31:26 +0300
commit07215f7f2adc3ab3196ee4b353c9da66de1acc0b (patch)
tree62a421a247879bc89ffd68477df17af441c579a4 /Gemfile
parent269c2d2efc912ebc602426f7813d117297ff43d9 (diff)
Bump shoulda-matchers and webmock gem versions
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 0c1fff0bc14..c73fab4ed7c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -254,10 +254,10 @@ group :development, :test do
end
group :test do
- gem "simplecov", require: false
- gem "shoulda-matchers", "~> 2.7.0"
+ gem 'simplecov', require: false
+ gem 'shoulda-matchers', '~> 2.8.0'
gem 'email_spec'
- gem "webmock"
+ gem 'webmock', '~> 1.21.0'
gem 'test_after_commit'
end