From fc4fc0ecaf18444040ed4b8973c75651322bb632 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 14 Oct 2019 16:19:08 -0600 Subject: Create development group --- Gemfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a4a9815..a184b1a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,10 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "commonmarker", "~> 0.20" -gem "github-markup", "~> 3.0" gem "rake", "~> 12.3" -gem "sinatra", "~> 2.0" + +group :development do + gem "sinatra", "~> 2.0" + gem "commonmarker", "~> 0.20" + gem "github-markup", "~> 3.0" +end -- cgit v1.2.3