Remove sinatra

This commit is contained in:
Subin T P 2019-08-21 20:29:57 +05:30 committed by GitHub
parent 2a335df49c
commit 1ae1370825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ gem 'responders'
gem 'kaminari' gem 'kaminari'
gem 'rack-cors', :require => 'rack/cors' gem 'rack-cors', :require => 'rack/cors'
gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on' gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on'
gem 'sinatra', github: 'sinatra' #gem 'sinatra', github: 'sinatra'
gem 'wisper', '2.0.0' gem 'wisper', '2.0.0'
gem 'nightfury', '~> 1.0', '>= 1.0.1' gem 'nightfury', '~> 1.0', '>= 1.0.1'
gem 'redis-namespace' gem 'redis-namespace'