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 | |
| parent | 8c0569bf34405dfdf0968b26f33dd70976866943 (diff) | |
| download | Justicar-3249a3a131ae5d28b42ba70b85839314ed7c227c.tar.gz Justicar-3249a3a131ae5d28b42ba70b85839314ed7c227c.zip | |
prettifiedv0.1.1
Diffstat (limited to 'template/Gemfile')
| -rw-r--r-- | template/Gemfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/Gemfile b/template/Gemfile new file mode 100644 index 0000000..be6f9dc --- /dev/null +++ b/template/Gemfile @@ -0,0 +1,9 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +gem "webrick", "~> 1.7" + +gem "opal-browser", "~> 0.3.3" + +gem "Justicar", "~> 0.1.0" |
