summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-08-08 21:25:44 -0400
committerrealtradam <[email protected]>2021-08-08 21:25:44 -0400
commit4401e68464d1d5932daec84e41aeb7b4a88c831e (patch)
treeb4e610785be4c561708486365ebb4811000f0d9c /Gemfile
downloadruboids-4401e68464d1d5932daec84e41aeb7b4a88c831e.tar.gz
ruboids-4401e68464d1d5932daec84e41aeb7b4a88c831e.zip
.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..3bdf259
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,11 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
+
+# gem "rails"
+
+gem "ruby2d", "~> 0.10.0"
+
+gem "felflame", "~> 3.0"