From abe072838024759104f5a0d296ac22f46bd6e555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 19:57:06 +0000 Subject: [PATCH] Update devise_token_auth requirement from = 0.1.37 to = 1.2.1 Updates the requirements on [devise_token_auth](https://github.com/lynndylanhurley/devise_token_auth) to permit the latest version. - [Release notes](https://github.com/lynndylanhurley/devise_token_auth/releases) - [Changelog](https://github.com/lynndylanhurley/devise_token_auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/lynndylanhurley/devise_token_auth/compare/v0.1.37...v1.2.1) --- updated-dependencies: - dependency-name: devise_token_auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 139 +++++++++++++++++++++++++------------------- shareconomy.gemspec | 2 +- 2 files changed, 80 insertions(+), 61 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5cb21d9..522d091 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,45 +5,46 @@ PATH aasm (~> 4.10.1) active_model_serializers (~> 0.9.0) cancancan (~> 1.10) - devise_token_auth (= 0.1.37) + devise_token_auth (= 1.2.1) rails (~> 4.2.6) GEM remote: https://rubygems.org/ specs: aasm (4.10.1) - actionmailer (4.2.11.1) - actionpack (= 4.2.11.1) - actionview (= 4.2.11.1) - activejob (= 4.2.11.1) + actionmailer (4.2.11.3) + actionpack (= 4.2.11.3) + actionview (= 4.2.11.3) + activejob (= 4.2.11.3) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.11.1) - actionview (= 4.2.11.1) - activesupport (= 4.2.11.1) + actionpack (4.2.11.3) + actionview (= 4.2.11.3) + activesupport (= 4.2.11.3) 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.11.1) - activesupport (= 4.2.11.1) + actionview (4.2.11.3) + activesupport (= 4.2.11.3) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.3) - active_model_serializers (0.9.5) + active_model_serializers (0.9.8) activemodel (>= 3.2) - activejob (4.2.11.1) - activesupport (= 4.2.11.1) + concurrent-ruby (~> 1.0) + activejob (4.2.11.3) + activesupport (= 4.2.11.3) globalid (>= 0.3.0) - activemodel (4.2.11.1) - activesupport (= 4.2.11.1) + activemodel (4.2.11.3) + activesupport (= 4.2.11.3) builder (~> 3.1) - activerecord (4.2.11.1) - activemodel (= 4.2.11.1) - activesupport (= 4.2.11.1) + activerecord (4.2.11.3) + activemodel (= 4.2.11.3) + activesupport (= 4.2.11.3) arel (~> 6.0) - activesupport (4.2.11.1) + activesupport (4.2.11.3) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) @@ -51,24 +52,26 @@ GEM apipie-rails (0.3.6) json arel (6.0.4) - bcrypt (3.1.11) - builder (3.2.3) + bcrypt (3.1.18) + builder (3.2.4) byebug (8.2.5) - cancancan (1.13.1) + cancancan (1.17.0) codeclimate-test-reporter (0.5.0) simplecov (>= 0.7.1, < 1.0.0) coderay (1.1.1) - concurrent-ruby (1.1.5) - crass (1.0.5) - devise (4.0.3) + concurrent-ruby (1.2.2) + crass (1.0.6) + date (3.3.3) + devise (4.9.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0, < 5.1) + railties (>= 4.1.0) responders warden (~> 1.2.3) - devise_token_auth (0.1.37) - devise (> 3.5.2, < 4.1) - rails (< 6) + devise_token_auth (1.2.1) + bcrypt (~> 3.0) + devise (> 3.5.2, < 5) + rails (>= 4.2.0, < 7.1) diff-lcs (1.2.5) docile (1.3.2) dotenv (2.1.1) @@ -91,17 +94,30 @@ GEM i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.3.1) - loofah (2.3.1) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.7.1) + mail (2.8.1) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp method_source (0.8.2) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.11.3) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + mini_mime (1.1.2) + mini_portile2 (2.8.1) + minitest (5.18.0) + net-imap (0.3.4) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.1) + timeout + net-smtp (0.3.3) + net-protocol + nokogiri (1.14.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) orm_adapter (0.5.0) pg (0.18.4) pry (0.10.3) @@ -113,36 +129,38 @@ GEM pry (~> 0.10) pry-rails (0.3.4) pry (>= 0.9.10) - rack (1.6.12) + racc (1.6.2) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) - rails (4.2.11.1) - actionmailer (= 4.2.11.1) - actionpack (= 4.2.11.1) - actionview (= 4.2.11.1) - activejob (= 4.2.11.1) - activemodel (= 4.2.11.1) - activerecord (= 4.2.11.1) - activesupport (= 4.2.11.1) + rails (4.2.11.3) + actionmailer (= 4.2.11.3) + actionpack (= 4.2.11.3) + actionview (= 4.2.11.3) + activejob (= 4.2.11.3) + activemodel (= 4.2.11.3) + activerecord (= 4.2.11.3) + activesupport (= 4.2.11.3) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.11.1) + railties (= 4.2.11.3) sprockets-rails - rails-deprecated_sanitizer (1.0.3) + rails-deprecated_sanitizer (1.0.4) activesupport (>= 4.2.0.alpha) rails-dom-testing (1.0.9) activesupport (>= 4.2.0, < 5.0) nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.2.0) - loofah (~> 2.2, >= 2.2.2) - railties (4.2.11.1) - actionpack (= 4.2.11.1) - activesupport (= 4.2.11.1) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) + railties (4.2.11.3) + actionpack (= 4.2.11.3) + activesupport (= 4.2.11.3) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.3) - responders (2.2.0) - railties (>= 4.2.0, < 5.1) + rake (13.0.6) + responders (2.4.1) + actionpack (>= 4.2.0, < 6.0) + railties (>= 4.2.0, < 6.0) rspec (3.4.0) rspec-core (~> 3.4.0) rspec-expectations (~> 3.4.0) @@ -172,18 +190,19 @@ GEM simplecov-html (~> 0.11) simplecov-html (0.12.2) slop (3.6.0) - sprockets (3.7.2) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (0.20.3) + thor (1.2.1) thread_safe (0.3.6) - tzinfo (1.2.5) + timeout (0.3.2) + tzinfo (1.2.11) thread_safe (~> 0.1) - warden (1.2.6) + warden (1.2.7) rack (>= 1.0) PLATFORMS diff --git a/shareconomy.gemspec b/shareconomy.gemspec index ef8c6a2..dd794e6 100644 --- a/shareconomy.gemspec +++ b/shareconomy.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.add_dependency 'aasm', "~> 4.10.1" s.add_dependency "rails", "~> 4.2.6" s.add_dependency 'cancancan', '~> 1.10' - s.add_dependency "devise_token_auth", "0.1.37" + s.add_dependency "devise_token_auth", "1.2.1" s.add_dependency "active_model_serializers", '~> 0.9.0' s.add_development_dependency "pg"