From 4a5da719330f9192abb8539cd80dac999d0c766d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:48:09 +0000 Subject: [PATCH] Bump sinatra from 1.1.2 to 2.2.3 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.1.2 to 2.2.3. - [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/1.1.2...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 80b5c15..6fdf7cc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :rubygems source :rubyforge -gem 'sinatra', '1.1.2' +gem 'sinatra', '2.2.3' gem 'sinatra-mongoid', :require => 'sinatra/mongoid' gem "bson_ext", "1.1.5" diff --git a/Gemfile.lock b/Gemfile.lock index 4ad80f3..ba1fcdb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,4 @@ GEM - remote: http://rubygems.org/ remote: http://rubygems.org/ specs: activemodel (3.0.3) @@ -21,7 +20,11 @@ GEM mongo (~> 1.1.5) tzinfo (~> 0.3.22) will_paginate (~> 3.0.pre) - rack (1.2.1) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) + rack (2.2.4) + rack-protection (2.2.3) + rack rack-test (0.5.7) rack (>= 1.0) rspec (2.4.0) @@ -32,14 +35,17 @@ GEM rspec-expectations (2.4.0) diff-lcs (~> 1.1.2) rspec-mocks (2.4.0) - sinatra (1.1.2) - rack (~> 1.1) - tilt (~> 1.2) + ruby2_keywords (0.0.5) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) + tilt (~> 2.0) sinatra-mongoid (0.0.2) mongo_ext mongoid sinatra - tilt (1.2.2) + tilt (2.0.11) tzinfo (0.3.24) will_paginate (3.0.pre2) yajl-ruby (0.7.9) @@ -52,6 +58,6 @@ DEPENDENCIES bson_ext (= 1.1.5) rack-test rspec (= 2.4.0) - sinatra (= 1.1.2) + sinatra (= 2.2.3) sinatra-mongoid yajl-ruby