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-02-25 08:56:16 +13:00
concurrent-ruby (1.2.2)
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.2.0)
i18n (>= 1.8.11, < 2)
2023-04-26 12:57:49 +12:00
i18n (1.13.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)
2023-04-19 05:58:41 +12:00
parallel (1.23.0)
2023-04-25 01:57:47 +12:00
parser (3.2.2.1)
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-04-17 23:58:28 +12:00
regexp_parser (2.8.0)
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-04-19 08:57:29 +12:00
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
2023-04-20 19:57:59 +12:00
rspec-expectations (3.12.3)
2020-03-28 16:28:17 +13:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
2023-03-31 03:57:32 +13:00
rspec-mocks (3.12.5)
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.51.0)
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.28.0, < 2.0)
2020-03-28 16:28:17 +13:00
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
2023-05-02 15:59:15 +12:00
rubocop-ast (1.28.1)
2023-02-12 05:56:03 +13:00
parser (>= 3.2.1.0)
2023-03-04 19:57:27 +13:00
ruby-progressbar (1.13.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.51.0)
2020-03-28 16:28:17 +13:00
wag!
BUNDLED WITH
2022-02-10 09:52:24 +13:00
2.3.7