From a8a7e0bc64c92b5ac287bc6dce23da979e6156b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Sat, 12 Aug 2023 11:22:59 +0200 Subject: [PATCH] Update Sinatra to 3.1 --- Gemfile | 4 ++-- Gemfile.lock | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 0dbd0ba3..291b6742 100644 --- a/Gemfile +++ b/Gemfile @@ -5,8 +5,8 @@ if ENV["CUSTOM_RUBY_VERSION"] end gem 'octokit' -gem 'sinatra', '3.0.5' -gem 'sinatra-contrib', '3.0.5' +gem 'sinatra', '3.1.0' +gem 'sinatra-contrib', '3.1.0' gem 'openssl' gem 'puma' gem 'sidekiq' diff --git a/Gemfile.lock b/Gemfile.lock index d9955b71..4027f23c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.4) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) bibtex-ruby (6.0.0) latex-decode (~> 0.0) @@ -14,7 +14,7 @@ GEM rexml diff-lcs (1.5.0) dotenv (2.8.1) - faraday (2.7.9) + faraday (2.7.10) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-follow_redirects (0.1.0) @@ -38,33 +38,33 @@ GEM reverse_markdown (>= 1, < 3) rugged (>= 0.24, < 2.0) thor (>= 0.19, < 2.0) - mini_mime (1.1.2) - mini_portile2 (2.8.2) + mini_mime (1.1.5) + mini_portile2 (2.8.4) multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nio4r (2.5.9) - nokogiri (1.15.2) + nokogiri (1.15.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) openssl (3.1.0) - public_suffix (5.0.1) + public_suffix (5.0.3) puma (6.3.0) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.7) - rack-protection (3.0.5) - rack + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) - redis-client (0.14.1) + redis-client (0.15.0) connection_pool reverse_markdown (2.1.1) nokogiri - rexml (3.2.5) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -74,7 +74,7 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) @@ -94,16 +94,16 @@ GEM connection_pool (>= 2.3.0) rack (>= 2.2.4) redis-client (>= 0.14.0) - sinatra (3.0.5) + sinatra (3.1.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.5) + rack-protection (= 3.1.0) tilt (~> 2.0) - sinatra-contrib (3.0.5) + sinatra-contrib (3.1.0) multi_json mustermann (~> 3.0) - rack-protection (= 3.0.5) - sinatra (= 3.0.5) + rack-protection (= 3.1.0) + sinatra (= 3.1.0) tilt (~> 2.0) thor (1.2.2) tilt (2.2.0) @@ -131,8 +131,8 @@ DEPENDENCIES rspec serrano sidekiq - sinatra (= 3.0.5) - sinatra-contrib (= 3.0.5) + sinatra (= 3.1.0) + sinatra-contrib (= 3.1.0) webmock BUNDLED WITH