diff options
| author | realtradam <[email protected]> | 2023-05-25 15:02:05 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-25 15:02:05 -0400 |
| commit | 87727cdfbcb3d93f2a3216ab8dc20f40d5cfe985 (patch) | |
| tree | 86ead27df419c9e8a9aa35177f2dfd2ce1a43bdc /Gemfile.lock | |
| parent | 9f43631fa25346db798ebe3c3358ff4ae4377601 (diff) | |
| download | FelBind-87727cdfbcb3d93f2a3216ab8dc20f40d5cfe985.tar.gz FelBind-87727cdfbcb3d93f2a3216ab8dc20f40d5cfe985.zip | |
basic params
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c32dc74..602c7ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,42 @@ +PATH + remote: . + specs: + FelBind (0.1.0) + GEM remote: https://rubygems.org/ specs: - cast (0.3.1) + ast (2.4.2) + json (2.6.3) + parallel (1.22.1) + parser (3.2.1.0) + ast (~> 2.4.1) + rainbow (3.1.1) + rake (13.0.6) + regexp_parser (2.7.0) + rexml (3.2.5) + rubocop (1.45.1) + json (~> 2.3) + parallel (~> 1.10) + parser (>= 3.2.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.26.0) + parser (>= 3.2.1.0) + ruby-progressbar (1.11.0) + unicode-display_width (2.4.2) PLATFORMS x86_64-linux DEPENDENCIES - cast (~> 0.3.1) + FelBind! + rake (~> 13.0) + rubocop (~> 1.21) BUNDLED WITH - 2.3.20 + 2.4.6 |
