diff options
Diffstat (limited to 'CLI/ruby/Gemfile')
| -rw-r--r-- | CLI/ruby/Gemfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CLI/ruby/Gemfile b/CLI/ruby/Gemfile new file mode 100644 index 0000000..c0c8dc1 --- /dev/null +++ b/CLI/ruby/Gemfile @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +# Specify your gem's dependencies in game_of_life.gemspec +gemspec |
