diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..9102081 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,85 @@ +GIT + remote: https://github.com/ruby2d/ruby2d + revision: e573609a745ae25a5094c949f9a2e0fd15dfa17f + specs: + ruby2d (0.9.5) + +PATH + remote: . + specs: + felpack-r2d-bindings (0.1.0) + felflame (~> 2.0) + +GEM + remote: https://rubygems.org/ + specs: + ansi (1.5.0) + ast (2.4.2) + diff-lcs (1.4.4) + docile (1.4.0) + felflame (2.0.0) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) + rainbow (3.0.0) + rake (13.0.6) + redcarpet (3.5.1) + regexp_parser (2.1.1) + rexml (3.2.5) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.10.0) + rspec-support (3.10.2) + rubocop (1.18.3) + parallel (~> 1.10) + parser (>= 3.0.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.7.0, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) + simplecov (0.21.2) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-console (0.9.1) + ansi + simplecov + terminal-table + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.3) + terminal-table (3.0.1) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.0.0) + yard (0.9.26) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + felpack-r2d-bindings! + rake (~> 13.0) + redcarpet (~> 3.5, >= 3.5.1) + rspec (~> 3.10) + rubocop (~> 1.7) + ruby2d (~> 0.9.5)! + simplecov (~> 0.21.2) + simplecov-console (~> 0.9.1) + simplecov_json_formatter (~> 0.1.3) + yard (~> 0.9.26) + +BUNDLED WITH + 2.2.23 |
