Feature #19652
closed
- Description updated (diff)
You can run Redmine 2.6 on Ruby 2.2 with this change.
diff --git a/Gemfile b/Gemfile
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem "rails", "3.2.21"
+gem "rails", :github => 'rails/rails', :branch => '3-2-stable'
gem "jquery-rails", "~> 3.1.1"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
- Target version set to 2.6.6
JPL, could you add Ruby 2.2 to CI Server?
- Status changed from New to Closed
- Resolution set to Fixed
Also available in: Atom
PDF