From 447cfef62d74a670ddd600c0240f41746ac2fe0a Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 11 Mar 2016 16:47:36 +0100 Subject: Improving feed queries, switching API to doorkeeper authentication --- Gemfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 49ec1888e..62a0e1478 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,12 @@ gem 'rails_autolink' gem 'doorkeeper' gem 'rabl' gem 'oj' +gem 'hiredis' gem 'redis', '~>3.2' +gem 'fast_blank' +gem 'htmlentities' +gem 'message_bus' +gem 'onebox' group :development, :test do gem 'rspec-rails' @@ -51,6 +56,7 @@ group :development do gem 'rubocop', require: false gem 'better_errors' gem 'binding_of_caller' + gem 'rack-mini-profiler' end group :production do -- cgit