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
parent5728aa945f5b6df39b46988edc088a2ac468f40a (diff)
Update dependency rspec to ~> 3.10.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock24
2 files changed, 13 insertions, 13 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
diff --git a/Gemfile.lock b/Gemfile.lock
index dc6c9cb4..14d30bbb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -124,19 +124,19 @@ GEM
ref (2.0.0)
rexml (3.2.4)
rouge (3.24.0)
- rspec (3.9.0)
- rspec-core (~> 3.9.0)
- rspec-expectations (~> 3.9.0)
- rspec-mocks (~> 3.9.0)
- rspec-core (3.9.3)
- rspec-support (~> 3.9.3)
- rspec-expectations (3.9.3)
+ rspec (3.10.0)
+ rspec-core (~> 3.10.0)
+ rspec-expectations (~> 3.10.0)
+ rspec-mocks (~> 3.10.0)
+ rspec-core (3.10.0)
+ rspec-support (~> 3.10.0)
+ rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-mocks (3.9.1)
+ rspec-support (~> 3.10.0)
+ rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.4)
+ rspec-support (~> 3.10.0)
+ rspec-support (3.10.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
@@ -172,7 +172,7 @@ DEPENDENCIES
pry-byebug (~> 3.9.0)
rake (~> 13.0.1)
rouge (~> 3.24.0)
- rspec (~> 3.9.0)
+ rspec (~> 3.10.0)
sassc (~> 2.4.0)
scss_lint (~> 0.59.0)