mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-28 19:29:38 +00:00
Gemfile: switch mime-types version by Ruby >= 2.0 or not
git-svn-id: http://svn.redmine.org/redmine/trunk@15274 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
08c9a5e3ef
commit
6d10433732
2
Gemfile
2
Gemfile
@ -9,7 +9,7 @@ gem "jquery-rails", "~> 3.1.4"
|
||||
gem "coderay", "~> 1.1.0"
|
||||
gem "builder", ">= 3.0.4"
|
||||
gem "request_store", "1.0.5"
|
||||
gem "mime-types"
|
||||
gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
|
||||
gem "protected_attributes"
|
||||
gem "actionpack-action_caching"
|
||||
gem "actionpack-xml_parser"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user