From c6778cbd5c9bc56ccf9a0378cc9b863952de6db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:41:21 +0000 Subject: [PATCH] Bump sinatra from 2.2.0 to 2.2.3 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] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 6409009..cd03879 100644 --- a/Gemfile +++ b/Gemfile @@ -15,4 +15,4 @@ group :development do gem 'stringex', '~> 1.4.0' end -gem 'sinatra', '~> 2.2.0' +gem 'sinatra', '~> 2.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 2843ac1..5775557 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM rb-inotify (>= 0.9) mercenary (0.3.5) multi_json (1.11.0) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) octopress-date-format (2.0.2) jekyll (~> 2.0) @@ -77,8 +77,8 @@ GEM pygments.rb (0.6.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) - rack (2.2.3) - rack-protection (2.2.0) + rack (2.2.4) + rack-protection (2.2.3) rack rake (12.3.3) rb-fsevent (0.9.5) @@ -91,14 +91,14 @@ GEM sass (3.4.14) sass-globbing (1.0.0) sass (>= 3.1) - 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) stringex (1.4.0) temple (0.8.2) - tilt (2.0.10) + tilt (2.0.11) timers (4.0.1) hitimes toml (0.1.2) @@ -120,7 +120,7 @@ DEPENDENCIES rb-fsevent (~> 0.9) rdiscount (~> 2.0) sass-globbing (~> 1.0.0) - sinatra (~> 2.2.0) + sinatra (~> 2.2.3) stringex (~> 1.4.0) BUNDLED WITH