From 35ae81d1be6b5176c293c9ae17b28e210cb06c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:03:20 +0000 Subject: [PATCH] Bump sinatra from 1.3.5 to 2.2.0 in /api/ruby/basics-of-authentication Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.5 to 2.2.0. - [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/1.3.5...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/ruby/basics-of-authentication/Gemfile | 2 +- .../basics-of-authentication/Gemfile.lock | 20 +++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/api/ruby/basics-of-authentication/Gemfile b/api/ruby/basics-of-authentication/Gemfile index 4f35dd6b0..d3b3c29c2 100644 --- a/api/ruby/basics-of-authentication/Gemfile +++ b/api/ruby/basics-of-authentication/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" -gem 'sinatra', '~> 1.3.5' +gem 'sinatra', '~> 2.2.0' gem 'rest-client', '~> 1.8.0' diff --git a/api/ruby/basics-of-authentication/Gemfile.lock b/api/ruby/basics-of-authentication/Gemfile.lock index 9303b5c71..59573405a 100644 --- a/api/ruby/basics-of-authentication/Gemfile.lock +++ b/api/ruby/basics-of-authentication/Gemfile.lock @@ -6,19 +6,23 @@ GEM http-cookie (1.0.3) domain_name (~> 0.5) mime-types (2.99.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) netrc (0.11.0) - rack (1.6.13) - rack-protection (1.3.2) + rack (2.2.3) + rack-protection (2.2.0) rack rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) - sinatra (1.3.5) - rack (~> 1.4) - rack-protection (~> 1.3) - tilt (~> 1.3, >= 1.3.3) - tilt (1.3.3) + ruby2_keywords (0.0.5) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) + tilt (2.0.10) unf (0.1.4) unf_ext unf_ext (0.0.7.6) @@ -28,7 +32,7 @@ PLATFORMS DEPENDENCIES rest-client (~> 1.8.0) - sinatra (~> 1.3.5) + sinatra (~> 2.2.0) BUNDLED WITH 1.17.2