From a08caa0a513b4ce035268c819c5627c22ca2cdfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:10:28 +0000 Subject: [PATCH] Bump sinatra and sinatra-contrib 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 1.4.8 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/v1.4.8...v2.2.0) Updates `sinatra-contrib` from 1.4.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/v1.4.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] --- Gemfile | 4 ++-- Gemfile.lock | 36 ++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index a7809c6..4a0e33a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source 'https://rubygems.org' ruby '~> 2.6.3' -gem 'sinatra', '~> 1.4.4' -gem 'sinatra-contrib', '~> 1.4.2' +gem 'sinatra', '~> 2.2.0' +gem 'sinatra-contrib', '~> 2.2.0' gem 'sinatra-flash', '~> 0.3.0' gem 'ims-lti', '~> 1.1.4' gem 'dm-core' diff --git a/Gemfile.lock b/Gemfile.lock index 6cc6fd7..a387992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,6 @@ GEM specs: addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - backports (3.18.1) builder (3.2.4) data_objects (0.10.17) addressable (~> 2.1) @@ -30,26 +29,27 @@ GEM builder oauth (>= 0.4.5, < 0.6) json (1.8.6) - multi_json (1.14.1) + multi_json (1.15.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) oauth (0.5.4) pg (1.2.3) public_suffix (4.0.5) - rack (1.6.13) - rack-protection (1.5.5) + rack (2.2.3) + rack-protection (2.2.0) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - sinatra-contrib (1.4.7) - backports (>= 2.0) + ruby2_keywords (0.0.5) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) + sinatra-contrib (2.2.0) multi_json - rack-protection - rack-test - sinatra (~> 1.4.0) - tilt (>= 1.3, < 3) + mustermann (~> 1.0) + rack-protection (= 2.2.0) + sinatra (= 2.2.0) + tilt (~> 2.0) sinatra-flash (0.3.0) sinatra (>= 1.0.0) tilt (2.0.10) @@ -66,8 +66,8 @@ DEPENDENCIES ims-lti (~> 1.1.4) json (~> 1.8.6) pg - sinatra (~> 1.4.4) - sinatra-contrib (~> 1.4.2) + sinatra (~> 2.2.0) + sinatra-contrib (~> 2.2.0) sinatra-flash (~> 0.3.0) RUBY VERSION