From 8185d66664367eab60edb3ab27103d22c1631769 Mon Sep 17 00:00:00 2001 From: a14m Date: Fri, 27 Nov 2020 17:02:40 +0100 Subject: Initial commit of the ruby gem --- CLI/ruby/Gemfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CLI/ruby/Gemfile (limited to 'CLI/ruby/Gemfile') 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 -- cgit v1.2.3