From 5d80f829a706da95ed57f5cda40b261c63935f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:54:57 +0000 Subject: [PATCH] Bump sinatra from 2.0.4 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 to 2.2.0. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.4...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 0735f08..6947f9a 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ gem 'sidekiq', '=5.2.5' #move discovery job to background gem 'rake', '=12.3.3' gem 'sidekiq-batch' #gem 'sidekiq-status' -gem 'sinatra', '= 2.0.4' #require for sidekiq web +gem 'sinatra', '2.2.0' #require for sidekiq web ############################################################################### gem "secure_headers", require: 'secure_headers' diff --git a/Gemfile.lock b/Gemfile.lock index dc3fc8e..3ecf173 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) - rack-protection (2.0.4) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -219,7 +219,7 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) rubyXL (3.3.33) nokogiri (>= 1.4.4) rubyzip (>= 1.1.6) @@ -263,10 +263,10 @@ GEM sidekiq (>= 3) simpleidn (0.2.1) unf (~> 0.1.4) - sinatra (2.0.4) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) sorted_set (1.0.3) rbtree @@ -373,7 +373,7 @@ DEPENDENCIES server-generated-popups sidekiq (= 5.2.5) sidekiq-batch - sinatra (= 2.0.4) + sinatra (= 2.2.0) spring spring-watcher-listen (~> 2.0.0) turbolinks (~> 5)