Project

General

Profile

Actions

Patch #30119

closed

Update Rails to 5.2.2

Added by Marius BĂLTEANU over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Rails support
Target version:
-
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

Related to Redmine - Patch #28933: Migrate to Rails 5.2Closed

Actions
Copied from Redmine - Feature #30042: Update Rails to 5.2.1.1ClosedJean-Philippe Lang

Actions
Actions #1

Updated by Marius BĂLTEANU over 5 years ago

Actions #2

Updated by Marius BĂLTEANU over 5 years ago

  • Assignee deleted (Marius BĂLTEANU)
Actions #3

Updated by Go MAEDA over 5 years ago

Actions #4

Updated by Go MAEDA over 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Target version deleted (Candidate for next major release)

Committed. Thanks.

Actions #5

Updated by Jean-Philippe Lang over 5 years ago

Marius BALTEANU wrote:

All tests pass: https://gitlab.com/marius-balteanu/redmine/-/jobs/131249362

r17697 fixes tests for SQLite3

Actions

Also available in: Atom PDF