How understand Redmine version for certain rails -v (version)
Added by Evgeniy Moskalenko almost 10 years ago
Hi,
Tell me please, how I can understand which Redmine version download for certain version:
ruby -v: ruby 1.8.7 (2013-06-27 patchlevel 374) [x86_64-linux]
rails -v: Rails 2.3.18
bundler - v: Bundler version 1.7.11
In the section of the site: http://www.redmine.org/projects/redmine/wiki/Download and http://www.redmine.org/projects/redmine/repository and http://www.redmine.org/projects/redmine/wiki/RedmineInstall#Ruby-interpreter
nothing about this says.
Ruby version and bundler suitable, but which version Redmine download for Rails 2.3.18 - is unclear.
Thanks.
Replies (2)
RE: How understand Redmine version for certain rails -v (version) - Added by Toshi MARUYAMA almost 10 years ago
Redmine uses bundler.
Rails version is defined in Gemfile.
source:tags/2.6.0/Gemfile
RE: How understand Redmine version for certain rails -v (version) - Added by Evgeniy Moskalenko almost 10 years ago
Thanks.. It helped..