Patch #30119
Update Rails to 5.2.2
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Rails support | |||
Target version: | - |
Description
https://weblog.rubyonrails.org/2018/12/4/Rails-5-2-2-has-been-released/
diff --git a/Gemfile b/Gemfile
index c1363a9..09943ea 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.1"
+gem "rails", "5.2.2"
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.2 (#30119).
Patch by Marius BALTEANU.
Tests broken for SQLite3 (#30119).
History
#1
Updated by Marius BALTEANU over 2 years ago
- Copied from Feature #30042: Update Rails to 5.2.1.1 added
#2
Updated by Marius BALTEANU over 2 years ago
- Assignee deleted (
Marius BALTEANU)
All tests pass: https://gitlab.com/marius-balteanu/redmine/-/jobs/131249362
#3
Updated by Go MAEDA over 2 years ago
- Related to Patch #28933: Migrate to Rails 5.2 added
#4
Updated by Go MAEDA over 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version deleted (
Candidate for next major release)
Committed. Thanks.
#5
Updated by Jean-Philippe Lang over 2 years ago
Marius BALTEANU wrote:
All tests pass: https://gitlab.com/marius-balteanu/redmine/-/jobs/131249362
r17697 fixes tests for SQLite3