From a0b77c48b9ee31cd32f2dd7c08e576cd9b931947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:54:35 +0000 Subject: [PATCH] Bump sinatra from 2.0.4 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 to 2.2.0. - [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.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a38fcb6..15f2346 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' ruby "3.1.2" -gem 'sinatra', '~> 2.1.0' +gem 'sinatra', '~> 2.2.0' gem 'openactive', :git => "https://github.com/howaskew/openactive.rb.git", :branch => "master" gem 'redis', '~> 3.3', '>= 3.3.1' gem 'local-geocoder' diff --git a/Gemfile.lock b/Gemfile.lock index a2a26a0..d949c71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM puma (5.6.5) nio4r (~> 2.0) rack (2.2.4) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rack-test (0.6.3) rack (>= 1.0) @@ -86,10 +86,10 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sinatra (2.1.0) + sinatra (2.2.0) mustermann (~> 1.0) rack (~> 2.2) - rack-protection (= 2.1.0) + rack-protection (= 2.2.0) tilt (~> 2.0) sync (0.5.0) term-ansicolor (1.7.1) @@ -121,7 +121,7 @@ DEPENDENCIES redis (~> 3.3, >= 3.3.1) redis-namespace rspec (~> 3.6) - sinatra (~> 2.1.0) + sinatra (~> 2.2.0) webmock (~> 2.1) RUBY VERSION