Gemfile.lock in gitlab-styles-11.0.0 vs Gemfile.lock in gitlab-styles-13.0.0
- old
+ new
@@ -1,14 +1,17 @@
PATH
remote: .
specs:
- gitlab-styles (11.0.0)
- rubocop (~> 1.57.1)
- rubocop-graphql (~> 0.18)
- rubocop-performance (~> 1.15)
- rubocop-rails (~> 2.17)
- rubocop-rspec (~> 2.22)
+ gitlab-styles (13.0.0)
+ rubocop (~> 1.66.0)
+ rubocop-capybara (~> 2.21.0)
+ rubocop-factory_bot (~> 2.26.1)
+ rubocop-graphql (~> 1.5.4)
+ rubocop-performance (~> 1.21.1)
+ rubocop-rails (~> 2.26.0)
+ rubocop-rspec (~> 3.0.4)
+ rubocop-rspec_rails (~> 2.30.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
@@ -17,11 +20,10 @@
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
- base64 (0.1.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
byebug (11.1.3)
claide (1.1.0)
claide-plugins (0.9.2)
@@ -90,11 +92,11 @@
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
- json (2.6.3)
+ json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
@@ -108,12 +110,12 @@
no_proxy_fix (0.1.2)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
- parallel (1.23.0)
- parser (3.2.2.4)
+ parallel (1.24.0)
+ parser (3.3.1.0)
ast (~> 2.4.1)
racc
proc_to_ast (0.1.0)
coderay
parser
@@ -123,17 +125,18 @@
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.3)
- racc (1.7.1)
+ racc (1.8.0)
rack (3.0.7)
rainbow (3.1.1)
rake (13.0.6)
rchardet (1.8.0)
- regexp_parser (2.8.1)
- rexml (3.2.6)
+ regexp_parser (2.9.2)
+ rexml (3.2.8)
+ strscan (>= 3.0.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
@@ -151,43 +154,43 @@
unparser
rspec-parameterized-table_syntax (1.0.0)
binding_of_caller
rspec-parameterized-core (< 2)
rspec-support (3.12.0)
- rubocop (1.57.1)
- base64 (~> 0.1.1)
+ rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
- parser (>= 3.2.2.4)
+ parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
- regexp_parser (>= 1.8, < 3.0)
- rexml (>= 3.2.5, < 4.0)
- rubocop-ast (>= 1.28.1, < 2.0)
+ regexp_parser (>= 2.4, < 3.0)
+ rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
- rubocop-ast (1.29.0)
- parser (>= 3.2.1.0)
- rubocop-capybara (2.19.0)
+ rubocop-ast (1.32.1)
+ parser (>= 3.3.1.0)
+ rubocop-capybara (2.21.0)
rubocop (~> 1.41)
- rubocop-factory_bot (2.24.0)
- rubocop (~> 1.33)
- rubocop-graphql (0.19.0)
- rubocop (>= 0.87, < 2)
- rubocop-performance (1.19.1)
- rubocop (>= 1.7.0, < 2.0)
- rubocop-ast (>= 0.4.0)
- rubocop-rails (2.19.1)
+ rubocop-factory_bot (2.26.1)
+ rubocop (~> 1.61)
+ rubocop-graphql (1.5.4)
+ rubocop (>= 1.50, < 2)
+ rubocop-performance (1.21.1)
+ rubocop (>= 1.48.1, < 2.0)
+ rubocop-ast (>= 1.31.1, < 2.0)
+ rubocop-rails (2.26.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
- rubocop (>= 1.33.0, < 2.0)
+ rubocop (>= 1.52.0, < 2.0)
+ rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
- rubocop-rspec (2.24.1)
- rubocop (~> 1.33)
- rubocop-capybara (~> 2.17)
- rubocop-factory_bot (~> 2.22)
+ rubocop-rspec (3.0.4)
+ rubocop (~> 1.61)
+ rubocop-rspec_rails (2.30.0)
+ rubocop (~> 1.61)
+ rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
@@ -198,9 +201,10 @@
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
+ strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
test_file_finder (0.1.4)
faraday (~> 1.0)
tzinfo (2.0.6)