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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2020-03-20 17:10:33 +0300
committerJonne Haß <me@jhass.eu>2020-03-20 22:03:42 +0300
commit813e6d4781e21115dcd687b2a73aa8451f49ef98 (patch)
tree8d9ddd39629db9f7ef369aab15118a5329834b8d /Gemfile.lock
parent9b6bc598548bf2c14384c61c5f2a20e640dd31a0 (diff)
update rubocop to 0.80.1 and rubocop-rails to 2.4.1
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock12
1 files changed, 7 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 7aa2e84b5..6ad403ea9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -618,6 +618,7 @@ GEM
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
+ rexml (3.2.4)
rotp (2.1.2)
rqrcode (0.10.1)
chunky_png (~> 1.0)
@@ -643,14 +644,15 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
- rubocop (0.72.0)
+ rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
- parser (>= 2.6)
+ parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
+ rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
- rubocop-rails (2.1.0)
+ rubocop-rails (2.4.1)
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-oembed (0.12.0)
@@ -906,8 +908,8 @@ DEPENDENCIES
rqrcode (= 0.10.1)
rspec-json_expectations (~> 2.1)
rspec-rails (= 3.9.1)
- rubocop (= 0.72.0)
- rubocop-rails (= 2.1.0)
+ rubocop (= 0.80.1)
+ rubocop-rails (= 2.4.1)
ruby-oembed (= 0.12.0)
rubyzip (= 1.3.0)
sass-rails (= 5.0.7)