From 1f05728033a4b231a8a909e51d63206157631b7c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 21 Oct 2016 00:01:50 +0200 Subject: [PATCH] Remove sinatra dependency Not needed anymore with sidekiq 4.2 closes #7153 --- Gemfile | 1 - Gemfile.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/Gemfile b/Gemfile index 4cd121d5f..5398486a4 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,6 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha" # Background processing gem "sidekiq", "4.2.2" -gem "sinatra", "1.4.7" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index 73647a05c..81b0ebf95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -802,10 +802,6 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - sinatra (1.4.7) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) sinon-rails (1.15.0) railties (>= 3.1) slop (3.6.0) @@ -1034,7 +1030,6 @@ DEPENDENCIES sidekiq-cron (= 0.4.4) simple_captcha2 (= 0.4.0) simplecov (= 0.12.0) - sinatra (= 1.4.7) sinon-rails (= 1.15.0) spring (= 2.0.0) spring-commands-cucumber (= 1.0.1)