wag/Gemfile.lock

72 lines
1.5 KiB
Text
Raw Normal View History

2020-03-28 16:28:17 +13:00
PATH
remote: .
specs:
2023-01-17 10:56:12 +13:00
wag (0.2.0)
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)
2023-01-24 07:56:12 +13:00
concurrent-ruby (1.2.0)
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)
2023-01-07 16:57:22 +13:00
faker (3.1.0)
i18n (>= 1.8.11, < 2)
2022-07-14 09:29:47 +12:00
i18n (1.12.0)
concurrent-ruby (~> 1.0)
2022-12-06 00:55:06 +13:00
json (2.6.3)
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)
2023-01-07 16:57:22 +13:00
parser (3.2.0.0)
2020-07-21 15:25:21 +12:00
ast (~> 2.4.1)
pry (0.14.2)
2020-03-29 20:09:00 +13:00
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
2023-01-20 10:56:02 +13:00
regexp_parser (2.6.2)
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)
2023-02-04 00:56:10 +13:00
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
2023-01-07 22:55:37 +13:00
rspec-expectations (3.12.2)
2020-03-28 16:28:17 +13:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
2023-01-17 13:56:50 +13:00
rspec-mocks (3.12.3)
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.44.1)
json (~> 2.3)
2020-03-28 16:28:17 +13:00
parallel (~> 1.10)
parser (>= 3.2.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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
2020-03-28 16:28:17 +13:00
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
2023-01-07 16:57:22 +13:00
rubocop-ast (1.24.1)
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)
2023-01-07 16:57:22 +13:00
unicode-display_width (2.4.2)
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.44.0)
2020-03-28 16:28:17 +13:00
wag!
BUNDLED WITH
2022-02-10 09:52:24 +13:00
2.3.7