From 045f90f2f2b658edca7a2385b9d30a0c37c105c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:02:37 +0000 Subject: [PATCH] chore(deps): 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 2.0.5 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.5...v2.2.0) Updates `sinatra-contrib` from 2.0.5 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.5...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 | 75 +++++++++++----------------------------------------- 2 files changed, 18 insertions(+), 61 deletions(-) diff --git a/Gemfile b/Gemfile index aaf10eb..c8810bc 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "puma", "~> 4.0" -gem "sinatra", "~> 2.0" -gem "sinatra-contrib", "~> 2.0" +gem "sinatra", "~> 2.2" +gem "sinatra-contrib", "~> 2.2" gem "sinatra-activerecord", "~> 2.0" gem "sqlite3", "~> 1.4" gem "rake", "~> 12.3" diff --git a/Gemfile.lock b/Gemfile.lock index c0d460c..eb23f13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,82 +13,43 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) arel (9.0.0) - backports (3.15.0) - backticks (1.0.2) coderay (1.1.2) concurrent-ruby (1.1.5) - diff-lcs (1.3) - docker (0.4.0) - backticks (~> 1.0.0) - docker-api (1.34.2) - excon (>= 0.47.0) - multi_json - excon (0.64.0) i18n (1.6.0) concurrent-ruby (~> 1.0) method_source (0.9.2) minitest (5.11.3) - multi_json (1.13.1) - mustermann (1.0.3) - net-scp (2.0.0) - net-ssh (>= 2.6.5, < 6.0.0) - net-ssh (5.2.0) - net-telnet (0.1.1) + multi_json (1.15.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) nio4r (2.3.1) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) puma (4.0.0) nio4r (~> 2.0) - rack (2.0.7) - rack-protection (2.0.5) + rack (2.2.3) + rack-protection (2.2.0) rack rake (12.3.2) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.2) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.4) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-its (1.3.0) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) - rspec-mocks (3.8.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.2) - serverspec (2.41.4) - multi_json - rspec (~> 3.0) - rspec-its - specinfra (~> 2.72) - sfl (2.3) - sinatra (2.0.5) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) sinatra-activerecord (2.0.13) activerecord (>= 3.2) sinatra (>= 1.0) - sinatra-contrib (2.0.5) - backports (>= 2.8.2) + sinatra-contrib (2.2.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.5) - sinatra (= 2.0.5) - tilt (>= 1.3, < 3) - specinfra (2.78.1) - net-scp - net-ssh (>= 2.7) - net-telnet (= 0.1.1) - sfl + rack-protection (= 2.2.0) + sinatra (= 2.2.0) + tilt (~> 2.0) sqlite3 (1.4.1) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.10) tzinfo (1.2.5) thread_safe (~> 0.1) @@ -96,16 +57,12 @@ PLATFORMS ruby DEPENDENCIES - docker (~> 0.4.0) - docker-api (~> 1.34) pry (~> 0.12.2) puma (~> 4.0) rake (~> 12.3) - rspec (~> 3.8) - serverspec (~> 2.41) - sinatra (~> 2.0) + sinatra (~> 2.2) sinatra-activerecord (~> 2.0) - sinatra-contrib (~> 2.0) + sinatra-contrib (~> 2.2) sqlite3 (~> 1.4) BUNDLED WITH