From 6becdf9627fdff5a9a7aff92ea24d600a2532177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:59:32 +0000 Subject: [PATCH] Bump activesupport, activerecord, exception_notification, active_record_migrations, activerecord-postgis-adapter, grape, sinatra, rack_csrf, capistrano and rake Bumps [activesupport](https://github.com/rails/rails), [activerecord](https://github.com/rails/rails), [exception_notification](https://github.com/smartinez87/exception_notification), [active_record_migrations](https://github.com/rosenfeld/active_record_migrations), [activerecord-postgis-adapter](https://github.com/rgeo/activerecord-postgis-adapter), [grape](https://github.com/ruby-grape/grape), [sinatra](https://github.com/sinatra/sinatra), [rack_csrf](https://github.com/baldowl/rack_csrf), [capistrano](https://github.com/capistrano/capistrano) and [rake](https://github.com/ruby/rake). These dependencies needed to be updated together. Updates `activesupport` from 4.2.5.1 to 7.0.4.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.5.1...v7.0.4.2) Updates `activerecord` from 4.2.5.1 to 7.0.4.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.5.1...v7.0.4.2) Updates `exception_notification` from 4.1.4 to 4.5.0 - [Release notes](https://github.com/smartinez87/exception_notification/releases) - [Changelog](https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc) - [Commits](https://github.com/smartinez87/exception_notification/compare/v4.1.4...v4.5.0) Updates `active_record_migrations` from 4.2.5.1.1 to 6.1.1.3 - [Release notes](https://github.com/rosenfeld/active_record_migrations/releases) - [Commits](https://github.com/rosenfeld/active_record_migrations/compare/v4.2.5.1.1...v6.1.1.3) Updates `activerecord-postgis-adapter` from 3.1.4 to 8.0.1 - [Release notes](https://github.com/rgeo/activerecord-postgis-adapter/releases) - [Changelog](https://github.com/rgeo/activerecord-postgis-adapter/blob/master/History.md) - [Commits](https://github.com/rgeo/activerecord-postgis-adapter/compare/v3.1.4...v8.0.1) Updates `grape` from 0.17.0 to 1.7.0 - [Release notes](https://github.com/ruby-grape/grape/releases) - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v0.17.0...v1.7.0) Updates `sinatra` from 1.4.7 to 3.0.5 - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v1.4.7...v3.0.5) Updates `rack_csrf` from 2.5.0 to 2.7.0 - [Release notes](https://github.com/baldowl/rack_csrf/releases) - [Changelog](https://github.com/baldowl/rack_csrf/blob/master/Changelog.md) - [Commits](https://github.com/baldowl/rack_csrf/compare/v2.5.0...v2.7.0) Updates `capistrano` from 3.16.0 to 3.17.1 - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.16.0...v3.17.1) Updates `rake` from 10.5.0 to 13.0.6 - [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.5.0...v13.0.6) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production - dependency-name: activerecord dependency-type: direct:production - dependency-name: exception_notification dependency-type: direct:production - dependency-name: active_record_migrations dependency-type: direct:production - dependency-name: activerecord-postgis-adapter dependency-type: direct:production - dependency-name: grape dependency-type: direct:production - dependency-name: sinatra dependency-type: direct:production - dependency-name: rack_csrf dependency-type: direct:production - dependency-name: capistrano dependency-type: direct:development - dependency-name: rake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 20 ++-- Gemfile.lock | 274 +++++++++++++++++++++++++++------------------------ 2 files changed, 154 insertions(+), 140 deletions(-) diff --git a/Gemfile b/Gemfile index 94fedf1..5e09479 100644 --- a/Gemfile +++ b/Gemfile @@ -1,15 +1,15 @@ source "https://rubygems.org" # Frameworks -gem "grape", "~> 0.17.0" +gem "grape", "~> 1.7.0" gem "grape-rabl", "~> 0.4.1" gem "grape-kaminari", "~> 0.1.8" gem "grape_logging", '~> 1.3.0' -gem "sinatra", "~> 1.4.6" +gem "sinatra", "~> 3.0.5" gem "kramdown", "~> 1.9.0" # Security -gem "rack_csrf", "~> 2.5.0" +gem "rack_csrf", "~> 2.7.0" gem "rack-cors", :require => "rack/cors" gem "dotenv", "~> 2.1.0" @@ -18,21 +18,21 @@ gem 'bcrypt_pbkdf' # Database gem "pg", "~> 0.18.4" -gem "activerecord", "~> 4.2.5" -gem "active_record_migrations", "~> 4.2.5.1.1", require: false -gem "activerecord-postgis-adapter", "~> 3.1.3" +gem "activerecord", "~> 7.0.4" +gem "active_record_migrations", "~> 6.1.1.3", require: false +gem "activerecord-postgis-adapter", "~> 8.0.1" # Notifications gem "pony", "~> 1.11" gem "slack-notifier", "~> 1.5.1" -gem "exception_notification", "~> 4.1.4" +gem "exception_notification", "~> 4.5.0" # Analytics gem "appsignal", "~> 1.1.0.beta.5" # Support -gem "rake", "~> 10.5.0" -gem "activesupport", "~> 4.2.5" +gem "rake", "~> 13.0.6" +gem "activesupport", "~> 7.0.4" # Testing group :test, :development do @@ -45,7 +45,7 @@ end # Deploy group :development do - gem 'capistrano', '~> 3.16.0', require: false + gem 'capistrano', '~> 3.17.1', require: false gem 'capistrano-bundler', '~> 2.0.1', require: false gem 'capistrano-rvm', '~> 0.1.2', require: false gem 'capistrano-maintenance', '~> 1.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1da0b27..0e9d534 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,64 +1,60 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.5.1) - actionpack (= 4.2.5.1) - actionview (= 4.2.5.1) - activejob (= 4.2.5.1) + actionmailer (7.0.4.2) + actionpack (= 7.0.4.2) + actionview (= 7.0.4.2) + activejob (= 7.0.4.2) + activesupport (= 7.0.4.2) mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.5.1) - actionview (= 4.2.5.1) - activesupport (= 4.2.5.1) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.5.1) - activesupport (= 4.2.5.1) + net-imap + net-pop + net-smtp + rails-dom-testing (~> 2.0) + actionpack (7.0.4.2) + actionview (= 7.0.4.2) + activesupport (= 7.0.4.2) + rack (~> 2.0, >= 2.2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (7.0.4.2) + activesupport (= 7.0.4.2) builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - active_record_migrations (4.2.5.1.1) - activerecord (= 4.2.5.1) - railties (= 4.2.5.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + active_record_migrations (6.1.1.3) + activerecord (>= 6.1.1) + railties (>= 6.1.1) rake - activejob (4.2.5.1) - activesupport (= 4.2.5.1) - globalid (>= 0.3.0) - activemodel (4.2.5.1) - activesupport (= 4.2.5.1) - builder (~> 3.1) - activerecord (4.2.5.1) - activemodel (= 4.2.5.1) - activesupport (= 4.2.5.1) - arel (~> 6.0) - activerecord-postgis-adapter (3.1.4) - activerecord (~> 4.2) - rgeo-activerecord (>= 4.0.4) - activesupport (4.2.5.1) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - airbrussh (1.4.0) + activejob (7.0.4.2) + activesupport (= 7.0.4.2) + globalid (>= 0.3.6) + activemodel (7.0.4.2) + activesupport (= 7.0.4.2) + activerecord (7.0.4.2) + activemodel (= 7.0.4.2) + activesupport (= 7.0.4.2) + activerecord-postgis-adapter (8.0.1) + activerecord (~> 7.0.0) + rgeo-activerecord (~> 7.0.0) + activesupport (7.0.4.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + airbrussh (1.4.1) sshkit (>= 1.6.1, != 1.7.0) appsignal (1.1.0.beta.5) rack thread_safe - arel (6.0.3) - axiom-types (0.1.1) - descendants_tracker (~> 0.0.4) - ice_nine (~> 0.11.0) - thread_safe (~> 0.3, >= 0.3.1) bcrypt_pbkdf (1.1.0) - builder (3.2.2) + builder (3.2.4) byebug (3.1.2) columnize (~> 0.8) debugger-linecache (~> 1.2) - capistrano (3.16.0) + capistrano (3.17.1) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -72,36 +68,43 @@ GEM capistrano-rvm (0.1.2) capistrano (~> 3.0) sshkit (~> 1.2) - coercible (1.0.0) - descendants_tracker (~> 0.0.1) columnize (0.9.0) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.0) + crass (1.0.6) database_cleaner (1.5.1) + date (3.3.3) debugger-linecache (1.2.0) - descendants_tracker (0.0.4) - thread_safe (~> 0.3, >= 0.3.1) dotenv (2.1.0) + dry-core (1.0.0) + concurrent-ruby (~> 1.0) + zeitwerk (~> 2.6) + dry-inflector (1.0.0) + dry-logic (1.5.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0, < 2) + zeitwerk (~> 2.6) + dry-types (1.7.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0, < 2) + dry-inflector (~> 1.0, < 2) + dry-logic (>= 1.4, < 2) + zeitwerk (~> 2.6) ed25519 (1.2.4) - enumerable-lazy (0.0.1) - equalizer (0.0.11) - erubis (2.7.0) - exception_notification (4.1.4) - actionmailer (~> 4.0) - activesupport (~> 4.0) + erubi (1.12.0) + exception_notification (4.5.0) + actionmailer (>= 5.2, < 8) + activesupport (>= 5.2, < 8) factory_girl (4.5.0) activesupport (>= 3.0.0) - globalid (0.3.6) - activesupport (>= 4.1.0) - grape (0.17.0) + globalid (1.1.0) + activesupport (>= 5.0) + grape (1.7.0) activesupport builder - hashie (>= 2.1.0) - multi_json (>= 1.3.2) - multi_xml (>= 0.5.2) - mustermann19 (~> 0.4.3) + dry-types (>= 1.1) + mustermann-grape (~> 1.0.0) rack (>= 1.3.0) rack-accept - virtus (>= 1.0.0) grape-kaminari (0.1.8) grape kaminari @@ -112,97 +115,108 @@ GEM tilt grape_logging (1.3.0) grape - hashie (3.4.6) - i18n (0.9.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) - ice_nine (0.11.2) - json (1.8.3) kaminari (0.16.3) actionpack (>= 3.0.0) activesupport (>= 3.0.0) kramdown (1.9.0) - loofah (2.0.3) + loofah (2.19.1) + crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.6.3) - mime-types (>= 1.16, < 3) - mime-types (2.99) - mini_portile2 (2.0.0) + mail (2.8.0.1) + mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp + method_source (1.0.0) + mini_mime (1.1.2) + mini_portile2 (2.8.1) minitest (5.9.0) minitest-around (0.3.2) minitest (~> 5.0) - multi_json (1.12.1) - multi_xml (0.5.5) - mustermann19 (0.4.4) - enumerable-lazy - net-scp (3.0.0) - net-ssh (>= 2.6.5, < 7.0.0) - net-ssh (6.1.0) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) + mustermann-grape (1.0.2) + mustermann (>= 1.0.0) + net-imap (0.3.4) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.1) + timeout + net-scp (4.0.0) + net-ssh (>= 2.6.5, < 8.0.0) + net-smtp (0.3.3) + net-protocol + net-ssh (7.0.1) + nokogiri (1.14.1) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pg (0.18.4) pony (1.11) mail (>= 2.0) rabl (0.11.8) activesupport (>= 2.3.14) - rack (1.6.4) + racc (1.6.2) + rack (2.2.6.2) rack-accept (0.4.5) rack (>= 0.4) rack-cors (0.4.0) - rack-protection (1.5.3) + rack-protection (3.0.5) rack rack-test (0.6.3) rack (>= 1.0) - rack_csrf (2.5.0) + rack_csrf (2.7.0) rack (>= 1.1.0) - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.0) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.5.1) - actionpack (= 4.2.5.1) - activesupport (= 4.2.5.1) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (10.5.0) - rgeo (0.5.2) - rgeo-activerecord (4.0.5) - activerecord (~> 4.2) - rgeo (~> 0.3) - sinatra (1.4.7) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) + railties (7.0.4.2) + actionpack (= 7.0.4.2) + activesupport (= 7.0.4.2) + method_source + rake (>= 12.2) + thor (~> 1.0) + zeitwerk (~> 2.5) + rake (13.0.6) + rgeo (3.0.0) + rgeo-activerecord (7.0.1) + activerecord (>= 5.0) + rgeo (>= 1.0.0) + ruby2_keywords (0.0.5) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) + tilt (~> 2.0) slack-notifier (1.5.1) - sshkit (1.21.2) + sshkit (1.21.3) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - thor (0.19.1) - thread_safe (0.3.5) - tilt (2.0.2) - tzinfo (1.2.2) - thread_safe (~> 0.1) - virtus (1.0.5) - axiom-types (~> 0.1) - coercible (~> 1.0) - descendants_tracker (~> 0.0, >= 0.0.3) - equalizer (~> 0.0, >= 0.0.9) + thor (1.2.1) + thread_safe (0.3.6) + tilt (2.0.11) + timeout (0.3.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - active_record_migrations (~> 4.2.5.1.1) - activerecord (~> 4.2.5) - activerecord-postgis-adapter (~> 3.1.3) - activesupport (~> 4.2.5) + active_record_migrations (~> 6.1.1.3) + activerecord (~> 7.0.4) + activerecord-postgis-adapter (~> 8.0.1) + activesupport (~> 7.0.4) appsignal (~> 1.1.0.beta.5) bcrypt_pbkdf byebug (~> 3.1.2) - capistrano (~> 3.16.0) + capistrano (~> 3.17.1) capistrano-bundler (~> 2.0.1) capistrano-maintenance (~> 1.0) capistrano-passenger (~> 0.2.1) @@ -210,9 +224,9 @@ DEPENDENCIES database_cleaner (~> 1.5.1) dotenv (~> 2.1.0) ed25519 - exception_notification (~> 4.1.4) + exception_notification (~> 4.5.0) factory_girl (~> 4.0) - grape (~> 0.17.0) + grape (~> 1.7.0) grape-kaminari (~> 0.1.8) grape-rabl (~> 0.4.1) grape_logging (~> 1.3.0) @@ -223,9 +237,9 @@ DEPENDENCIES pony (~> 1.11) rack-cors rack-test (~> 0.6.3) - rack_csrf (~> 2.5.0) - rake (~> 10.5.0) - sinatra (~> 1.4.6) + rack_csrf (~> 2.7.0) + rake (~> 13.0.6) + sinatra (~> 3.0.5) slack-notifier (~> 1.5.1) BUNDLED WITH