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

32 lines
593 B
Plaintext
Raw Normal View History

GEM
remote: https://rubygems.org/
specs:
2018-04-26 00:14:41 +03:00
ast (2.4.0)
2018-07-23 18:25:05 +03:00
jaro_winkler (1.5.1)
2018-04-26 00:14:41 +03:00
parallel (1.12.1)
2018-07-23 18:25:05 +03:00
parser (2.5.1.2)
2018-04-26 00:14:41 +03:00
ast (~> 2.4.0)
2018-07-23 18:25:05 +03:00
powerpack (0.1.2)
2018-04-26 00:14:41 +03:00
rainbow (3.0.0)
rake (12.3.1)
2018-09-21 11:43:24 +03:00
rubocop (0.59.1)
2018-07-23 18:25:05 +03:00
jaro_winkler (~> 1.5.1)
2018-04-26 00:14:41 +03:00
parallel (~> 1.10)
2018-07-23 18:25:05 +03:00
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
2018-04-26 00:14:41 +03:00
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
2018-09-21 11:43:24 +03:00
ruby-progressbar (1.10.0)
2018-07-23 18:25:05 +03:00
unicode-display_width (1.4.0)
PLATFORMS
ruby
DEPENDENCIES
rake
rubocop
BUNDLED WITH
2018-09-21 11:43:24 +03:00
1.16.4