summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-10-24 02:15:09 +0000
committerGo MAEDA <maeda@farend.jp>2019-10-24 02:15:09 +0000
commit87306bb735662afdd3d35c20b1bd2f977bc7ff08 (patch)
treea9ce8073d03f7aeaab170fc2d692dd00c5dde776 /Gemfile
parent329184bd9670935142edde43fd9c0f2bd75076d0 (diff)
downloadredmine-87306bb735662afdd3d35c20b1bd2f977bc7ff08.tar.gz
redmine-87306bb735662afdd3d35c20b1bd2f977bc7ff08.zip
Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by sprockets 4.0.0 (#32223).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18859 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 7e2a627ef..d964de977 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,9 +15,6 @@ gem "nokogiri", "~> 1.10.0"
gem "i18n", "~> 1.6.0"
gem "rbpdf", "~> 1.20.0"
-# TODO: Remove the following line when #32223 is fixed
-gem "sprockets", "~> 3.7.2"
-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]