Actions
Feature #29667
closedUpdate Rails to 4.2.10
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
https://weblog.rubyonrails.org/2017/9/27/Rails-4-2-10-released/
Index: Gemfile
===================================================================
--- Gemfile (revision 17517)
+++ Gemfile (working copy)
@@ -4,7 +4,7 @@
abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
end
-gem "rails", "4.2.8"
+gem "rails", "4.2.10"
gem "addressable", "2.4.0" if RUBY_VERSION < "2.0"
if RUBY_VERSION < "2.1"
gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5")
Related issues
Updated by Go MAEDA about 6 years ago
- Related to Feature #28247: Upgrade Rails versions added
Updated by Go MAEDA about 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Updated by Marius BĂLTEANU almost 6 years ago
- Copied to Feature #30042: Update Rails to 5.2.1.1 added
Updated by Marius BĂLTEANU almost 6 years ago
- Copied to deleted (Feature #30042: Update Rails to 5.2.1.1)
Updated by Marius BĂLTEANU almost 6 years ago
- Related to Feature #30043: Update Rails to 4.2.11 added
Updated by Marius BĂLTEANU almost 6 years ago
- Target version deleted (
3.4.7)
Removing this ticket from changelog because Rails was updated to 4.2.11 in #30043.
Actions