From 032d9bb86dae75651a293ad08129a27cb4f60e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 09:19:53 +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.2 to 3.0.5 - [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.2...v3.0.5) Updates `sinatra-contrib` from 2.0.2 to 3.0.5 - [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.2...v3.0.5) --- 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 | 40 ++++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index f4c0cbb..bb047af 100644 --- a/Gemfile +++ b/Gemfile @@ -11,8 +11,8 @@ gem 'rest-client', '~> 2.0' gem 'serrano' gem 'sidekiq' gem 'sidekiq_status' -gem 'sinatra', '2.0.2' -gem 'sinatra-contrib', '2.0.2' +gem 'sinatra', '3.0.5' +gem 'sinatra-contrib', '3.0.5' gem 'twitter' gem 'unicorn', '5.3.1' gem 'pry-byebug' diff --git a/Gemfile.lock b/Gemfile.lock index 81241b1..2775abe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,6 @@ GEM json (~> 1.8) rake (~> 10.4) aws_cf_signer (0.1.3) - backports (2.8.2) bibtex-ruby (6.0.0) latex-decode (~> 0.0) buftok (0.2.0) @@ -91,10 +90,11 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) mini_portile2 (2.5.1) - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) - mustermann (1.0.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) naught (1.1.0) netrc (0.11.0) nokogiri (1.11.4) @@ -111,11 +111,11 @@ GEM pry (~> 0.10) public_suffix (4.0.1) racc (1.5.2) - rack (2.1.4.3) - rack-protection (2.0.2) + rack (2.2.6.3) + rack-protection (3.0.5) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) raindrops (0.19.0) rake (10.5.0) redcarpet (3.5.1) @@ -138,6 +138,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) + ruby2_keywords (0.0.5) rugged (0.28.3.1) safe_yaml (1.0.5) sawyer (0.8.2) @@ -156,21 +157,20 @@ GEM sidekiq_status (1.2.0) sidekiq (>= 3.3, < 5) simple_oauth (0.3.1) - sinatra (2.0.2) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.2) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) tilt (~> 2.0) - sinatra-contrib (2.0.2) - backports (~> 2.8.2) + sinatra-contrib (3.0.5) multi_json - mustermann (~> 1.0) - rack-protection (= 2.0.2) - sinatra (= 2.0.2) - tilt (>= 1.3, < 3) + mustermann (~> 3.0) + rack-protection (= 3.0.5) + sinatra (= 3.0.5) + tilt (~> 2.0) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.1.0) twitter (6.2.0) addressable (~> 2.3) buftok (~> 0.2.0) @@ -212,8 +212,8 @@ DEPENDENCIES serrano sidekiq sidekiq_status - sinatra (= 2.0.2) - sinatra-contrib (= 2.0.2) + sinatra (= 3.0.5) + sinatra-contrib (= 3.0.5) twitter unicorn (= 5.3.1) webmock