show ce1c65225037622c10568b3e6955cecc e7e80fd9 commit ce1c65225037622c10568b3e6955cecce7e80fd9 Author: Jean-Philippe Lang <
[email protected]> Date: Sat Jun 23 05:13:29 2018 +0000 Upgrade to Rails 5.2.0 (#23630). git-svn-id: http://svn.redmine.org/redmine/trunk@17410 e93f8b46-1217-0410-a6f0-8f06a7374b81 diff --git a/Gemfile b/Gemfile index 64598a5..98f27f6 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'ge end -gem "rails", "5.1.6" +gem "rails", "5.2.0" gem "coderay", "~> 1.1.1" gem "request_store", "1.0.5" gem "mime-types", "~> 3.0" diff --git a/app/models/issue.rb b/app/models/issue.rb index 91f53c1..114d962 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -1016,8 +1016,7 @@ class Issue < ActiveRecord::Base # Returns the previous assignee whenever we're before the save