Skip to content

Commit

Permalink
pin kramdown version for Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Sep 14, 2017
1 parent 1173ad9 commit 8f42521
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ group :test do
gem 'ruby2js'
gem 'sourcify'
gem 'coffee-script'
gem 'kramdown'
if RUBY_VERSION =~ /^1/
gem 'kramdown', '~> 1.14.0'
else
gem 'kramdown'
end
gem 'coderay'
gem 'sanitize'
gem 'minitest'
Expand Down

0 comments on commit 8f42521

Please sign in to comment.