From 4c99e9fc664642005e79407ca12007e6d1ceec63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:57:08 +0000 Subject: [PATCH] Bump sinatra, thin and dotenv-rails in /connect-examples/oauth/ruby Bumps [sinatra](https://github.com/sinatra/sinatra), [thin](https://github.com/macournoyer/thin) and [dotenv-rails](https://github.com/bkeepers/dotenv). These dependencies needed to be updated together. Updates `sinatra` from 3.1.0 to 4.2.1 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.1.0...v4.2.1) Updates `thin` from 1.8.2 to 2.0.1 - [Release notes](https://github.com/macournoyer/thin/releases) - [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG) - [Commits](https://github.com/macournoyer/thin/compare/v1.8.2...v2.0.1) Updates `dotenv-rails` from 2.8.1 to 3.1.8 - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v2.8.1...v3.1.8) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.1 dependency-type: direct:production - dependency-name: thin dependency-version: 2.0.1 dependency-type: direct:production - dependency-name: dotenv-rails dependency-version: 3.1.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- connect-examples/oauth/ruby/Gemfile | 4 +- connect-examples/oauth/ruby/Gemfile.lock | 166 +++++++++++++++-------- 2 files changed, 111 insertions(+), 59 deletions(-) diff --git a/connect-examples/oauth/ruby/Gemfile b/connect-examples/oauth/ruby/Gemfile index cd64afa5..74df0dfd 100644 --- a/connect-examples/oauth/ruby/Gemfile +++ b/connect-examples/oauth/ruby/Gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" ruby '3.2.2' gem 'square.rb', '~> 34.0.0.20231115 ' -gem 'sinatra', '~> 3.1.0' -gem 'thin', '~> 1.8.0' +gem 'sinatra', '~> 4.2.1' +gem 'thin', '~> 2.0.1' gem 'dotenv-rails', groups: [:development, :test] \ No newline at end of file diff --git a/connect-examples/oauth/ruby/Gemfile.lock b/connect-examples/oauth/ruby/Gemfile.lock index 63cf63b2..dd6121d3 100644 --- a/connect-examples/oauth/ruby/Gemfile.lock +++ b/connect-examples/oauth/ruby/Gemfile.lock @@ -1,25 +1,35 @@ GEM remote: https://rubygems.org/ specs: - actionpack (6.1.7.6) - actionview (= 6.1.7.6) - activesupport (= 6.1.7.6) - rack (~> 2.0, >= 2.0.9) + actionpack (8.0.3) + actionview (= 8.0.3) + activesupport (= 8.0.3) + nokogiri (>= 1.8.5) + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.7.6) - activesupport (= 6.1.7.6) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actionview (8.0.3) + activesupport (= 8.0.3) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.1.7.6) - concurrent-ruby (~> 1.0, >= 1.0.2) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (8.0.3) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) apimatic_core (0.3.1) apimatic_core_interfaces (~> 0.2.0) certifi (~> 2018.1, >= 2018.01.18) @@ -38,17 +48,22 @@ GEM faraday-net_http_persistent (~> 2.0) faraday-retry (~> 2.0) base64 (0.2.0) - builder (3.2.4) + benchmark (0.4.1) + bigdecimal (3.3.1) + builder (3.3.0) certifi (2018.01.18) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.5) connection_pool (2.4.1) crass (1.0.6) daemons (1.4.1) - dotenv (2.8.1) - dotenv-rails (2.8.1) - dotenv (= 2.8.1) - railties (>= 3.2) - erubi (1.11.0) + date (3.4.1) + dotenv (3.1.8) + dotenv-rails (3.1.8) + dotenv (= 3.1.8) + railties (>= 6.1) + drb (2.2.3) + erb (5.0.3) + erubi (1.13.1) eventmachine (1.2.7) faraday (2.7.12) base64 @@ -69,62 +84,99 @@ GEM net-http-persistent (~> 4.0) faraday-retry (2.2.0) faraday (~> 2.0) - i18n (1.14.1) + i18n (1.14.7) concurrent-ruby (~> 1.0) + io-console (0.8.1) + irb (1.15.2) + pp (>= 0.6.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) json-pointer (0.0.1) - loofah (2.19.0) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) - nokogiri (>= 1.5.9) - method_source (1.0.0) - mini_portile2 (2.8.0) - minitest (5.19.0) + nokogiri (>= 1.12.0) + mini_portile2 (2.8.9) + minitest (5.26.0) multipart-post (2.3.0) - mustermann (3.0.0) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) net-http-persistent (4.0.2) connection_pool (~> 2.2) - nokogiri (1.13.8) - mini_portile2 (~> 2.8.0) + nokogiri (1.18.10) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.13.8-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) - racc (1.6.0) - rack (2.2.4) - rack-protection (3.1.0) - rack (~> 2.2, >= 2.2.4) - rack-test (2.0.2) + pp (0.6.3) + prettyprint + prettyprint (0.2.0) + psych (5.2.6) + date + stringio + racc (1.8.1) + rack (3.2.3) + rack-protection (4.2.1) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) + rack-test (2.2.0) rack (>= 1.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rackup (2.2.1) + rack (>= 3) + rails-dom-testing (2.3.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) - railties (6.1.7.6) - actionpack (= 6.1.7.6) - activesupport (= 6.1.7.6) - method_source + rails-html-sanitizer (1.6.2) + loofah (~> 2.21) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + railties (8.0.3) + actionpack (= 8.0.3) + activesupport (= 8.0.3) + irb (~> 1.13) + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - rake (13.0.6) + thor (~> 1.0, >= 1.2.2) + tsort (>= 0.2) + zeitwerk (~> 2.6) + rake (13.3.0) + rdoc (6.15.0) + erb + psych (>= 4.0.0) + tsort + reline (0.6.2) + io-console (~> 0.5) ruby2_keywords (0.0.5) - sinatra (3.1.0) + securerandom (0.4.1) + sinatra (4.2.1) + logger (>= 1.6.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.1.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.2.1) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) square.rb (34.0.0.20231115) apimatic_core (~> 0.3.0) apimatic_core_interfaces (~> 0.2.0) apimatic_faraday_client_adapter (~> 0.1.0) - thin (1.8.2) + stringio (3.1.7) + thin (2.0.1) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) - rack (>= 1, < 3) - thor (1.2.1) - tilt (2.3.0) + logger + rack (>= 1, < 4) + thor (1.4.0) + tilt (2.6.1) + tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.6.11) + uri (1.0.4) + useragent (0.16.11) + zeitwerk (2.7.3) zlib (2.1.1) PLATFORMS @@ -133,9 +185,9 @@ PLATFORMS DEPENDENCIES dotenv-rails - sinatra (~> 3.1.0) + sinatra (~> 4.2.1) square.rb (~> 34.0.0.20231115) - thin (~> 1.8.0) + thin (~> 2.0.1) RUBY VERSION ruby 3.2.2p53