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:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock24
2 files changed, 13 insertions, 13 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
diff --git a/Gemfile.lock b/Gemfile.lock
index 32227538..1fcf11a5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -129,19 +129,19 @@ GEM
regexp_parser (2.2.0)
rexml (3.2.5)
rouge (3.27.0)
- rspec (3.10.0)
- rspec-core (~> 3.10.0)
- rspec-expectations (~> 3.10.0)
- rspec-mocks (~> 3.10.0)
- rspec-core (3.10.1)
- rspec-support (~> 3.10.0)
- rspec-expectations (3.10.1)
+ 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.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.10.0)
- rspec-mocks (3.10.2)
+ rspec-support (~> 3.11.0)
+ rspec-mocks (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.10.0)
- rspec-support (3.10.3)
+ rspec-support (~> 3.11.0)
+ rspec-support (3.11.0)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
@@ -198,7 +198,7 @@ DEPENDENCIES
nanoc-live
pry-byebug (~> 3.9.0)
rake (~> 13.0.0)
- rspec (~> 3.10.0)
+ rspec (~> 3.11.0)
sass (= 3.7.4)
sassc (~> 2.4.0)