Feature #30042
Update Rails to 5.2.1.1
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Rails support | |||
Target version: | - | |||
Resolution: | Fixed |
Description
https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/
diff --git a/Gemfile b/Gemfile
index e32b28888..3cbe4f69f 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 'gem update bundler'."
end
-gem "rails", "5.2.1"
+gem "rails", "5.2.1.1"
gem "rouge", "~> 3.3.0"
gem "request_store", "1.0.5"
gem "mini_mime", "~> 1.0.1"
Related issues
Associated revisions
Update Rails to 5.2.1.1 (#30042).
Patch by Marius BALTEANU.
History
#1
Updated by Marius BALTEANU over 2 years ago
- Copied from Feature #29667: Update Rails to 4.2.10 added
#2
Updated by Marius BALTEANU over 2 years ago
- Copied from deleted (Feature #29667: Update Rails to 4.2.10)
#3
Updated by Marius BALTEANU over 2 years ago
- Copied to Feature #30043: Update Rails to 4.2.11 added
#4
Updated by Marius BALTEANU over 2 years ago
- Copied to deleted (Feature #30043: Update Rails to 4.2.11)
#5
Updated by Marius BALTEANU over 2 years ago
All tests pass.
#6
Updated by Jean-Philippe Lang over 2 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.
#7
Updated by Marius BALTEANU over 2 years ago
- Related to Patch #28933: Migrate to Rails 5.2 added
#8
Updated by Marius BALTEANU over 2 years ago
- Target version deleted (
4.0.0)
#9
Updated by Marius BALTEANU over 2 years ago
- Copied to Patch #30119: Update Rails to 5.2.2 added