wag/Gemfile.lock

72 lines
1.5 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)
2022-03-22 13:34:46 +13:00
concurrent-ruby (1.1.10)
2022-01-31 12:47:49 +13:00
diff-lcs (1.5.0)
2021-12-09 15:47:37 +13:00
dry-inflector (0.2.1)
faker (3.0.0)
i18n (>= 1.8.11, < 2)
2022-07-14 09:29:47 +12:00
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
2020-03-29 20:09:00 +13:00
method_source (1.0.0)
2022-03-26 12:52:32 +13:00
parallel (1.22.1)
2022-11-26 05:55:21 +13:00
parser (3.1.3.0)
2020-07-21 15:25:21 +12:00
ast (~> 2.4.1)
pry (0.14.1)
2020-03-29 20:09:00 +13:00
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
2022-11-17 11:08:26 +13:00
regexp_parser (2.6.1)
2021-04-20 20:16:10 +12:00
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
2020-03-28 16:28:17 +13:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.0)
2020-03-28 16:28:17 +13:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.39.0)
json (~> 2.3)
2020-03-28 16:28:17 +13:00
parallel (~> 1.10)
parser (>= 3.1.2.1)
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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 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)
2022-12-01 07:55:17 +13:00
rubocop-ast (1.24.0)
2022-02-22 16:17:35 +13:00
parser (>= 3.1.1.0)
2021-01-07 22:17:04 +13:00
ruby-progressbar (1.11.0)
2022-09-14 20:17:44 +12:00
unicode-display_width (2.3.0)
2020-03-28 16:28:17 +13:00
PLATFORMS
2022-02-06 23:18:20 +13:00
x86_64-linux
2020-03-28 16:28:17 +13:00
DEPENDENCIES
faker (~> 3.0)
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)
rubocop (~> 1.39.0)
2020-03-28 16:28:17 +13:00
wag!
BUNDLED WITH
2022-02-10 09:52:24 +13:00
2.3.7