mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Add commonmarker gem
It resolves following warning in tests: ``` cannot load such file -- commonmarker: skipping markdown tests with Tilt::CommonMarkerTemplate ```
This commit is contained in:
parent
1d19193653
commit
c0dd32ec19
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -59,6 +59,7 @@ if RUBY_ENGINE == "ruby"
|
|||
gem 'sass'
|
||||
gem 'reel-rack'
|
||||
gem 'celluloid', '~> 0.16.0'
|
||||
gem 'commonmarker', '~> 0.20.0'
|
||||
gem 'simplecov', require: false
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue