From 82d907dbcb782f40e6731024b57a10c5b35489fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:25:38 +0000 Subject: [PATCH] Update dependency dotenv-rails to '~> 2.8.0' --- Gemfile | 2 +- Gemfile.lock | 53 +++++++++++++++++++++++++++------------------------- 2 files changed, 29 insertions(+), 26 deletions(-) diff --git a/Gemfile b/Gemfile index 6312454..e92faf7 100755 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 5.1.3' group :development, :test do gem 'byebug', '~> 10.0.0', platform: :mri - gem 'dotenv-rails', '~> 2.2.1' + gem 'dotenv-rails', '~> 2.8.0' gem 'pry', '~> 0.11.3' gem 'pry-byebug', '~> 3.6.0' gem 'rspec-rails', '~> 3.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index f991ef6..35857f2 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,19 +46,19 @@ GEM arel (8.0.0) ast (2.4.0) bcrypt (3.1.11) - builder (3.2.3) + builder (3.2.4) byebug (10.0.0) case_transform (0.2) activesupport coderay (1.1.2) - concurrent-ruby (1.0.5) - crass (1.0.3) + concurrent-ruby (1.2.3) + crass (1.0.6) diff-lcs (1.3) - dotenv (2.2.1) - dotenv-rails (2.2.1) - dotenv (= 2.2.1) - railties (>= 3.2, < 5.2) - erubi (1.7.0) + dotenv (2.8.1) + dotenv-rails (2.8.1) + dotenv (= 2.8.1) + railties (>= 3.2) + erubi (1.12.0) ffi (1.9.21) globalid (0.4.1) activesupport (>= 4.2.0) @@ -69,18 +69,19 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.2.0) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.0) mini_mime (>= 0.1.1) - method_source (0.9.0) + method_source (0.9.2) mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.11.3) + mini_portile2 (2.6.1) + minitest (5.15.0) nio4r (2.2.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) parallel (1.12.1) parser (2.4.0.2) ast (~> 2.3) @@ -95,9 +96,10 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) puma (3.11.2) - rack (2.0.4) + racc (1.7.3) + rack (2.2.9) rack-cors (1.0.2) - rack-test (0.8.2) + rack-test (0.8.3) rack (>= 1.0, < 3) rails (5.1.4) actioncable (= 5.1.4) @@ -111,11 +113,12 @@ GEM bundler (>= 1.3.0) railties (= 5.1.4) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rails_12factor (0.0.3) rails_serve_static_assets rails_stdout_logging @@ -128,7 +131,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (3.0.0) - rake (12.3.0) + rake (12.3.3) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -169,9 +172,9 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (0.20.0) + thor (0.20.3) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (1.3.0) websocket-driver (0.6.5) @@ -185,7 +188,7 @@ DEPENDENCIES active_model_serializers (~> 0.10.6) bcrypt (~> 3.1.11) byebug (~> 10.0.0) - dotenv-rails (~> 2.2.1) + dotenv-rails (~> 2.8.0) listen (~> 3.1.5) pg (~> 0.21) pry (~> 0.11.3)