Skip to content

Commit da2fe12

Browse files
author
Nicolas Rodriguez
committed
Fix Redcarpet version in tests
1 parent 79eeaba commit da2fe12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: contrib/travis/data/gem_files/rails4.gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ gem 'gitolite-rugged', git: 'https://github.com/jbox-web/gitolite-rugged.git', t
77
## Ruby/Rack Git Smart-HTTP Server Handler (use our own repository because Redmine uses Rails 4.2 and Rack 1.6)
88
gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails4'
99

10-
if ENV['USE_SVN'] || ['3.1.2', '3.0.6', '2.6.8'].include?(ENV['REDMINE_VERSION'])
11-
gem 'redcarpet', '~> 3.3.2'
12-
else
10+
if ['3.1.2', '3.0.6', '2.6.8'].include?(ENV['REDMINE_VERSION'])
1311
gem 'redcarpet', '~> 3.1.2'
12+
else
13+
gem 'redcarpet', '~> 3.3.2'
1414
end
1515

1616
# HAML views

0 commit comments

Comments
 (0)