Project

General

Profile

Defect #20908 ยป 0001-Relax-rails-dependency.patch

Antonio Terceiro, 2015-10-05 22:27

View differences:

Gemfile
4 4
  abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
5 5
end
6 6

  
7
gem "rails", "4.2.4"
7
gem "rails", "~> 4.2.4"
8 8
gem "jquery-rails", "~> 3.1.3"
9 9
gem "coderay", "~> 1.1.0"
10 10
gem "builder", ">= 3.0.4"
    (1-1/1)