Skip to content

Commit d1c8a9f

Browse files
author
Nicolas Rodriguez
committed
Update default gem version
1 parent e702a27 commit d1c8a9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ gem 'gitolite-rugged', git: 'https://github.com/jbox-web/gitolite-rugged.git', t
55

66
## Redmine 3.x
77
## Ruby/Rack Git Smart-HTTP Server Handler (use our own repository because Redmine uses Rails 4.2 and Rack 1.6)
8-
# gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails4'
9-
# gem 'redcarpet', '~> 3.3.2'
8+
gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails4'
9+
gem 'redcarpet', '~> 3.3.2'
1010

1111
## Redmine 2.x
1212
## Ruby/Rack Git Smart-HTTP Server Handler (use our own repository because Redmine still uses Rails 3 and Rack 1.4)
13-
gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails3'
14-
gem 'redcarpet', '~> 2.3.0'
13+
# gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails3'
14+
# gem 'redcarpet', '~> 2.3.0'
1515

1616
# HAML views
1717
gem 'haml-rails'

0 commit comments

Comments
 (0)