diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-04-05 10:53:33 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-04-05 10:53:33 +0000 |
commit | b021eb648dbe854969faddd189a3880ce52bbc3e (patch) | |
tree | f7bc34271a18557d16aa0a511010e844046ffcc6 /Gemfile | |
parent | 3a4ce13b42a6bbdc2f8156a8f23bc2c6c2d5a498 (diff) | |
download | redmine-b021eb648dbe854969faddd189a3880ce52bbc3e.tar.gz redmine-b021eb648dbe854969faddd189a3880ce52bbc3e.zip |
remove trailing white space from Gemfile
git-svn-id: http://svn.redmine.org/redmine/trunk@16484 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ gem "mimemagic" gem "nokogiri", (RUBY_VERSION >= "2.1" ? ">= 1.7.0" : "~> 1.6.8") gem "i18n", "~> 0.7.0" -# Request at least rails-html-sanitizer 1.0.3 because of security advisories +# Request at least rails-html-sanitizer 1.0.3 because of security advisories gem "rails-html-sanitizer", ">= 1.0.3" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem |