From 6123175a7138d1ed6912054abcd4d7fd0c28bbb5 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sat, 11 Feb 2017 13:58:23 +0530 Subject: [PATCH] test with pygments 1.1 on all ruby versions --- Gemfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b13bb908..616abfb8 100644 --- a/Gemfile +++ b/Gemfile @@ -3,12 +3,7 @@ gemspec :name => "jekyll" gem "rake", "~> 12.0" -if RUBY_VERSION >= '2.4' - gem "json", "~> 2.0" - gem "pygments.rb", "~> 1.1" -else - gem "pygments.rb", "~> 0.6.0" unless RUBY_ENGINE == "jruby" -end +gem "pygments.rb", "~> 1.1" # 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"