summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-02-16 15:29:36 -0800
committerStan Hu <stanhu@gmail.com>2019-02-16 15:29:36 -0800
commita6b7c4ee3134f7713b0b65848f3a511225cc3b59 (patch)
treef895926a5c0c49a15aeabd5f1c534b24909c436e /Gemfile
parent28aa4d331c67fd3206858f57a30a3c14449216f3 (diff)
downloadgitlab-ce-a6b7c4ee3134f7713b0b65848f3a511225cc3b59.tar.gz
Upgrade Webmock to 3.5.1
Webmock 3.5.0 brings Ruby 2.6 support.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 381511be450..5d4a0d0bb70 100644
--- a/Gemfile
+++ b/Gemfile
@@ -380,7 +380,7 @@ group :test do
gem 'shoulda-matchers', '~> 3.1.2', require: false
gem 'email_spec', '~> 2.2.0'
gem 'json-schema', '~> 2.8.0'
- gem 'webmock', '~> 2.3.2'
+ gem 'webmock', '~> 3.5.1'
gem 'rails-controller-testing'
gem 'sham_rack', '~> 1.3.6'
gem 'concurrent-ruby', '~> 1.1'