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
parent3a1a4006291274b62e6ff545d1d0876927eb93e7 (diff)
Update dependency rspec to '~> 3.12.0'
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock24
2 files changed, 13 insertions, 13 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
diff --git a/Gemfile.lock b/Gemfile.lock
index b36ad649..46f4eaa4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -212,25 +212,25 @@ GEM
regexp_parser (2.6.0)
rexml (3.2.5)
rouge (4.0.0)
- rspec (3.11.0)
- rspec-core (~> 3.11.0)
- rspec-expectations (~> 3.11.0)
- rspec-mocks (~> 3.11.0)
- rspec-core (3.11.0)
- rspec-support (~> 3.11.0)
- rspec-expectations (3.11.1)
+ rspec (3.12.0)
+ rspec-core (~> 3.12.0)
+ rspec-expectations (~> 3.12.0)
+ rspec-mocks (~> 3.12.0)
+ rspec-core (3.12.0)
+ rspec-support (~> 3.12.0)
+ rspec-expectations (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.11.0)
- rspec-mocks (3.11.1)
+ rspec-support (~> 3.12.0)
+ rspec-mocks (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.11.0)
+ rspec-support (~> 3.12.0)
rspec-parameterized (0.5.2)
binding_ninja (>= 0.2.3)
parser
proc_to_ast
rspec (>= 2.13, < 4)
unparser
- rspec-support (3.11.1)
+ rspec-support (3.12.0)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
@@ -307,7 +307,7 @@ DEPENDENCIES
nanoc-live
pry-byebug (~> 3.10.1)
rake (~> 13.0.6)
- rspec (~> 3.11.0)
+ rspec (~> 3.12.0)
rspec-parameterized (~> 0.5.2)
sass (= 3.7.4)
sassc (~> 2.4.0)