From 5b23e77d0333d83d52b42343a3cece8adde16a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:55:45 +0000 Subject: [PATCH] Bump sinatra and sinatra-contrib in /07-team-work/api Bumps [sinatra](https://github.com/sinatra/sinatra) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `sinatra` from 2.0.7 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.7...v2.2.0) Updates `sinatra-contrib` from 2.0.7 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.7...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: sinatra-contrib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 07-team-work/api/Gemfile | 4 ++-- 07-team-work/api/Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/07-team-work/api/Gemfile b/07-team-work/api/Gemfile index b358c6f..ec14c96 100644 --- a/07-team-work/api/Gemfile +++ b/07-team-work/api/Gemfile @@ -5,8 +5,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } ruby "2.6.6" -gem "sinatra", "~> 2.0" -gem "sinatra-contrib", "~> 2.0" +gem "sinatra", "~> 2.2" +gem "sinatra-contrib", "~> 2.2" gem "sqlite3", "~> 1.4" diff --git a/07-team-work/api/Gemfile.lock b/07-team-work/api/Gemfile.lock index 09e9e51..2f97bd6 100644 --- a/07-team-work/api/Gemfile.lock +++ b/07-team-work/api/Gemfile.lock @@ -1,37 +1,37 @@ GEM remote: https://rubygems.org/ specs: - backports (3.15.0) - multi_json (1.13.1) - mustermann (1.0.3) + multi_json (1.15.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) nio4r (2.5.2) puma (4.3.5) nio4r (~> 2.0) rack (2.2.3) - rack-protection (2.0.7) + rack-protection (2.2.0) rack - sinatra (2.0.7) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.7) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - sinatra-contrib (2.0.7) - backports (>= 2.8.2) + sinatra-contrib (2.2.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.7) - sinatra (= 2.0.7) + rack-protection (= 2.2.0) + sinatra (= 2.2.0) tilt (~> 2.0) sqlite3 (1.4.1) - tilt (2.0.9) + tilt (2.0.10) PLATFORMS ruby DEPENDENCIES puma (~> 4.3) - sinatra (~> 2.0) - sinatra-contrib (~> 2.0) + sinatra (~> 2.2) + sinatra-contrib (~> 2.2) sqlite3 (~> 1.4) RUBY VERSION