Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-05-20 18:27:00 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-05-20 18:27:00 +0300
commit0e2aea7b1828a0921062ab938516f6d85e7b925f (patch)
tree46e39b2d54e020e8e5d06a75e308a27f5c4c299f
parentc3ce2a347d6f3bfd5a8ca4183e4ecadde3c50d0e (diff)
parent58b7e4ca1ff51b6aab2c4d21d67fb9bf4acff299 (diff)
Merge branch 'sh-bump-rubocop-and-other-gems' into 'master'
Upgrade Rubocop to 0.69.0 with other dependencies See merge request gitlab-org/gitaly!1250
-rw-r--r--changelogs/unreleased/sh-bump-rubocop-and-other-gems.yml5
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock46
3 files changed, 28 insertions, 25 deletions
diff --git a/changelogs/unreleased/sh-bump-rubocop-and-other-gems.yml b/changelogs/unreleased/sh-bump-rubocop-and-other-gems.yml
new file mode 100644
index 000000000..c841d260a
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-rubocop-and-other-gems.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade Rubocop to 0.69.0 with other dependencies
+merge_request: 1250
+author:
+type: other
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 8331b74ee..6957efab8 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -23,7 +23,7 @@ gem 'licensee', '~> 8.9.0'
gem 'google-protobuf', '~> 3.7.1'
group :development, :test do
- gem 'rubocop', '~> 0.68', require: false
+ gem 'rubocop', '~> 0.69', require: false
gem 'rspec', require: false
gem 'rspec-parameterized', require: false
gem 'timecop', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 83bf0a938..6801dbebd 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -13,8 +13,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
- binding_of_caller (0.8.0)
- debug_inspector (>= 0.0.1)
+ binding_ninja (0.2.3)
charlock_holmes (0.7.6)
coderay (1.1.2)
concord (0.1.5)
@@ -24,7 +23,6 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
- debug_inspector (0.0.3)
diff-lcs (1.3)
docile (1.1.5)
equalizer (0.0.11)
@@ -95,7 +93,7 @@ GEM
nokogiri
optimist (3.0.0)
parallel (1.17.0)
- parser (2.5.3.0)
+ parser (2.6.3.0)
ast (~> 2.4.0)
posix-spawn (0.3.13)
proc_to_ast (0.1.0)
@@ -114,32 +112,32 @@ GEM
optimist (>= 3.0.0)
rdoc (4.3.0)
rouge (3.3.0)
- rspec (3.7.0)
- rspec-core (~> 3.7.0)
- rspec-expectations (~> 3.7.0)
- rspec-mocks (~> 3.7.0)
- rspec-core (3.7.1)
- rspec-support (~> 3.7.0)
- rspec-expectations (3.7.0)
+ rspec (3.8.0)
+ rspec-core (~> 3.8.0)
+ rspec-expectations (~> 3.8.0)
+ rspec-mocks (~> 3.8.0)
+ rspec-core (3.8.0)
+ rspec-support (~> 3.8.0)
+ rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-mocks (3.7.0)
+ rspec-support (~> 3.8.0)
+ rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-parameterized (0.4.0)
- binding_of_caller
+ rspec-support (~> 3.8.0)
+ rspec-parameterized (0.4.2)
+ binding_ninja (>= 0.2.3)
parser
proc_to_ast
rspec (>= 2.13, < 4)
unparser
- rspec-support (3.7.1)
- rubocop (0.68.1)
+ rspec-support (3.8.0)
+ rubocop (0.69.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
- parser (>= 2.5, != 2.5.1.1)
+ parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (>= 1.4.0, < 1.6)
+ unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.0)
rugged (0.28.1)
safe_yaml (1.0.4)
@@ -159,14 +157,14 @@ GEM
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
- unicode-display_width (1.5.0)
- unparser (0.2.8)
+ unicode-display_width (1.6.0)
+ unparser (0.4.5)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
concord (~> 0.1.5)
diff-lcs (~> 1.3)
equalizer (~> 0.0.9)
- parser (>= 2.3.1.2, < 2.6)
+ parser (~> 2.6.3)
procto (~> 0.0.2)
vcr (4.0.0)
webmock (3.4.2)
@@ -196,7 +194,7 @@ DEPENDENCIES
rdoc (~> 4.2)
rspec
rspec-parameterized
- rubocop (~> 0.68)
+ rubocop (~> 0.69)
rugged (~> 0.28)
sentry-raven (~> 2.9.0)
simplecov (~> 0.9.0)