diff options
author | Go MAEDA <maeda@farend.jp> | 2019-10-24 02:15:09 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-10-24 02:15:09 +0000 |
commit | 87306bb735662afdd3d35c20b1bd2f977bc7ff08 (patch) | |
tree | a9ce8073d03f7aeaab170fc2d692dd00c5dde776 /Gemfile | |
parent | 329184bd9670935142edde43fd9c0f2bd75076d0 (diff) | |
download | redmine-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-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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] |