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:
2021-01-28 21:36:36 +13:00
ast (2.4.2)
2021-02-09 02:36:00 +13:00
coderay (1.1.3)
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)
2021-09-14 01:42:03 +12:00
parallel (1.21.0)
2021-08-12 22:40:13 +12:00
parser (3.0.2.0)
2020-07-21 15:25:21 +12:00
ast (~> 2.4.1)
2021-02-09 02:36:00 +13:00
pry (0.14.0)
2020-03-29 20:09:00 +13:00
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)
2021-03-01 21:07:28 +13:00
regexp_parser (2.1.1)
2021-04-20 20:16:10 +12:00
rexml (3.2.5)
2020-03-28 16:28:17 +13:00
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)
2021-09-14 01:42:03 +12:00
rubocop (1.21.0)
2020-03-28 16:28:17 +13:00
parallel (~> 1.10)
2021-01-07 22:17:04 +13:00
parser (>= 3.0.0.0)
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
2021-08-12 22:40:13 +12:00
rubocop-ast (>= 1.9.1, < 2.0)
2020-03-28 16:28:17 +13:00
ruby-progressbar (~> 1.7)
2021-01-07 22:17:04 +13:00
unicode-display_width (>= 1.4.0, < 3.0)
2021-08-26 20:31:00 +12:00
rubocop-ast (1.11.0)
2021-05-14 10:00:25 +12:00
parser (>= 3.0.1.1)
2021-01-07 22:17:04 +13:00
ruby-progressbar (1.11.0)
unicode-display_width (2.0.0)
2020-03-28 16:28:17 +13:00
PLATFORMS
ruby
DEPENDENCIES
faker (~> 2.11)
2021-02-09 02:36:00 +13:00
pry (~> 0.14.0)
2020-07-21 15:45:42 +12:00
rake (~> 13.0)
2020-03-28 16:28:17 +13:00
rspec (~> 3.0)
2021-09-14 01:42:03 +12:00
rubocop (~> 1.21.0)
2020-03-28 16:28:17 +13:00
wag!
BUNDLED WITH
2021-08-12 22:40:13 +12:00
2.2.22