debian-mirror-gitlab/tooling/overcommit/Gemfile.lock

98 lines
2.2 KiB
Plaintext
Raw Normal View History

2020-03-13 15:44:24 +05:30
GEM
remote: https://rubygems.org/
specs:
2021-01-29 00:20:46 +05:30
activesupport (6.0.3.4)
2020-06-23 00:09:42 +05:30
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
2021-01-29 00:20:46 +05:30
ast (2.4.1)
2020-03-13 15:44:24 +05:30
childprocess (3.0.0)
2021-01-29 00:20:46 +05:30
concurrent-ruby (1.1.7)
2020-06-23 00:09:42 +05:30
ffi (1.12.2)
2021-02-22 17:27:13 +05:30
gitlab-styles (5.3.0)
2021-01-29 00:20:46 +05:30
rubocop (~> 0.89.1)
2020-03-13 15:44:24 +05:30
rubocop-gitlab-security (~> 0.1.0)
2021-01-29 00:20:46 +05:30
rubocop-performance (~> 1.8.1)
rubocop-rails (~> 2.8)
rubocop-rspec (~> 1.44)
2020-03-13 15:44:24 +05:30
haml (5.1.2)
temple (>= 0.8.0)
tilt
2020-06-23 00:09:42 +05:30
haml_lint (0.34.0)
2020-03-13 15:44:24 +05:30
haml (>= 4.0, < 5.2)
rainbow
rubocop (>= 0.50.0)
sysexits (~> 1.1)
2021-01-29 00:20:46 +05:30
i18n (1.8.5)
2020-06-23 00:09:42 +05:30
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
2021-01-29 00:20:46 +05:30
minitest (5.14.2)
2020-06-23 00:09:42 +05:30
overcommit (0.53.0)
2020-03-13 15:44:24 +05:30
childprocess (>= 0.6.3, < 4)
iniparse (~> 1.4)
2021-01-29 00:20:46 +05:30
parallel (1.19.2)
parser (2.7.2.0)
ast (~> 2.4.1)
rack (2.2.3)
2020-03-13 15:44:24 +05:30
rainbow (3.0.0)
rake (12.3.3)
2020-06-23 00:09:42 +05:30
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
2021-01-29 00:20:46 +05:30
regexp_parser (1.8.2)
2020-06-23 00:09:42 +05:30
rexml (3.2.4)
2021-01-29 00:20:46 +05:30
rubocop (0.89.1)
2020-03-13 15:44:24 +05:30
parallel (~> 1.10)
2021-01-29 00:20:46 +05:30
parser (>= 2.7.1.1)
2020-03-13 15:44:24 +05:30
rainbow (>= 2.2.2, < 4.0)
2021-01-29 00:20:46 +05:30
regexp_parser (>= 1.7)
2020-06-23 00:09:42 +05:30
rexml
2021-01-29 00:20:46 +05:30
rubocop-ast (>= 0.3.0, < 1.0)
2020-03-13 15:44:24 +05:30
ruby-progressbar (~> 1.7)
2020-06-23 00:09:42 +05:30
unicode-display_width (>= 1.4.0, < 2.0)
2021-01-29 00:20:46 +05:30
rubocop-ast (0.8.0)
parser (>= 2.7.1.5)
2020-03-13 15:44:24 +05:30
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
2021-01-29 00:20:46 +05:30
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.8.1)
activesupport (>= 4.2.0)
2020-03-13 15:44:24 +05:30
rack (>= 1.1)
2021-01-29 00:20:46 +05:30
rubocop (>= 0.87.0)
rubocop-rspec (1.44.1)
rubocop (~> 0.87)
rubocop-ast (>= 0.7.1)
2020-03-13 15:44:24 +05:30
ruby-progressbar (1.10.1)
2020-06-23 00:09:42 +05:30
sass (3.5.5)
2020-03-13 15:44:24 +05:30
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
scss_lint (0.56.0)
rake (>= 0.9, < 13)
sass (~> 3.5.3)
sysexits (1.2.0)
temple (0.8.2)
2020-06-23 00:09:42 +05:30
thread_safe (0.3.6)
2020-03-13 15:44:24 +05:30
tilt (2.0.10)
2021-01-29 00:20:46 +05:30
tzinfo (1.2.8)
2020-06-23 00:09:42 +05:30
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
2021-01-29 00:20:46 +05:30
zeitwerk (2.4.1)
2020-03-13 15:44:24 +05:30
PLATFORMS
ruby
DEPENDENCIES
2021-02-22 17:27:13 +05:30
gitlab-styles (~> 5.3.0)
2020-03-13 15:44:24 +05:30
haml_lint (~> 0.34.0)
overcommit
scss_lint (~> 0.56.0)
BUNDLED WITH
2021-01-29 00:20:46 +05:30
2.1.4