From 29adda3e5ad60deaf77ed0ace159249dd4e2a322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:21:36 +0000 Subject: [PATCH] Bump sinatra from 2.0.4 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 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.0.4...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 1a5f4c0b..ab48cdd1 100644 --- a/Gemfile +++ b/Gemfile @@ -148,7 +148,7 @@ group :test do gem "selenium-webdriver", "~> 3.141" gem "shoulda-matchers", "4.0.0.rc1", require: false gem "simplecov", "~> 0.16", require: false - gem "sinatra", "~> 2.0" + gem "sinatra", "~> 2.2" gem "stackprof", "~> 0.2", require: false, platforms: :ruby gem "stripe-ruby-mock", "~> 2.5", require: "stripe_mock" gem "test-prof", "~> 0.7" diff --git a/Gemfile.lock b/Gemfile.lock index c7c050cf..9468021b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -605,7 +605,8 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) - mustermann (1.0.3) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) nakayoshi_fork (0.0.4) naught (1.1.0) nenv (0.3.0) @@ -674,10 +675,10 @@ GEM rest-client pusher-signature (0.1.8) raabro (1.1.6) - rack (2.0.6) + rack (2.2.4) rack-host-redirect (1.3.0) rack - rack-protection (2.0.4) + rack-protection (2.2.3) rack rack-proxy (0.6.5) rack @@ -783,6 +784,7 @@ GEM rubocop (>= 0.60.0) ruby-prof (0.17.0) ruby-progressbar (1.10.0) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (1.2.2) s3_direct_upload (0.1.7) @@ -836,10 +838,10 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sinatra (2.0.4) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) sitemap_generator (6.0.2) builder (~> 3.0) @@ -875,7 +877,7 @@ GEM test-prof (0.7.3) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.11) timber (2.6.2) msgpack (~> 1.0) timecop (0.9.1) @@ -1055,7 +1057,7 @@ DEPENDENCIES share_meow_client (~> 0.1) shoulda-matchers (= 4.0.0.rc1) simplecov (~> 0.16) - sinatra (~> 2.0) + sinatra (~> 2.2) sitemap_generator (~> 6.0) skylight (~> 3.1) slack-notifier (~> 2.3)