diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-06 09:41:49 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-06 09:41:49 -0800 |
commit | 21a6e322436f0289585b7ed31d5e5c16b53cbe6b (patch) | |
tree | da84cdf04f392533d887a8ddb45b119f3ff8c84f /Gemfile | |
parent | c4700725239af627dec1340ea9ec834f7076eea8 (diff) | |
parent | 2b90aa0ec066947615e2590434ac26d3661836f8 (diff) | |
download | gitlab-ce-21a6e322436f0289585b7ed31d5e5c16b53cbe6b.tar.gz |
Merge branch 'ruby-2.2.0' of https://github.com/chulkilee/gitlabhq into chulkilee-ruby-2.2.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,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' |