From bdfef8e4f66a72fc06484572765f7d5f5afdc673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:17:03 +0000 Subject: [PATCH] build(deps): bump sinatra from 2.1.0 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 10b30b0..762aac6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'sinatra', '~> 2.0' +gem 'sinatra', '~> 2.2' group :test do gem 'capybara', '~> 2.16' diff --git a/Gemfile.lock b/Gemfile.lock index 8d9380b..377c0d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM mini_portile2 (~> 2.4.0) public_suffix (4.0.6) rack (2.2.3) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -36,11 +36,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - ruby2_keywords (0.0.2) - sinatra (2.1.0) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) rack (~> 2.2) - rack-protection (= 2.1.0) + rack-protection (= 2.2.0) tilt (~> 2.0) tilt (2.0.10) xpath (3.2.0) @@ -52,7 +52,7 @@ PLATFORMS DEPENDENCIES capybara (~> 2.16) rspec (~> 3.4) - sinatra (~> 2.0) + sinatra (~> 2.2) BUNDLED WITH 2.1.4