slackbuilder/Gemfile.lock

33 lines
664 B
Plaintext
Raw Normal View History

2020-12-09 18:28:42 +01:00
GEM
2021-01-02 07:46:33 +01:00
remote: https://rubygems.org/
2020-12-09 18:28:42 +01:00
specs:
ast (2.4.2)
2022-06-14 06:52:24 +02:00
parallel (1.22.1)
parser (3.1.2.0)
2020-12-09 18:28:42 +01:00
ast (~> 2.4.1)
2022-06-14 06:52:24 +02:00
rainbow (3.1.1)
regexp_parser (2.5.0)
rexml (3.2.5)
rubocop (1.30.1)
2020-12-09 18:28:42 +01:00
parallel (~> 1.10)
2022-06-14 06:52:24 +02:00
parser (>= 3.1.0.0)
2020-12-09 18:28:42 +01:00
rainbow (>= 2.2.2, < 4.0)
2021-01-02 07:46:33 +01:00
regexp_parser (>= 1.8, < 3.0)
2022-06-14 06:52:24 +02:00
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
2020-12-09 18:28:42 +01:00
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
2022-06-14 06:52:24 +02:00
rubocop-ast (1.18.0)
parser (>= 3.1.1.0)
2021-01-02 07:46:33 +01:00
ruby-progressbar (1.11.0)
2022-06-14 06:52:24 +02:00
unicode-display_width (2.1.0)
2020-12-09 18:28:42 +01:00
PLATFORMS
ruby
DEPENDENCIES
2021-01-02 07:46:33 +01:00
rubocop (~> 1.7)
2020-12-09 18:28:42 +01:00
BUNDLED WITH
2022-06-14 06:52:24 +02:00
2.2.33