From e87f7064d2e693e7a502ce71e7becc300da61b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 06:53:05 +0000 Subject: [PATCH] Bump sinatra from 3.0.6 to 3.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.0.6 to 3.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.0.6...v3.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index e142ae2..a337e54 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'rest-client', '~> 2.1' gem 'ruby-filemagic', '~> 0.7.3' gem 'sidekiq', '~> 6.5' gem 'sidekiq-cron', '~> 1.9' -gem 'sinatra', '~> 3.0' +gem 'sinatra', '~> 3.1' gem 'thin', '~> 1.8' gem 'unicorn', '~> 6.1' diff --git a/Gemfile.lock b/Gemfile.lock index afeae30..b981433 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,9 +53,9 @@ GEM racc (~> 1.4) raabro (1.4.0) racc (1.6.2) - rack (2.2.7) - rack-protection (3.0.6) - rack + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) raindrops (0.20.0) @@ -96,10 +96,10 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sinatra (3.0.6) + sinatra (3.1.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.6) + rack-protection (= 3.1.0) tilt (~> 2.0) temple (0.10.0) thin (1.8.2) @@ -107,7 +107,7 @@ GEM eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thor (1.2.1) - tilt (2.1.0) + tilt (2.2.0) timecop (0.9.7) timeout (0.3.2) tzinfo (2.0.6) @@ -140,7 +140,7 @@ DEPENDENCIES sidekiq (~> 6.5) sidekiq-cron (~> 1.9) simplecov (~> 0.22.0) - sinatra (~> 3.0) + sinatra (~> 3.1) thin (~> 1.8) timecop (~> 0.9.7) unicorn (~> 6.1)