summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-02-10 15:07:44 +0000
committerGo MAEDA <maeda@farend.jp>2019-02-10 15:07:44 +0000
commit5f00398004d1a7f5ea3cc4b8f798b7177adbe2ba (patch)
tree0ba2c4b394f0919d1242360bfdda46fbb9f3a6d6 /Gemfile
parentda53b969afcfd3bd778af1d110526c11bc3e0213 (diff)
downloadredmine-5f00398004d1a7f5ea3cc4b8f798b7177adbe2ba.tar.gz
redmine-5f00398004d1a7f5ea3cc4b8f798b7177adbe2ba.zip
Tidy up Gemfile.
git-svn-id: http://svn.redmine.org/redmine/trunk@17853 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8fcf249a3..ffc51245b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,13 +11,12 @@ gem "roadie-rails", "~> 1.3.0"
gem "mimemagic"
gem "mail", "~> 2.7.1"
gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6"
-
gem "nokogiri", (RUBY_VERSION >= "2.3" ? "~> 1.10.0" : "~> 1.9.1")
gem "i18n", "~> 0.7.0"
+gem "rbpdf", "~> 1.19.6"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
-gem "rbpdf", "~> 1.19.6"
# Optional gem for LDAP authentication
group :ldap do