From ee1950a88097fe46e0f72696ec209c55f01607ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 18:38:07 +0000 Subject: [PATCH] Bump sinatra and sinatra-contrib Bumps [sinatra](https://github.com/sinatra/sinatra) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `sinatra` from 2.0.7 to 3.0.6 - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.7...v3.0.6) Updates `sinatra-contrib` from 2.0.7 to 3.0.6 - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.7...v3.0.6) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: sinatra-contrib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 974879dd..134ae94b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' -gem 'sinatra', '~> 2.0.7' -gem 'sinatra-contrib', '~> 2.0.7' +gem 'sinatra', '~> 3.0.6' +gem 'sinatra-contrib', '~> 3.0.6' gem 'nokogiri', '~> 1.10.8' gem 'mongo', '~> 2.10.1' gem 'puma', '~> 4.3.5' diff --git a/Gemfile.lock b/Gemfile.lock index 3cfb959c..c0d5d739 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,6 @@ GEM specs: airbrussh (1.3.3) sshkit (>= 1.6.1, != 1.7.0) - backports (3.15.0) bson (4.5.0) capistrano (3.11.0) airbrussh (>= 1.0.0) @@ -30,8 +29,9 @@ GEM mini_portile2 (2.4.0) mongo (2.10.1) bson (>= 4.4.2, < 5.0.0) - multi_json (1.13.1) - mustermann (1.0.3) + multi_json (1.15.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) @@ -43,8 +43,8 @@ GEM method_source (~> 0.9.0) puma (4.3.5) nio4r (~> 2.0) - rack (2.2.3) - rack-protection (2.0.7) + rack (2.2.6.4) + rack-protection (3.0.6) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -62,27 +62,27 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) + ruby2_keywords (0.0.5) simplecov (0.17.0) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sinatra (2.0.7) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.7) + sinatra (3.0.6) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.6) tilt (~> 2.0) - sinatra-contrib (2.0.7) - backports (>= 2.8.2) + sinatra-contrib (3.0.6) multi_json - mustermann (~> 1.0) - rack-protection (= 2.0.7) - sinatra (= 2.0.7) + mustermann (~> 3.0) + rack-protection (= 3.0.6) + sinatra (= 3.0.6) tilt (~> 2.0) sshkit (1.20.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - tilt (2.0.9) + tilt (2.1.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) @@ -101,8 +101,8 @@ DEPENDENCIES rack-test (~> 1.1.0) rspec (~> 3.8.0) simplecov (~> 0.17.0) - sinatra (~> 2.0.7) - sinatra-contrib (~> 2.0.7) + sinatra (~> 3.0.6) + sinatra-contrib (~> 3.0.6) tzinfo (~> 2.0) BUNDLED WITH