diff options
| -rw-r--r-- | Gemfile | 9 | ||||
| -rw-r--r-- | Gemfile.lock | 13 |
2 files changed, 22 insertions, 0 deletions
@@ -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 |
