summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2017-02-15 01:15:46 -0700
committerDan Allen <dan.j.allen@gmail.com>2017-02-15 01:15:46 -0700
commit7229dc4feaee142c8fa2c24a9824634c7774eaaf (patch)
tree99171a21d26993fb5cd67cada0faf19f0b095724 /Gemfile
parentb19373bda2eb40ecc9e75c72d025d19c4c01754c (diff)
upgrade Rouge to 2.0.7
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 095bacd5..627dd511 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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')