Skip to content

Commit

Permalink
upgrade Rouge to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Feb 15, 2017
1 parent b19373b commit 7229dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end
gemspec

group :examples do
gem 'rouge', '2.0.6'
gem 'rouge', '2.0.7'
# Add unicode (preferred) or activesupport to transform case of text containing multibyte chars on Ruby < 2.4
#gem 'activesupport', '4.2.7.1' if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0')
#gem 'unicode' if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0')
Expand Down

0 comments on commit 7229dc4

Please sign in to comment.