From 362c562207402d33fa3a88b07b489b26e27f1163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:00:58 +0000 Subject: [PATCH] Bump sinatra from 2.2.0 to 2.2.3 in /ruby-audit-logs-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-audit-logs-example/Gemfile | 2 +- ruby-audit-logs-example/Gemfile.lock | 28 +++++++++++----------------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/ruby-audit-logs-example/Gemfile b/ruby-audit-logs-example/Gemfile index 149711a..65449c0 100644 --- a/ruby-audit-logs-example/Gemfile +++ b/ruby-audit-logs-example/Gemfile @@ -3,6 +3,6 @@ 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-audit-logs-example/Gemfile.lock b/ruby-audit-logs-example/Gemfile.lock index af6a3a5..cc0b5ce 100644 --- a/ruby-audit-logs-example/Gemfile.lock +++ b/ruby-audit-logs-example/Gemfile.lock @@ -1,26 +1,21 @@ GEM remote: https://rubygems.org/ specs: - coderay (1.1.3) dotenv (2.7.6) - method_source (1.0.0) - mustermann (1.1.2) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) - rack (2.2.4) - rack-protection (2.2.0) + rack (2.2.6.4) + 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.10667) - tilt (2.0.11) - workos (2.9.0) + sorbet-runtime (0.5.10741) + tilt (2.1.0) + workos (2.12.0) sorbet-runtime (~> 0.5) PLATFORMS @@ -28,9 +23,8 @@ PLATFORMS DEPENDENCIES dotenv (= 2.7.6) - pry - sinatra (= 2.2.0) - workos (= 2.9.0) + sinatra (= 2.2.3) + workos (= 2.12.0) BUNDLED WITH 2.3.19