slackbuilder/Gemfile.lock

45 lines
904 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)
2023-04-23 10:45:53 +02:00
json (2.6.3)
parallel (1.23.0)
parser (3.2.2.0)
2020-12-09 18:28:42 +01:00
ast (~> 2.4.1)
2023-04-23 10:45:53 +02:00
progressbar (1.13.0)
2022-06-14 06:52:24 +02:00
rainbow (3.1.1)
2022-11-07 09:02:18 +01:00
rake (13.0.6)
2023-04-23 10:45:53 +02:00
regexp_parser (2.8.0)
2022-06-14 06:52:24 +02:00
rexml (3.2.5)
2023-04-23 10:45:53 +02:00
rubocop (1.50.2)
2022-11-07 09:02:18 +01:00
json (~> 2.3)
2020-12-09 18:28:42 +01:00
parallel (~> 1.10)
2023-04-23 10:45:53 +02:00
parser (>= 3.2.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)
2023-04-23 10:45:53 +02:00
rubocop-ast (>= 1.28.0, < 2.0)
2020-12-09 18:28:42 +01:00
ruby-progressbar (~> 1.7)
2023-04-23 10:45:53 +02:00
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
2022-12-04 15:03:14 +01:00
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
tins (1.32.1)
sync
2023-04-23 10:45:53 +02:00
unicode-display_width (2.4.2)
2020-12-09 18:28:42 +01:00
PLATFORMS
ruby
DEPENDENCIES
2022-12-04 15:03:14 +01:00
progressbar (~> 1.11)
2022-11-07 09:02:18 +01:00
rake (~> 13.0)
2021-01-02 07:46:33 +01:00
rubocop (~> 1.7)
2022-12-04 15:03:14 +01:00
term-ansicolor (~> 1.7)
2020-12-09 18:28:42 +01:00
BUNDLED WITH
2022-06-14 06:52:24 +02:00
2.2.33