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 Bot <gitlab-bot@gitlab.com>2020-11-03 05:20:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-03 05:20:20 +0300
commitbe1a17c1ceab20bd64ead366a459e9aeee70babc (patch)
tree37e0e22715081c7c87d0aee343ec0646b336cb67 /Gemfile
parent5728aa945f5b6df39b46988edc088a2ac468f40a (diff)
Update dependency rspec to ~> 3.10.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c130ed52..170efc7e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,6 +23,6 @@ end
group :test, :development do
gem 'scss_lint', '~> 0.59.0', require: false
gem 'highline', '~> 2.0.3'
- gem 'rspec', '~> 3.9.0'
+ gem 'rspec', '~> 3.10.0'
gem 'pry-byebug', '~> 3.9.0', require: false
end