test with pygments 1.1 on all ruby versions
This commit is contained in:
parent
48a94c4051
commit
6123175a71
7
Gemfile
7
Gemfile
|
@ -3,12 +3,7 @@ gemspec :name => "jekyll"
|
||||||
|
|
||||||
gem "rake", "~> 12.0"
|
gem "rake", "~> 12.0"
|
||||||
|
|
||||||
if RUBY_VERSION >= '2.4'
|
gem "pygments.rb", "~> 1.1"
|
||||||
gem "json", "~> 2.0"
|
|
||||||
gem "pygments.rb", "~> 1.1"
|
|
||||||
else
|
|
||||||
gem "pygments.rb", "~> 0.6.0" unless RUBY_ENGINE == "jruby"
|
|
||||||
end
|
|
||||||
|
|
||||||
# Dependency of jekyll-mentions. RubyGems in Ruby 2.1 doesn't shield us from this.
|
# Dependency of jekyll-mentions. RubyGems in Ruby 2.1 doesn't shield us from this.
|
||||||
gem "activesupport", "~> 4.2", :groups => [:test_legacy, :site] if RUBY_VERSION < "2.2.2"
|
gem "activesupport", "~> 4.2", :groups => [:test_legacy, :site] if RUBY_VERSION < "2.2.2"
|
||||||
|
|
Loading…
Reference in New Issue