From 4cdc4dcd1cd5f82049508469835088cf59614f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 03:59:58 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 5 updates Bumps the bundler group with 4 updates in the / directory: [sinatra](https://github.com/sinatra/sinatra), [httparty](https://github.com/jnunemaker/httparty), [json](https://github.com/flori/json) and [addressable](https://github.com/sporkmonger/addressable). Updates `sinatra` from 2.0.5 to 2.2.3 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.5...v2.2.3) Updates `httparty` from 0.16.3 to 0.21.0 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/commits/v0.21.0) Updates `json` from 2.1.0 to 2.3.0 - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.1.0...v2.3.0) Updates `addressable` from 2.6.0 to 2.8.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.6.0...addressable-2.8.0) Updates `rack` from 2.0.6 to 2.2.9 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.6...v2.2.9) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production dependency-group: bundler - dependency-name: httparty dependency-type: direct:production dependency-group: bundler - dependency-name: json dependency-type: direct:production dependency-group: bundler - dependency-name: addressable dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10db4a4..eab461c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,33 +1,33 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) byebug (10.0.2) - httparty (0.16.3) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - json (2.1.0) - mime-types (3.2.2) - mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) + json (2.3.0) + mini_mime (1.1.2) multi_xml (0.6.0) - mustermann (1.0.3) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) power_assert (1.1.1) - public_suffix (3.0.3) - rack (2.0.6) - rack-protection (2.0.5) + public_suffix (4.0.7) + rack (2.2.9) + rack-protection (2.2.3) rack rack-test (1.1.0) rack (>= 1.0, < 3) - sinatra (2.0.5) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + ruby2_keywords (0.0.5) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) test-unit (3.2.7) power_assert - tilt (2.0.9) + tilt (2.3.0) PLATFORMS ruby