From 090e6d2a1ec891a0c12d55a02e53b219b6ed701b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:00:59 +0000 Subject: [PATCH] Bump sinatra from 2.2.0 to 2.2.3 in /ruby-mfa-example Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 2.2.3. - [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/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ruby-mfa-example/Gemfile | 2 +- ruby-mfa-example/Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ruby-mfa-example/Gemfile b/ruby-mfa-example/Gemfile index ff2fcde..9e1b357 100644 --- a/ruby-mfa-example/Gemfile +++ b/ruby-mfa-example/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem 'dotenv', '2.7.6' -gem 'sinatra', '2.2.0' +gem 'sinatra', '2.2.3' gem 'workos', '2.12.0' diff --git a/ruby-mfa-example/Gemfile.lock b/ruby-mfa-example/Gemfile.lock index 882d259..4553498 100644 --- a/ruby-mfa-example/Gemfile.lock +++ b/ruby-mfa-example/Gemfile.lock @@ -2,16 +2,16 @@ GEM remote: https://rubygems.org/ specs: dotenv (2.7.6) - mustermann (1.1.2) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) rack (2.2.6.4) - rack-protection (2.2.0) + rack-protection (2.2.3) rack ruby2_keywords (0.0.5) - sinatra (2.2.0) - mustermann (~> 1.0) + sinatra (2.2.3) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.2.0) + rack-protection (= 2.2.3) tilt (~> 2.0) sorbet-runtime (0.5.10741) tilt (2.1.0) @@ -23,7 +23,7 @@ PLATFORMS DEPENDENCIES dotenv (= 2.7.6) - sinatra (= 2.2.0) + sinatra (= 2.2.3) workos (= 2.12.0) BUNDLED WITH