diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 5 | 
2 files changed, 0 insertions, 6 deletions
| @@ -135,7 +135,6 @@ gem 'rabl'  gem 'carrierwave', '~> 1.0'  gem 'sidekiq' -gem 'sinatra'  gem 'whenever', github: 'af83/whenever', require: false # '~> 0.9'  gem 'rake'  gem 'devise-async' diff --git a/Gemfile.lock b/Gemfile.lock index 63d78f9cd..8888549e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -509,10 +509,6 @@ GEM      simplecov-html (0.10.0)      simplecov-rcov (0.2.3)        simplecov (>= 0.4.1) -    sinatra (1.4.8) -      rack (~> 1.5) -      rack-protection (~> 1.4) -      tilt (>= 1.3, < 3)      sixarm_ruby_unaccent (1.2.0)      slim (3.0.7)        temple (~> 0.7.6) @@ -700,7 +696,6 @@ DEPENDENCIES    simple_form (~> 3.1.0)    simplecov    simplecov-rcov -  sinatra    slim-rails (~> 3.1)    spring    spring-commands-rspec | 
