summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-10-26 08:55:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-10-26 08:55:50 +0000
commit7f22cc611311b403a04e1d54ce75a4b4357651c3 (patch)
tree64fb2a1c2ca8f5bcc15acbbfc70218d12f4bd9c8 /Gemfile
parente162f87964bd2f9721c415b2feb5a228e85644b6 (diff)
downloadredmine-7f22cc611311b403a04e1d54ce75a4b4357651c3.tar.gz
redmine-7f22cc611311b403a04e1d54ce75a4b4357651c3.zip
Upgrade CodeRay to 1.1.0 (#8253).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12238 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6d45970f8..a18e0b0f3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem "rails", "3.2.13"
gem "jquery-rails", "~> 2.0.2"
gem "i18n", "~> 0.6.0"
-gem "coderay", "~> 1.0.9"
+gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", "3.0.0"