Bundle update (CVE-2018-3760, requires Ruby 2.3, PR #561)

This commit is contained in:
wvengen 2018-10-13 20:04:00 +02:00 committed by GitHub
parent 4137992032
commit d9ae0d11b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 125 additions and 122 deletions

View file

@ -20,7 +20,7 @@ gem 'rails-assets-listjs', '0.2.0.beta.4' # remember to maintain list.*.js plugi
gem 'i18n-js', '~> 3.0.0.rc8'
gem 'rails-i18n'
gem 'mysql2'
gem 'mysql2', '~> 0.4.0' # for compatibility with rails 4
gem 'prawn'
gem 'prawn-table'
gem 'haml', '~> 4.0' # some breaking changes in version 5, remove this line again when fixed