wag/Gemfile.lock

75 lines
1.6 KiB
Text
Raw Permalink Normal View History

2020-03-28 16:28:17 +13:00
PATH
remote: .
specs:
2023-07-28 08:52:05 +12:00
wag (0.2.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.2.3)
diff-lcs (1.5.1)
2021-12-09 15:47:37 +13:00
dry-inflector (0.2.1)
faker (3.4.2)
i18n (>= 1.8.11, < 2)
i18n (1.14.5)
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-06-09 05:58:48 +12:00
parser (3.2.2.3)
2020-07-21 15:25:21 +12:00
ast (~> 2.4.1)
2023-06-09 05:58:48 +12:00
racc
pry (0.14.2)
2020-03-29 20:09:00 +13:00
coderay (~> 1.1)
method_source (~> 1.0)
2023-06-14 15:57:45 +12:00
racc (1.7.1)
rainbow (3.1.1)
rake (13.2.1)
2023-06-11 00:57:47 +12:00
regexp_parser (2.8.1)
2021-04-20 20:16:10 +12:00
rexml (3.2.5)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
2020-03-28 16:28:17 +13:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
2020-03-28 16:28:17 +13:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.52.1)
json (~> 2.3)
2020-03-28 16:28:17 +13:00
parallel (~> 1.10)
parser (>= 3.2.2.3)
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-06-02 00:58:02 +12:00
rubocop-ast (1.29.0)
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
2023-07-28 07:57:02 +12:00
arm64-darwin-22
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.52.0)
2020-03-28 16:28:17 +13:00
wag!
BUNDLED WITH
2022-02-10 09:52:24 +13:00
2.3.7