summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 6 insertions, 3 deletions
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