Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChulki Lee <chulki.lee@gmail.com>2014-12-29 09:22:56 +0300
committerChulki Lee <chulki.lee@gmail.com>2014-12-29 21:22:47 +0300
commit2b90aa0ec066947615e2590434ac26d3661836f8 (patch)
treec8c9a8ea00a4d42c2b420aabd347664c4e8ad465 /Gemfile
parentc45f4cbe8fb973bc2ee57efb5595294da4cab5d2 (diff)
Update gems for ruby 2.2.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 85e7bba444a..43970e50d6e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ gem "github-markup"
gem 'redcarpet', '~> 3.1.2'
gem 'RedCloth'
gem 'rdoc', '~>3.6'
-gem 'org-ruby', '= 0.9.9'
+gem 'org-ruby', '= 0.9.12'
gem 'creole', '~>0.3.6'
gem 'wikicloth', '=0.8.1'
gem 'asciidoctor', '= 0.1.4'