summaryrefslogtreecommitdiffhomepage
path: root/cards/Gemfile.lock
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-05-28 04:31:09 -0400
committerrealtradam <[email protected]>2022-05-28 04:31:09 -0400
commit351601b925c3ef52b109b0895807749c267f38bf (patch)
tree0deb1ffe276cd60bba39c5dc814c034dd9ad9432 /cards/Gemfile.lock
parent11646e108799725c75dfdbd8231642b322b42467 (diff)
downloadPlore-Tabletop-Game-351601b925c3ef52b109b0895807749c267f38bf.tar.gz
Plore-Tabletop-Game-351601b925c3ef52b109b0895807749c267f38bf.zip
started work on cards
Diffstat (limited to 'cards/Gemfile.lock')
-rw-r--r--cards/Gemfile.lock29
1 files changed, 29 insertions, 0 deletions
diff --git a/cards/Gemfile.lock b/cards/Gemfile.lock
new file mode 100644
index 0000000..7072eae
--- /dev/null
+++ b/cards/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