nixpkgs/pkgs/development/tools/rubocop/Gemfile.lock

28 lines
520 B
Plaintext
Raw Normal View History

GEM
remote: https://rubygems.org/
specs:
2018-04-25 22:14:41 +01:00
ast (2.4.0)
2019-01-11 03:12:03 +00:00
jaro_winkler (1.5.2)
2019-05-07 22:20:00 +01:00
parallel (1.17.0)
parser (2.6.3.0)
2018-04-25 22:14:41 +01:00
ast (~> 2.4.0)
rainbow (3.0.0)
2019-05-07 22:20:00 +01:00
rubocop (0.68.1)
2018-07-23 16:25:05 +01:00
jaro_winkler (~> 1.5.1)
2018-04-25 22:14:41 +01:00
parallel (~> 1.10)
2018-07-23 16:25:05 +01:00
parser (>= 2.5, != 2.5.1.1)
2018-04-25 22:14:41 +01:00
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
2019-05-07 22:20:00 +01:00
unicode-display_width (>= 1.4.0, < 1.6)
2018-09-21 09:43:24 +01:00
ruby-progressbar (1.10.0)
2019-05-07 22:20:00 +01:00
unicode-display_width (1.5.0)
PLATFORMS
ruby
DEPENDENCIES
rubocop
BUNDLED WITH
2019-05-07 22:20:00 +01:00
1.17.2