diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index bbce5c3..bb83217 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,31 @@ GEM remote: https://rubygems.org/ specs: + activesupport (6.0.3.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) + ast (2.4.1) + concurrent-ruby (1.1.7) diff-lcs (1.4.4) + gitlab-styles (4.3.0) + rubocop (~> 0.82.0) + rubocop-gitlab-security (~> 0.1.0) + rubocop-performance (~> 1.5.2) + rubocop-rails (~> 2.5) + rubocop-rspec (~> 1.36) + i18n (1.8.5) + concurrent-ruby (~> 1.0) + jaro_winkler (1.5.4) + minitest (5.14.2) + parallel (1.19.2) + parser (2.7.1.4) + ast (~> 2.4.1) + rack (2.2.3) + rainbow (3.0.0) + rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -15,12 +39,39 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) + rubocop (0.82.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.7.0.1) + rainbow (>= 2.2.2, < 4.0) + rexml + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-gitlab-security (0.1.1) + rubocop (>= 0.51) + rubocop-performance (1.5.2) + rubocop (>= 0.71.0) + rubocop-rails (2.6.0) + activesupport (>= 4.2.0) + rack (>= 1.1) + rubocop (>= 0.82.0) + rubocop-rspec (1.41.0) + rubocop (>= 0.68.1) + ruby-progressbar (1.10.1) + thread_safe (0.3.6) + tzinfo (1.2.7) + thread_safe (~> 0.1) + unicode-display_width (1.7.0) + zeitwerk (2.4.0) PLATFORMS ruby DEPENDENCIES + gitlab-styles (~> 4.3) rspec (~> 3.9) + rubocop (~> 0.82) + rubocop-rspec (~> 1.41) BUNDLED WITH 2.1.4 |
