summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-18 21:58:21 -0700
committerStan Hu <stanhu@gmail.com>2019-05-21 23:19:07 -0700
commit52d24e66cec1fa6c0100adb64effd2073869cd8b (patch)
tree86051c00dc257c49769c5f1ccff5769f2580d69c /Gemfile
parentc342c07899ef6637eef7c1df2534f0c5ea67d7bd (diff)
downloadgitlab-ce-52d24e66cec1fa6c0100adb64effd2073869cd8b.tar.gz
Bump shoulda-matchers to 4.0.1
This removes the warning when using Ruby 2.6: BigDecimal.new is deprecated; use BigDecimal() method instead. This also adds Rails 5 support, which eliminates the need for the monkey patch to handle https://github.com/thoughtbot/shoulda-matchers/issues/913.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b6804a94971..e2842ca27db 100644
--- a/Gemfile
+++ b/Gemfile
@@ -379,7 +379,7 @@ group :development, :test do
end
group :test do
- gem 'shoulda-matchers', '~> 3.1.2', require: false
+ gem 'shoulda-matchers', '~> 4.0.1', require: false
gem 'email_spec', '~> 2.2.0'
gem 'json-schema', '~> 2.8.0'
gem 'webmock', '~> 3.5.1'