From 02a51d823a854c473b207f9d34da84cf6fb47db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:11:38 +0000 Subject: [PATCH] Bump sinatra from 2.0.2 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.2 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.2...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 0684cb5..9e63f7f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby "2.4.5" gem "rack", "~> 2.1", ">= 2.1.4" gem "yajl-ruby" gem "librato-metrics", "~> 1.3.0" -gem "sinatra", "2.0.2" +gem "sinatra", "2.2.0" gem "puma", "~> 3.12.6" gem "rack-timeout" gem "rack-ssl", ">= 1.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index c74a7f3..a0c43bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM public_suffix (4.0.6) puma (3.12.6) rack (2.2.3) - rack-protection (2.0.2) + rack-protection (2.2.0) rack rack-ssl (1.4.1) rack @@ -70,12 +70,12 @@ GEM rubocop (>= 0.90.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.10.1) - ruby2_keywords (0.0.2) + ruby2_keywords (0.0.5) scrolls (0.3.3) - sinatra (2.0.2) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.2) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) standard (0.10.1) rubocop (= 1.4.2) @@ -105,7 +105,7 @@ DEPENDENCIES rollbar rspec scrolls (= 0.3.3) - sinatra (= 2.0.2) + sinatra (= 2.2.0) standard uri-handler webmock