diff --git a/Gemfile b/Gemfile index f386480e05c..f705ef08244 100644 --- a/Gemfile +++ b/Gemfile @@ -101,11 +101,11 @@ gem 'bcrypt', '~> 3.1.6' gem 'multi_json', '~> 1.13.1' gem 'oj', '~> 3.7.0' -# We rely on this specific version, which is the latest as of now (end of 2016), +# We rely on this specific version, which is the latest as of now (start of 2019), # because we have to apply to it a bugfix which could break things in other versions. # This can be removed as soon as said bugfix is integrated into rabl itself. # See: config/initializers/rabl_hack.rb -gem 'rabl', '~> 0.13.0' +gem 'rabl', '~> 0.14.0' gem 'daemons' gem 'delayed_job_active_record', '~> 4.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index fcd583b70ae..d535c24b480 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -596,7 +596,7 @@ GEM pry (>= 0.9.11) public_suffix (3.0.3) puma (3.12.0) - rabl (0.13.1) + rabl (0.14.0) activesupport (>= 2.3.14) rack (2.0.6) rack-accept (0.4.5) @@ -936,7 +936,7 @@ DEPENDENCIES pry-rescue (~> 1.5.0) pry-stack_explorer (~> 0.4.9.2) puma (~> 3.12.0) - rabl (~> 0.13.0) + rabl (~> 0.14.0) rack-attack (~> 5.4.2) rack-mini-profiler rack-protection (~> 2.0.0)