diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-08-18 15:49:51 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-08-18 15:49:51 +0200 |
commit | 6deb9f966eb9a280cc16428ba9324ffc15ea60a8 (patch) | |
tree | ec3574856544cad4766a6bb93905089d8086db0a /Gemfile | |
parent | 10ba09f5466fe3d34a5ed78202c35f4e4f9d30e6 (diff) |
Live timelines using ActionCable
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index a0c8de164..6b6ded4d8 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,6 @@ gem 'onebox' gem 'simple_form' gem 'will_paginate' gem 'rack-attack' -gem 'turbolinks' gem 'sidekiq' gem 'sinatra', require: nil, github: 'sinatra' @@ -66,5 +65,5 @@ group :production do end group :development, :production do - gem 'rack-mini-profiler', require: false + gem 'rack-mini-profiler' end |