From 5ca0c200d32e036d883fe9f5199b04f4b71c3ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 09:04:06 +0000 Subject: [PATCH] Bump sinatra from 2.1.0 to 3.0.2 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 3.0.2. - [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.1.0...v3.0.2) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 59 +++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 31 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 662a186..6fbfada 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,32 +3,31 @@ PATH specs: casteml (1.1.0) alchemist (~> 0.1.7) - medusa_rest_client (~> 0.2.0) + medusa_rest_client (~> 1.0) GEM remote: https://rubygems.org/ remote: http://dream.misasa.okayama-u.ac.jp/rubygems/ specs: - activemodel (6.0.3.4) - activesupport (= 6.0.3.4) + activemodel (7.0.4) + activesupport (= 7.0.4) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activeresource (5.1.1) - activemodel (>= 5.0, < 7) + activeresource (6.0.0) + activemodel (>= 6.0) activemodel-serializers-xml (~> 1.0) - activesupport (>= 5.0, < 7) - activesupport (6.0.3.4) + activesupport (>= 6.0) + activesupport (7.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) alchemist (0.1.8) builder (3.2.4) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.10) diff-lcs (1.4.4) faraday (1.1.0) multipart-post (>= 1.2, < 3) @@ -40,26 +39,26 @@ GEM nesty reentrant_flock sinatra (>= 1.2.7) - gli (2.19.2) + gli (2.21.0) httpclient (2.8.3) - i18n (1.8.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) - medusa_rest_client (0.2.0) - activeresource (~> 5.1) + medusa_rest_client (1.5.2) + activeresource gli (~> 2.12) pry (~> 0.9) rails-observers method_source (1.0.0) - minitest (5.14.2) + minitest (5.16.3) multipart-post (2.1.1) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nesty (1.0.2) - pry (0.13.1) + pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - rack (2.2.3) - rack-protection (2.1.0) + rack (2.2.4) + rack-protection (3.0.2) rack rails-observers (0.1.5) activemodel (>= 4.0) @@ -77,17 +76,15 @@ GEM rspec-mocks (3.0.4) rspec-support (~> 3.0.0) rspec-support (3.0.4) - ruby2_keywords (0.0.2) - sinatra (2.1.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.1.0) + ruby2_keywords (0.0.5) + sinatra (3.0.2) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.2) tilt (~> 2.0) - thread_safe (0.3.6) - tilt (2.0.10) - tzinfo (1.2.8) - thread_safe (~> 0.1) - zeitwerk (2.4.2) + tilt (2.0.11) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby