diff options
| author | a14m <[email protected]> | 2020-11-27 17:02:40 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-11-27 17:55:36 +0100 |
| commit | 8185d66664367eab60edb3ab27103d22c1631769 (patch) | |
| tree | 6b2b8f68a3a559e8f24d65003ae17848e3111e5d /CLI/ruby/Gemfile.lock | |
| parent | d1a020777af347f59b73b58f0ce96bb360dc6b35 (diff) | |
Initial commit of the ruby gem
Diffstat (limited to 'CLI/ruby/Gemfile.lock')
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock new file mode 100644 index 0000000..978f3fb --- /dev/null +++ b/CLI/ruby/Gemfile.lock @@ -0,0 +1,66 @@ +PATH + remote: . + specs: + game_of_life (0.1.0) + +GEM + remote: https://rubygems.org/ + specs: + ast (2.4.1) + byebug (11.1.3) + coderay (1.1.3) + diff-lcs (1.4.4) + method_source (1.0.0) + parallel (1.20.1) + parser (2.7.2.0) + ast (~> 2.4.1) + pry (0.13.1) + coderay (~> 1.1) + method_source (~> 1.0) + pry-byebug (3.9.0) + byebug (~> 11.0) + pry (~> 0.13.0) + rainbow (3.0.0) + rake (13.0.1) + regexp_parser (2.0.0) + rexml (3.2.4) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.0) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.10.0) + rspec-support (3.10.0) + rubocop (1.4.2) + parallel (~> 1.10) + parser (>= 2.7.1.5) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8) + rexml + rubocop-ast (>= 1.1.1) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (1.2.0) + parser (>= 2.7.1.5) + ruby-progressbar (1.10.1) + unicode-display_width (1.7.0) + +PLATFORMS + ruby + +DEPENDENCIES + bundler + game_of_life! + pry-byebug + rake + rspec + rubocop + +BUNDLED WITH + 2.1.4 |
