wag/Gemfile.lock

70 lines
1.4 KiB
Text
Raw Normal View History

2020-03-28 16:28:17 +13:00
PATH
remote: .
specs:
2020-04-05 08:53:38 +12:00
wag (0.1.1)
2020-03-29 20:09:00 +13:00
dry-inflector (~> 0.2.0)
2020-03-28 16:28:17 +13:00
GEM
remote: https://rubygems.org/
specs:
2020-07-21 15:25:21 +12:00
ast (2.4.1)
2020-03-29 20:09:00 +13:00
coderay (1.1.2)
concurrent-ruby (1.1.6)
2020-03-28 16:28:17 +13:00
diff-lcs (1.3)
2020-03-29 20:09:00 +13:00
dry-inflector (0.2.0)
faker (2.11.0)
i18n (>= 1.6, < 2)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
2020-03-29 20:09:00 +13:00
method_source (1.0.0)
2020-11-23 23:44:59 +13:00
parallel (1.20.1)
2020-10-13 19:25:00 +13:00
parser (2.7.2.0)
2020-07-21 15:25:21 +12:00
ast (~> 2.4.1)
2020-03-29 20:09:00 +13:00
pry (0.13.0)
coderay (~> 1.1)
method_source (~> 1.0)
2020-03-28 16:28:17 +13:00
rainbow (3.0.0)
2020-07-21 15:45:42 +12:00
rake (13.0.1)
2020-12-25 20:33:15 +13:00
regexp_parser (2.0.1)
2020-03-28 16:28:17 +13:00
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
2020-12-25 20:33:15 +13:00
rubocop (1.7.0)
2020-03-28 16:28:17 +13:00
parallel (~> 1.10)
2020-09-29 20:40:16 +13:00
parser (>= 2.7.1.5)
2020-03-28 16:28:17 +13:00
rainbow (>= 2.2.2, < 4.0)
2020-12-10 01:36:43 +13:00
regexp_parser (>= 1.8, < 3.0)
2020-03-28 16:28:17 +13:00
rexml
2020-12-10 01:36:43 +13:00
rubocop-ast (>= 1.2.0, < 2.0)
2020-03-28 16:28:17 +13:00
ruby-progressbar (~> 1.7)
2020-07-21 15:25:21 +12:00
unicode-display_width (>= 1.4.0, < 2.0)
2020-12-02 06:51:06 +13:00
rubocop-ast (1.3.0)
2020-09-29 20:40:16 +13:00
parser (>= 2.7.1.5)
2020-03-28 16:28:17 +13:00
ruby-progressbar (1.10.1)
2020-07-21 15:25:21 +12:00
unicode-display_width (1.7.0)
2020-03-28 16:28:17 +13:00
PLATFORMS
ruby
DEPENDENCIES
faker (~> 2.11)
2020-03-29 20:09:00 +13:00
pry (~> 0.13.0)
2020-07-21 15:45:42 +12:00
rake (~> 13.0)
2020-03-28 16:28:17 +13:00
rspec (~> 3.0)
2020-12-25 20:33:15 +13:00
rubocop (~> 1.7.0)
2020-03-28 16:28:17 +13:00
wag!
BUNDLED WITH
2.1.4