diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-12-20 11:07:31 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-12-20 11:08:11 +0100 |
commit | 575d706fe0b624d1b1bab81b806015a539ac27ad (patch) | |
tree | 7af3c5de2f0b9aaa016b3027747bb592bd126dcc /Gemfile | |
parent | Match integration test to contents of fixture repo (diff) | |
download | packages-5-575d706fe0b624d1b1bab81b806015a539ac27ad.tar.gz packages-5-575d706fe0b624d1b1bab81b806015a539ac27ad.tar.bz2 packages-5-575d706fe0b624d1b1bab81b806015a539ac27ad.zip |
Update to latest Rails/Rack versions
Required for https://www.openwall.com/lists/oss-security/2019/12/18/2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ gem 'uglifier', '>= 1.3.0' # gem 'coffee-rails', '~> 4.1.0' # See https://github.com/rails/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby +gem 'sprockets', '~> 3.0' # Use jquery as the JavaScript library gem 'jquery-rails', '~> 4.3.5' |