summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Gemfile9
-rw-r--r--Gemfile.lock13
2 files changed, 22 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..0808306
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,9 @@
+# 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"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..5bccc00
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,13 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ ruby2d (0.10.0)
+
+PLATFORMS
+ x86_64-linux
+
+DEPENDENCIES
+ ruby2d (~> 0.10.0)
+
+BUNDLED WITH
+ 2.2.24