diff options
| author | realtradam <[email protected]> | 2022-04-21 08:51:32 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-04-21 08:51:32 -0400 |
| commit | 3249a3a131ae5d28b42ba70b85839314ed7c227c (patch) | |
| tree | a9094a63f2a6e1b89c7c87b1ff0dbf8e01b2cef8 /template/Gemfile.lock | |
| parent | 8c0569bf34405dfdf0968b26f33dd70976866943 (diff) | |
| download | Justicar-0.1.1.tar.gz Justicar-0.1.1.zip | |
prettifiedv0.1.1
Diffstat (limited to 'template/Gemfile.lock')
| -rw-r--r-- | template/Gemfile.lock | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/template/Gemfile.lock b/template/Gemfile.lock new file mode 100644 index 0000000..7072eae --- /dev/null +++ b/template/Gemfile.lock @@ -0,0 +1,29 @@ +GEM + remote: https://rubygems.org/ + specs: + Justicar (0.1.0) + opal (~> 1.5) + opal-browser (~> 0.3.3) + paggio (~> 0.3.0) + ast (2.4.2) + opal (1.5.0) + ast (>= 2.3.0) + parser (~> 3.0, >= 3.0.3.2) + opal-browser (0.3.3) + opal (>= 1.0, < 2.0) + paggio (>= 0.3.0) + paggio (0.3.0) + parser (3.1.2.0) + ast (~> 2.4.1) + webrick (1.7.0) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + Justicar (~> 0.1.0) + opal-browser (~> 0.3.3) + webrick (~> 1.7) + +BUNDLED WITH + 2.3.12 |
