From 21d5c0f9074158eebf88b100ddb1b7f8fc02b410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:20:03 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 6 updates Bumps the bundler group with 3 updates in the / directory: [sinatra](https://github.com/sinatra/sinatra), [faraday](https://github.com/lostisland/faraday) and [activesupport](https://github.com/rails/rails). Updates `sinatra` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.1.1...v4.2.0) Updates `faraday` from 2.12.1 to 2.14.1 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.12.1...v2.14.1) Updates `activesupport` from 8.0.1 to 8.0.4.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.0.1...v8.0.4.1) Updates `rack` from 3.1.8 to 3.2.6 - [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/v3.1.8...v3.2.6) Updates `rack-session` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/rack/rack-session/releases) - [Changelog](https://github.com/rack/rack-session/blob/main/releases.md) - [Commits](https://github.com/rack/rack-session/compare/v2.0.0...v2.1.1) Updates `uri` from 1.0.2 to 1.1.1 - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v1.0.2...v1.1.1) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production dependency-group: bundler - dependency-name: faraday dependency-version: 2.14.1 dependency-type: direct:production dependency-group: bundler - dependency-name: activesupport dependency-version: 8.0.4.1 dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-version: 3.2.6 dependency-type: indirect dependency-group: bundler - dependency-name: rack-session dependency-version: 2.1.1 dependency-type: indirect dependency-group: bundler - dependency-name: uri dependency-version: 1.1.1 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 63 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/Gemfile b/Gemfile index 74d8dc1..203da63 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" # gem "rails" -gem "sinatra", "~> 4.1" +gem "sinatra", "~> 4.2" gem "sinatra-contrib", "~> 4.1" gem "norairrecord", "~> 0.1.4" @@ -12,7 +12,7 @@ group :serve do gem "rackup", "~> 2.2" gem "puma", "~> 6.5" end -gem "faraday", "~> 2.12" +gem "faraday", "~> 2.14" gem "concurrent-ruby", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index d7eb086..01df23a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.0.1) + activesupport (8.0.4.1) base64 benchmark (>= 0.3) bigdecimal @@ -10,37 +10,37 @@ GEM drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1) + minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.1.0) concurrent-ruby (1.3.4) - connection_pool (2.4.1) - drb (2.2.1) - faraday (2.12.1) + connection_pool (3.0.2) + drb (2.2.3) + faraday (2.14.1) faraday-net_http (>= 2.0, < 3.5) json logger - faraday-net_http (3.4.0) - net-http (>= 0.5.0) + faraday-net_http (3.4.2) + net-http (~> 0.5) faraday-net_http_persistent (2.3.0) faraday (~> 2.5) net-http-persistent (>= 4.0.4, < 5) - i18n (1.14.6) + i18n (1.14.8) concurrent-ruby (~> 1.0) - json (2.9.0) - logger (1.6.2) - minitest (5.25.4) + json (2.19.3) + logger (1.7.0) + minitest (5.27.0) multi_json (1.15.0) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - net-http (0.6.0) - uri - net-http-persistent (4.0.5) - connection_pool (~> 2.2) + net-http (0.9.1) + uri (>= 0.11.1) + net-http-persistent (4.0.8) + connection_pool (>= 2.2.4, < 4) nio4r (2.7.4) norairrecord (0.1.4) faraday (>= 1.0, < 3.0) @@ -48,35 +48,36 @@ GEM net-http-persistent puma (6.5.0) nio4r (~> 2.0) - rack (3.1.8) - rack-protection (4.1.1) + rack (3.2.6) + rack-protection (4.2.0) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) - rack-session (2.0.0) + rack-session (2.1.1) + base64 (>= 0.1.0) rack (>= 3.0.0) rackup (2.2.1) rack (>= 3) redcarpet (3.6.0) ruby2_keywords (0.0.5) securerandom (0.4.1) - sinatra (4.1.1) + sinatra (4.2.0) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.1) + rack-protection (= 4.2.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (4.1.1) + sinatra-contrib (4.2.0) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 4.1.1) - sinatra (= 4.1.1) + rack-protection (= 4.2.0) + sinatra (= 4.2.0) tilt (~> 2.0) - tilt (2.4.0) + tilt (2.7.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uri (1.0.2) + uri (1.1.1) PLATFORMS arm64-darwin-23 @@ -86,12 +87,12 @@ PLATFORMS DEPENDENCIES activesupport (~> 8.0) concurrent-ruby (~> 1.3) - faraday (~> 2.12) + faraday (~> 2.14) norairrecord (~> 0.1.4) puma (~> 6.5) rackup (~> 2.2) redcarpet (~> 3.6) - sinatra (~> 4.1) + sinatra (~> 4.2) sinatra-contrib (~> 4.1) BUNDLED WITH