diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-10-31 08:17:01 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-10-31 08:17:01 +0000 |
commit | 826980bc40c5485aebef922b6984c3aa334e6bb4 (patch) | |
tree | c7c0e5362ab38972dc3a70a6e6211e54681ecbd0 /Gemfile | |
parent | 88519264cf9987c60b07acf4c5f1b5e5f3eb38f6 (diff) | |
download | redmine-826980bc40c5485aebef922b6984c3aa334e6bb4.tar.gz redmine-826980bc40c5485aebef922b6984c3aa334e6bb4.zip |
Upgrades propshaft to 1.1.0 (#39111).
Patch by Takashi Kato (user:tohosaku).
git-svn-id: https://svn.redmine.org/redmine/trunk@23174 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ gem 'i18n', '~> 1.14.1' gem 'rbpdf', '~> 1.21.3' gem 'addressable' gem 'rubyzip', '~> 2.3.0' -gem 'propshaft', '~> 0.8.0' +gem 'propshaft', '~> 1.1.0' gem 'rack', '>= 3.1.3' # Ruby Standard Gems |