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-02-14 03:19:35 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-02-14 03:19:35 +0300
commit8315eee415318c294eff544d4871ab765ffaee60 (patch)
treef20af575bd87fd480b647a029d5a74ec7c7691b9 /Gemfile
parente373d0b80cffce7d30dd490069ecb0b17b729b8d (diff)
Update dependency rspec to ~> 3.11.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f8c9690c..cfb02bee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,7 +19,7 @@ end
group :test, :development do
gem 'highline', '~> 2.0.0'
- gem 'rspec', '~> 3.10.0'
+ gem 'rspec', '~> 3.11.0'
gem 'pry-byebug', '~> 3.9.0', require: false
gem 'gitlab-styles', '~> 6.6.0', require: false
end