mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
bump rabl
This commit is contained in:
@@ -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'
|
||||
|
||||
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user