Actions
Patch #30119
closedUpdate Rails to 5.2.2
Start date:
Due date:
% Done:
0%
Estimated time:
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
Updated by Marius BĂLTEANU about 6 years ago
- Copied from Feature #30042: Update Rails to 5.2.1.1 added
Updated by Marius BĂLTEANU about 6 years ago
- Assignee deleted (
Marius BĂLTEANU)
All tests pass: https://gitlab.com/marius-balteanu/redmine/-/jobs/131249362
Updated by Go MAEDA about 6 years ago
- Related to Patch #28933: Migrate to Rails 5.2 added
Updated by Go MAEDA about 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version deleted (
Candidate for next major release)
Committed. Thanks.
Updated by Jean-Philippe Lang about 6 years ago
Marius BALTEANU wrote:
All tests pass: https://gitlab.com/marius-balteanu/redmine/-/jobs/131249362
r17697 fixes tests for SQLite3
Actions