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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-10-31 03:16:49 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-10-31 03:16:49 +0300
commit77f99e05fe34aecc4b197843eaa87db86caf5a7c (patch)
tree5bedffc5aa9d4f1d73db123640bb042e88b5652b /Gemfile
parent3a1a4006291274b62e6ff545d1d0876927eb93e7 (diff)
Update dependency rspec to '~> 3.12.0'
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d043158f..6fdb0336 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,7 +21,7 @@ end
group :test, :development do
gem 'highline', '~> 2.0.3'
- gem 'rspec', '~> 3.11.0'
+ gem 'rspec', '~> 3.12.0'
gem 'rspec-parameterized', '~> 0.5.2'
gem 'simplecov', '~> 0.21.2', require: false
gem 'simplecov-cobertura', '~> 2.1.0', require: false