summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby/Gemfile')
-rw-r--r--CLI/ruby/Gemfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/CLI/ruby/Gemfile b/CLI/ruby/Gemfile
index c0c8dc1..465d188 100644
--- a/CLI/ruby/Gemfile
+++ b/CLI/ruby/Gemfile
@@ -4,3 +4,18 @@ source "https://rubygems.org"
# Specify your gem's dependencies in game_of_life.gemspec
gemspec
+
+group :development, :test do
+ gem "bundler"
+ gem "pry-byebug"
+ gem "rake"
+ gem "rspec"
+ gem "rubocop"
+ gem "rubocop-rspec"
+ # Code Coverage dependencies
+ gem "json"
+ gem "simplecov"
+ # Documentation dependencies
+ gem "redcarpet"
+ gem "yard"
+end