From cf8d1a430483bba7f9a7c2a7c9c97622f5541884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:36:38 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 11 updates Updates the requirements on [rake](https://github.com/ruby/rake), [actionpack](https://github.com/rails/rails), [sinatra](https://github.com/sinatra/sinatra), [rspec](https://github.com/rspec/rspec-metagem), [rspec-rails](https://github.com/rspec/rspec-rails), [pry](https://github.com/pry/pry), [tzinfo](https://github.com/tzinfo/tzinfo), [i18n](https://github.com/ruby-i18n/i18n), [rack](https://github.com/rack/rack), [rack-protection](https://github.com/sinatra/sinatra) and [rdoc](https://github.com/ruby/rdoc) to permit the latest version. Updates `rake` from 10.1.0 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/rake-10.1.0...v12.3.3) Updates `actionpack` from 3.2.13 to 8.0.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.13...v8.0.0) Updates `sinatra` from 1.4.5 to 4.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v1.4.5...v4.1.0) Updates `rspec` from 3.1.0 to 3.9.0 - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.1.0...v3.9.0) Updates `rspec-rails` from 3.1.0 to 3.9.1 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v3.1.0...v3.9.1) Updates `pry` from 0.9.12.2 to 0.15.0 - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](https://github.com/pry/pry/compare/v0.9.12.2...v0.15.0) Updates `tzinfo` from 1.0.0 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.0.0...v2.0.6) Updates `sinatra` from 1.4.5 to 4.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v1.4.5...v4.1.0) Updates `tzinfo` from 1.0.0 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.0.0...v2.0.6) Updates `i18n` from 0.6.1 to 1.14.6 - [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.1...v1.14.6) Updates `rack` from 1.4.5 to 3.1.8 - [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/1.4.5...v3.1.8) Updates `rack-protection` from 1.5.3 to 4.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/commits/v4.1.0) Updates `rdoc` from 3.12.2 to 6.7.0 - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v3.12.2...v6.7.0) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development dependency-group: bundler - dependency-name: actionpack dependency-type: direct:development dependency-group: bundler - dependency-name: sinatra dependency-type: direct:development dependency-group: bundler - dependency-name: rspec dependency-type: direct:development dependency-group: bundler - dependency-name: rspec-rails dependency-type: direct:development dependency-group: bundler - dependency-name: pry dependency-type: direct:development dependency-group: bundler - dependency-name: tzinfo dependency-type: direct:development dependency-group: bundler - dependency-name: sinatra dependency-type: direct:development dependency-group: bundler - dependency-name: tzinfo dependency-type: direct:development dependency-group: bundler - dependency-name: i18n dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler - dependency-name: rack-protection dependency-type: indirect dependency-group: bundler - dependency-name: rdoc dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 209 +++++++++++++++++++++++++---------------- intercom-rails.gemspec | 2 +- 2 files changed, 131 insertions(+), 80 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e59e029..746284f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,95 +7,146 @@ PATH GEM remote: http://rubygems.org/ specs: - actionpack (3.2.13) - activemodel (= 3.2.13) - activesupport (= 3.2.13) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.4) - rack (~> 1.4.5) - rack-cache (~> 1.2) - rack-test (~> 0.6.1) - sprockets (~> 2.2.1) - activemodel (3.2.13) - activesupport (= 3.2.13) - builder (~> 3.0.0) - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) - builder (3.0.4) - coderay (1.0.9) + actionpack (8.0.0) + actionview (= 8.0.0) + activesupport (= 8.0.0) + nokogiri (>= 1.8.5) + rack (>= 2.2.4) + rack-session (>= 1.0.1) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actionview (8.0.0) + activesupport (= 8.0.0) + builder (~> 3.1) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (8.0.0) + 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) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.8) + builder (3.3.0) + coderay (1.1.3) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + crass (1.0.6) daemons (1.1.9) - diff-lcs (1.2.5) - erubis (2.7.0) + diff-lcs (1.5.1) + drb (2.2.1) + erubi (1.13.0) eventmachine (1.0.3) gem-release (0.7.3) - hike (1.2.3) - i18n (0.6.1) - journey (1.0.4) - json (1.8.1) - method_source (0.8.1) - multi_json (1.7.7) - pry (0.9.12.2) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.4) - rack (1.4.5) - rack-cache (1.2) - rack (>= 0.4) - rack-protection (1.5.3) - rack - rack-ssl (1.3.4) - rack - rack-test (0.6.2) - rack (>= 1.0) - railties (3.2.13) - actionpack (= 3.2.13) - activesupport (= 3.2.13) - rack-ssl (~> 1.3.2) - rake (>= 0.8.7) - rdoc (~> 3.4) - thor (>= 0.14.6, < 2.0) - rake (10.1.0) - rdoc (3.12.2) - json (~> 1.4) - rspec (3.1.0) - rspec-core (~> 3.1.0) - rspec-expectations (~> 3.1.0) - rspec-mocks (~> 3.1.0) - rspec-core (3.1.4) - rspec-support (~> 3.1.0) - rspec-expectations (3.1.1) + i18n (1.14.6) + concurrent-ruby (~> 1.0) + io-console (0.7.2) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + logger (1.6.1) + loofah (2.23.1) + crass (~> 1.0.2) + nokogiri (>= 1.12.0) + method_source (1.1.0) + mini_portile2 (2.8.8) + minitest (5.25.1) + mustermann (3.0.3) + ruby2_keywords (~> 0.0.1) + nokogiri (1.16.7) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + pry (0.15.0) + coderay (~> 1.1) + method_source (~> 1.0) + psych (5.2.0) + stringio + racc (1.8.1) + rack (3.1.8) + rack-protection (4.1.0) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) + rack-test (2.1.0) + rack (>= 1.3) + rackup (2.2.1) + rack (>= 3) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest + nokogiri (>= 1.6) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (8.0.0) + actionpack (= 8.0.0) + activesupport (= 8.0.0) + irb (~> 1.13) + rackup (>= 1.0.0) + rake (>= 12.2) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) + rake (12.3.3) + rdoc (6.7.0) + psych (>= 4.0.0) + reline (0.5.11) + io-console (~> 0.5) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.3) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.4) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.1.0) - rspec-mocks (3.1.1) - rspec-support (~> 3.1.0) - rspec-rails (3.1.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-rails (3.9.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 3.1.0) - rspec-expectations (~> 3.1.0) - rspec-mocks (~> 3.1.0) - rspec-support (~> 3.1.0) - rspec-support (3.1.0) - sinatra (1.4.5) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) - slop (3.4.5) - sprockets (2.2.2) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.4) + ruby2_keywords (0.0.5) + securerandom (0.3.2) + sinatra (4.1.0) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.1.0) + rack-session (>= 2.0.0, < 3) + tilt (~> 2.0) + stringio (3.1.2) thin (1.6.2) daemons (>= 1.0.9) eventmachine (>= 1.0.0) rack (>= 1.0.0) - thor (0.19.1) - tilt (1.4.1) - tzinfo (1.0.0) + thor (1.3.2) + tilt (2.4.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + uri (1.0.2) + useragent (0.16.10) + zeitwerk (2.7.1) PLATFORMS ruby @@ -108,6 +159,6 @@ DEPENDENCIES rake rspec (~> 3.1) rspec-rails (~> 3.1) - sinatra (~> 1.4.5) + sinatra (~> 4.1.0) thin (~> 1.6.2) tzinfo diff --git a/intercom-rails.gemspec b/intercom-rails.gemspec index 46dc609..4e2b938 100644 --- a/intercom-rails.gemspec +++ b/intercom-rails.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rspec', '~> 3.1' s.add_development_dependency 'rspec-rails', '~> 3.1' s.add_development_dependency 'pry' - s.add_development_dependency 'sinatra', '~> 1.4.5' + s.add_development_dependency 'sinatra', '~> 4.1.0' s.add_development_dependency 'thin', '~> 1.6.2' s.add_development_dependency 'tzinfo' s.add_development_dependency 'gem-release'