From 65ac42b557b70be63745aa90dd4881d5a3fc79a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 18:34:33 +0000 Subject: [PATCH] build(deps): bump sinatra, rack and sinatra-contrib Bumps [sinatra](https://github.com/sinatra/sinatra), [rack](https://github.com/rack/rack) 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 `rack` from 2.1.4 to 2.2.6.4 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.1.4...v2.2.6.4) 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: rack dependency-type: direct:development - dependency-name: sinatra-contrib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 6 +++--- Gemfile.lock | 36 ++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 2e2f888..f90ea19 100644 --- a/Gemfile +++ b/Gemfile @@ -6,8 +6,8 @@ gem 'rake', '~> 13.0.0' # webframework gem 'haml', '~> 5.1.2' gem 'sass', '~> 3.7.4' -gem 'sinatra', '~> 2.0.7' -gem 'sinatra-contrib', '~> 2.0.7' +gem 'sinatra', '~> 3.0.6' +gem 'sinatra-contrib', '~> 3.0.6' # ical lib gem 'icalendar', '~> 2.5.3' # parsing @@ -18,7 +18,7 @@ group :development do gem 'inch', '~> 0.8.0' gem 'mime-types', '~> 3.2.2' # 1.9.3 force gem 'nokogiri', '~> 1.13.4' - gem 'rack', '~> 2.1.4' + gem 'rack', '~> 2.2.6' gem 'rack-test', '~> 0.6.3' gem 'rspec', '~> 3.8.0' gem 'rubocop', '~> 0.76.0' diff --git a/Gemfile.lock b/Gemfile.lock index 259521e..f0fa0fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,6 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) - backports (3.15.0) bond (0.5.1) coderay (1.1.2) connection_pool (2.2.3) @@ -46,8 +45,9 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2020.1104) mini_portile2 (2.8.0) - multi_json (1.14.1) - mustermann (1.0.3) + multi_json (1.15.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) net-http-digest_auth (1.4.1) net-http-persistent (4.0.1) connection_pool (~> 2.2) @@ -63,8 +63,8 @@ GEM method_source (~> 0.9.0) public_suffix (4.0.6) racc (1.6.0) - rack (2.1.4) - rack-protection (2.0.7) + rack (2.2.6.4) + rack-protection (3.0.6) rack rack-test (0.6.3) rack (>= 1.0) @@ -102,6 +102,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) @@ -113,23 +114,22 @@ GEM 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) sparkr (0.4.1) temple (0.8.2) term-ansicolor (1.7.1) tins (~> 1.0) - tilt (2.0.10) + tilt (2.1.0) tins (1.20.3) tux (0.3.0) ripl (>= 0.3.5) @@ -159,15 +159,15 @@ DEPENDENCIES mechanize (~> 2.7.7) mime-types (~> 3.2.2) nokogiri (~> 1.13.4) - rack (~> 2.1.4) + rack (~> 2.2.6) rack-test (~> 0.6.3) rake (~> 13.0.0) rspec (~> 3.8.0) rubocop (~> 0.76.0) sass (~> 3.7.4) simplecov (~> 0.16.1) - sinatra (~> 2.0.7) - sinatra-contrib (~> 2.0.7) + sinatra (~> 3.0.6) + sinatra-contrib (~> 3.0.6) term-ansicolor (~> 1.7.1) tins (~> 1.20.2) tux (~> 0.3.0)