diff options
author | Stan Hu <stanhu@gmail.com> | 2019-02-16 15:29:36 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-02-16 15:29:36 -0800 |
commit | a6b7c4ee3134f7713b0b65848f3a511225cc3b59 (patch) | |
tree | f895926a5c0c49a15aeabd5f1c534b24909c436e /Gemfile | |
parent | 28aa4d331c67fd3206858f57a30a3c14449216f3 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |