about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-12-06 07:04:49 +0100
committerYamagishi Kazutoshi <ykzts@desire.sh>2017-12-06 15:04:49 +0900
commit42bcbd36b72c7ddc5ae1ecced09614863ca382bd (patch)
tree851a64a7930cccdcda924bc12f0493e3fb22ecf1 /Gemfile
parent0393a64a90c2dee17e7a9d0c1481fd4155825b85 (diff)
Remove rabl dependency (#5894)
* Remove rabl dependency

* Replicate old Oj configuration
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d0b7aaef1..e43b1a256 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,7 +49,6 @@ gem 'oj', '~> 3.3'
 gem 'ostatus2', '~> 2.0'
 gem 'ox', '~> 2.8'
 gem 'pundit', '~> 1.1'
-gem 'rabl', '~> 0.13'
 gem 'rack-attack', '~> 5.0'
 gem 'rack-cors', '~> 0.4', require: 'rack/cors'
 gem 'rack-timeout', '~> 0.4'