Skip to content

Commit

Permalink
Update dotenv-rails to version 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Dec 19, 2024
1 parent e3984b8 commit db1bb64
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
bootsnap (1.15.0)
msgpack (~> 1.2)
brakeman (5.4.0)
builder (3.2.4)
builder (3.3.0)
capistrano (3.17.1)
airbrussh (>= 1.0.0)
i18n
Expand Down Expand Up @@ -153,7 +153,7 @@ GEM
childprocess (4.1.0)
code_analyzer (0.5.5)
sexp_processor
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
connection_pool (2.3.0)
crass (1.0.6)
cssbundling-rails (1.1.2)
Expand All @@ -169,18 +169,18 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
dotenv (3.1.7)
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
draper (4.0.2)
actionpack (>= 5.0)
activemodel (>= 5.0)
activemodel-serializers-xml (>= 1.0)
activesupport (>= 5.0)
request_store (>= 1.0)
ruby2_keywords
erubi (1.12.0)
erubi (1.13.0)
erubis (2.7.0)
execjs (2.8.1)
factory_bot (6.2.1)
Expand All @@ -193,7 +193,7 @@ GEM
activesupport (>= 5.0)
hiredis (0.6.3)
htmlentities (4.3.4)
i18n (1.12.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -212,20 +212,20 @@ GEM
addressable (~> 2.7)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
loofah (2.19.1)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
method_source (1.1.0)
mini_magick (4.11.0)
mini_mime (1.1.2)
minitest (5.18.0)
minitest (5.25.4)
msgpack (1.6.0)
multi_json (1.15.0)
net-imap (0.3.4)
Expand All @@ -241,9 +241,9 @@ GEM
net-protocol
net-ssh (7.0.1)
nio4r (2.5.8)
nokogiri (1.14.2-x86_64-darwin)
nokogiri (1.17.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (5.10.1)
Expand All @@ -255,8 +255,8 @@ GEM
public_suffix (4.0.7)
puma (5.6.5)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
racc (1.8.1)
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.4.3)
Expand All @@ -273,11 +273,13 @@ GEM
activesupport (= 7.0.4.3)
bundler (>= 1.15.0)
railties (= 7.0.4.3)
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.5.0)
loofah (~> 2.19, >= 2.19.1)
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)
rails_best_practices (1.23.2)
activesupport
code_analyzer (~> 0.5.5)
Expand All @@ -294,7 +296,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.2.1)
ransack (3.2.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
Expand Down Expand Up @@ -386,7 +388,7 @@ GEM
railties (>= 6.0.0)
terser (1.1.13)
execjs (>= 0.3.0, < 3)
thor (1.2.1)
thor (1.3.2)
timeout (0.3.2)
turbo-rails (1.1.1)
actionpack (>= 6.0.0)
Expand All @@ -412,7 +414,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.7)
zeitwerk (2.6.18)

PLATFORMS
x86_64-darwin-20
Expand Down

0 comments on commit db1bb64

Please sign in to comment.