diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-14 16:19:08 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-14 16:19:08 -0600 |
| commit | fc4fc0ecaf18444040ed4b8973c75651322bb632 (patch) | |
| tree | 761079a5e882f7714d9999d892d12005a66cc5f4 /Gemfile | |
| parent | 60cbcc8ec6ba9c42168139a36c73d04d0d89fe12 (diff) | |
Create development group
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 |
