diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |
