From 29fbc79455d1691452a09e8eba9e39c130178458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 19:50:52 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 7 updates Bumps the bundler group with 4 updates in the / directory: [httparty](https://github.com/jnunemaker/httparty), [activesupport](https://github.com/rails/rails), [rake](https://github.com/ruby/rake) and [addressable](https://github.com/sporkmonger/addressable). Updates `httparty` from 0.13.1 to 0.23.2 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.13.1...v0.23.2) Updates `activesupport` from 4.1.5 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.1.5...v8.1.1) Updates `activesupport` from 4.1.5 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.1.5...v8.1.1) Updates `rake` from 10.3.2 to 12.3.3 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.3.2...v12.3.3) Updates `addressable` from 2.3.6 to 2.8.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.3.6...addressable-2.8.0) Updates `i18n` from 0.6.11 to 1.14.8 - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-i18n/i18n/compare/v0.6.11...v1.14.8) Updates `json` from 1.8.1 to 2.18.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v1.8.1...v2.18.0) Updates `tzinfo` from 1.2.2 to 2.0.6 - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.2...v2.0.6) --- updated-dependencies: - dependency-name: httparty dependency-version: 0.23.2 dependency-type: direct:production dependency-group: bundler - dependency-name: activesupport dependency-version: 8.1.1 dependency-type: direct:production dependency-group: bundler - dependency-name: activesupport dependency-version: 8.1.1 dependency-type: direct:production dependency-group: bundler - dependency-name: rake dependency-version: 12.3.3 dependency-type: direct:production dependency-group: bundler - dependency-name: addressable dependency-version: 2.8.0 dependency-type: indirect dependency-group: bundler - dependency-name: i18n dependency-version: 1.14.8 dependency-type: indirect dependency-group: bundler - dependency-name: json dependency-version: 2.18.0 dependency-type: indirect dependency-group: bundler - dependency-name: tzinfo dependency-version: 2.0.6 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 93 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 36 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 06b6cce..adaece9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,47 +1,68 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.1.5) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.1) - tzinfo (~> 1.1) - addressable (2.3.6) - coderay (1.1.0) + activesupport (8.1.1) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + json + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + base64 (0.3.0) + bigdecimal (4.0.1) + coderay (1.1.3) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crack (0.4.2) safe_yaml (~> 1.0.0) - diff-lcs (1.2.5) - httparty (0.13.1) - json (~> 1.8) + csv (3.3.5) + diff-lcs (1.6.2) + drb (2.2.3) + httparty (0.23.2) + csv + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (0.6.11) - json (1.8.1) - method_source (0.8.2) - minitest (5.4.1) - multi_xml (0.5.5) - pry (0.10.1) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - rake (10.3.2) - rspec (3.1.0) - rspec-core (~> 3.1.0) - rspec-expectations (~> 3.1.0) - rspec-mocks (~> 3.1.0) - rspec-core (3.1.0) - rspec-support (~> 3.1.0) - rspec-expectations (3.1.0) + i18n (1.14.8) + concurrent-ruby (~> 1.0) + json (2.18.0) + logger (1.7.0) + method_source (1.1.0) + mini_mime (1.1.5) + minitest (6.0.0) + prism (~> 1.5) + multi_xml (0.6.0) + prism (1.7.0) + pry (0.15.2) + coderay (~> 1.1) + method_source (~> 1.0) + public_suffix (4.0.7) + rake (12.3.3) + rspec (3.13.2) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.6) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.1.0) - rspec-mocks (3.1.0) - rspec-support (~> 3.1.0) - rspec-support (3.1.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.7) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.6) safe_yaml (1.0.3) - slop (3.6.0) - thread_safe (0.3.4) - tzinfo (1.2.2) - thread_safe (~> 0.1) + securerandom (0.4.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + uri (1.1.1) vcr (2.9.2) webmock (1.18.0) addressable (>= 2.3.6)