diff options
| author | realtradam <[email protected]> | 2022-05-28 04:31:09 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-28 04:31:09 -0400 |
| commit | 351601b925c3ef52b109b0895807749c267f38bf (patch) | |
| tree | 0deb1ffe276cd60bba39c5dc814c034dd9ad9432 /cards/Gemfile | |
| parent | 11646e108799725c75dfdbd8231642b322b42467 (diff) | |
| download | Plore-Tabletop-Game-351601b925c3ef52b109b0895807749c267f38bf.tar.gz Plore-Tabletop-Game-351601b925c3ef52b109b0895807749c267f38bf.zip | |
started work on cards
Diffstat (limited to 'cards/Gemfile')
| -rw-r--r-- | cards/Gemfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cards/Gemfile b/cards/Gemfile new file mode 100644 index 0000000..be6f9dc --- /dev/null +++ b/cards/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" |
