diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2017-02-15 01:15:46 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2017-02-15 01:15:46 -0700 |
| commit | 7229dc4feaee142c8fa2c24a9824634c7774eaaf (patch) | |
| tree | 99171a21d26993fb5cd67cada0faf19f0b095724 /Gemfile | |
| parent | b19373bda2eb40ecc9e75c72d025d19c4c01754c (diff) | |
upgrade Rouge to 2.0.7
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
