From 4775c6129c618743f1040aa1794a078fe068b73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:15:30 +0000 Subject: [PATCH] Bump sinatra, grape and rack Bumps [sinatra](https://github.com/sinatra/sinatra), [grape](https://github.com/ruby-grape/grape) and [rack](https://github.com/rack/rack). These dependencies needed to be updated together. Updates `sinatra` from 1.4.8 to 3.0.5 - [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/v1.4.8...v3.0.5) Updates `grape` from 1.1.0 to 1.7.0 - [Release notes](https://github.com/ruby-grape/grape/releases) - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v1.1.0...v1.7.0) Updates `rack` from 1.6.13 to 2.2.6.2 - [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/1.6.13...v2.2.6.2) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: grape dependency-type: direct:production - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 51 +++++++++++++++++++++++++++------------------------ 2 files changed, 29 insertions(+), 26 deletions(-) diff --git a/Gemfile b/Gemfile index 084784a..b6cb908 100644 --- a/Gemfile +++ b/Gemfile @@ -4,8 +4,8 @@ ruby '3.1.2' gem 'dotenv', '0.11.1', :groups => [:development, :test] -gem 'rack', '1.6.13' -gem 'grape', '1.1.0' +gem 'rack', '2.2.6.2' +gem 'grape', '1.7.0' gem 'sinatra' gem 'erubi' diff --git a/Gemfile.lock b/Gemfile.lock index 00010d5..b3afcc9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,35 +14,41 @@ GEM tzinfo (~> 1.1) ansi (1.5.0) arel (9.0.0) - axiom-types (0.1.1) - descendants_tracker (~> 0.0.4) - ice_nine (~> 0.11.0) - thread_safe (~> 0.3, >= 0.3.1) builder (3.2.4) byebug (11.1.3) - coercible (1.0.0) - descendants_tracker (~> 0.0.1) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) database_cleaner-active_record (2.0.1) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - descendants_tracker (0.0.4) - thread_safe (~> 0.3, >= 0.3.1) dotenv (0.11.1) dotenv-deployment (~> 0.0.2) dotenv-deployment (0.0.2) + dry-core (1.0.0) + concurrent-ruby (~> 1.0) + zeitwerk (~> 2.6) + dry-inflector (1.0.0) + dry-logic (1.5.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0, < 2) + zeitwerk (~> 2.6) + dry-types (1.7.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0, < 2) + dry-inflector (~> 1.0, < 2) + dry-logic (>= 1.4, < 2) + zeitwerk (~> 2.6) erubi (1.12.0) ffi (1.15.5) - grape (1.1.0) + grape (1.7.0) activesupport builder + dry-types (>= 1.1) mustermann-grape (~> 1.0.0) rack (>= 1.3.0) rack-accept - virtus (>= 1.0.0) grape-swagger (0.31.1) grape (>= 0.16.2) hashie (5.0.0) @@ -50,7 +56,6 @@ GEM hashie (>= 3.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - ice_nine (0.11.2) kgio (2.11.4) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) @@ -66,12 +71,12 @@ GEM mustermann-grape (1.0.2) mustermann (>= 1.0.0) pg (1.4.5) - rack (1.6.13) + rack (2.2.6.2) rack-accept (0.4.5) rack (>= 0.4) rack-cors (1.0.6) rack (>= 1.6.0) - rack-protection (1.5.5) + rack-protection (3.0.5) rack rack-test (2.0.2) rack (>= 1.3) @@ -89,10 +94,11 @@ GEM ruby2_keywords (0.0.5) shotgun (0.9.2) rack (>= 1.0) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) + tilt (~> 2.0) thread_safe (0.3.6) tilt (2.0.11) tzinfo (1.2.11) @@ -101,10 +107,7 @@ GEM kgio (~> 2.6) rack raindrops (~> 0.7) - virtus (2.0.0) - axiom-types (~> 0.1) - coercible (~> 1.0) - descendants_tracker (~> 0.0, >= 0.0.3) + zeitwerk (2.6.6) PLATFORMS arm64-darwin-21 @@ -116,13 +119,13 @@ DEPENDENCIES database_cleaner dotenv (= 0.11.1) erubi - grape (= 1.1.0) + grape (= 1.7.0) grape-swagger (= 0.31.1) hashie-forbidden_attributes minitest minitest-reporters pg - rack (= 1.6.13) + rack (= 2.2.6.2) rack-cors rack-test racksh (= 1.0.0)