From e57bb5d6809e6a2b0792389294522dd312353785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:16:42 +0000 Subject: [PATCH] Update sinatra requirement from = 1.4.6 to = 2.2.0 Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. - [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.6...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++++------- ploy.gemspec | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index e56f498..7ae1da3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' gem 'aws-sdk-v1', '1.64' gem 'fpm', '1.12.0' -gem 'sinatra', '1.4.6' +gem 'sinatra', '2.2.0' gem 'nokogiri', '1.10.0' group :test do gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index f0cc5b3..e3cddff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,6 +35,8 @@ GEM json (1.8.6) mini_portile2 (2.4.0) mustache (0.99.8) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) nokogiri (1.10.0) mini_portile2 (~> 2.4.0) pleaserun (0.0.32) @@ -44,8 +46,8 @@ GEM insist mustache (= 0.99.8) stud - rack (1.6.13) - rack-protection (1.5.5) + rack (2.2.3) + rack-protection (2.2.0) rack rchardet (1.8.0) rspec (3.10.0) @@ -67,10 +69,12 @@ GEM ruby-xz (0.2.3) ffi (~> 1.9) io-like (~> 0.3) - sinatra (1.4.6) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + ruby2_keywords (0.0.5) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) sorcerer (2.0.1) stud (0.0.23) tilt (2.0.10) @@ -84,7 +88,7 @@ DEPENDENCIES nokogiri (= 1.10.0) rspec rspec-given - sinatra (= 1.4.6) + sinatra (= 2.2.0) BUNDLED WITH 2.2.17 diff --git a/ploy.gemspec b/ploy.gemspec index fb1ab95..ebc364d 100644 --- a/ploy.gemspec +++ b/ploy.gemspec @@ -9,6 +9,6 @@ Gem::Specification.new do |s| s.files += Dir['lib/**/*.rb'] s.add_runtime_dependency 'aws-sdk-v1', '1.64' s.add_runtime_dependency 'fpm', '1.12.0' - s.add_runtime_dependency 'sinatra', '1.4.6' + s.add_runtime_dependency 'sinatra', '2.2.0' s.executables << 'ploy' end