diff options
| author | Luc Donnet | 2018-02-27 23:33:57 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2018-02-27 23:33:57 +0100 | 
| commit | 81329be5b2662706cf32db000adba27d176e44b8 (patch) | |
| tree | 23905bc618d48b1ce33fc02c96b6bfd73a53dd48 | |
| parent | ca9fd5d4f09c04875092904f4c1961e3e82b6c3b (diff) | |
| download | chouette-core-5878-fix-ComplianceChecksController-show.tar.bz2 | |
Delete unused sinatra gem in Gemfile5878-fix-ComplianceChecksController-show
| -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 | 
