From fb2a2556b54288de4dbff50923eb7293df7aa2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 02:10:13 +0000 Subject: [PATCH] Bump sinatra from 3.0.6 to 3.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.0.6 to 3.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.0.6...v3.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index e4a9542..90de0c1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'cf-app-utils' -gem 'sinatra', "3.0.6" +gem 'sinatra', "3.1.0" gem 'redis' gem 'tttls1.3', '>=0.2.15' gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 87eaca6..c841866 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,9 +8,9 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) openssl (3.1.0) - rack (2.2.6.4) - rack-protection (3.0.6) - rack + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (2.0.2) rack (>= 1.3) redis (4.5.1) @@ -28,12 +28,12 @@ GEM rspec-support (~> 3.12.0) rspec-support (3.12.0) ruby2_keywords (0.0.5) - sinatra (3.0.6) + sinatra (3.1.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.6) + rack-protection (= 3.1.0) tilt (~> 2.0) - tilt (2.1.0) + tilt (2.2.0) tttls1.3 (0.2.19) logger openssl @@ -48,6 +48,6 @@ DEPENDENCIES rack-test redis rspec - sinatra (= 3.0.6) + sinatra (= 3.1.0) tttls1.3 (>= 0.2.15) webrick (~> 1.8)