Skip to content

Instantly share code, notes, and snippets.

@koheyamada
Last active February 15, 2016 02:56
Show Gist options
  • Save koheyamada/ba817e50a08d791862d9 to your computer and use it in GitHub Desktop.
Save koheyamada/ba817e50a08d791862d9 to your computer and use it in GitHub Desktop.
利用しているRedmineのバージョンを確認する。 ref: http://qiita.com/kooohei/items/ffa1a0cdadd03bd8a6d5
$ cat lib/redmine/version.rb
require 'rexml/document'
module Redmine
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 0
Environment:
Redmine version 3.2.0.stable
Ruby version 2.0.0-p647 (2015-08-18) [x86_64-linux]
Rails version 4.2.5
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.13
Git 2.4.3
Filesystem
Redmine plugins:
no plugin installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment