Skip to content

Commit

Permalink
Merge pull request #4560 from brave-intl/renovate/dotenv-rails-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency dotenv-rails to v3.1.7
  • Loading branch information
jlbyrne authored Dec 19, 2024
2 parents 3c45c25 + bbef619 commit 75cfb95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ group :development, :test do
gem "simplecov", require: false, group: :test
gem "selenium-webdriver", "~> 4.4"
gem "solargraph"
gem "dotenv-rails", "3.1.4"
gem "dotenv-rails", "3.1.7"
end

gem "importmap-rails", "~>2.0"
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/beanieboi/omniauth-vimeo.git
revision: 0f855fd3437061fa2d343c1b6036bd9472c0edd1
ref: 0f855fd3437061fa2d343c1b6036bd9472c0edd1
revision: 1177a816ef65688f5e4b94d7ad3932cbc5ac04d4
ref: 1177a816ef65688f5e4b94d7ad3932cbc5ac04d4
specs:
omniauth-vimeo (2.0.2)
omniauth-oauth2
Expand Down Expand Up @@ -205,9 +205,9 @@ GEM
simpleidn (~> 0.2.1)
docile (1.4.1)
domain_name (0.6.20240107)
dotenv (3.1.4)
dotenv-rails (3.1.4)
dotenv (= 3.1.4)
dotenv (3.1.7)
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
drb (2.2.1)
e2mmap (0.1.0)
Expand Down Expand Up @@ -282,7 +282,7 @@ GEM
railties (>= 6.0.0)
inflection (1.0.0)
io-console (0.7.2)
irb (1.14.1)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.6.0)
Expand Down Expand Up @@ -516,7 +516,7 @@ GEM
actionpack (>= 6, < 8)
redis (>= 3, < 6)
regexp_parser (2.9.2)
reline (0.5.11)
reline (0.5.12)
io-console (~> 0.5)
render_async (2.1.11)
request_store (1.7.0)
Expand Down Expand Up @@ -761,7 +761,7 @@ DEPENDENCIES
devise (~> 4.9)
dnsruby (~> 1.70)
domain_name
dotenv-rails (= 3.1.4)
dotenv-rails (= 3.1.7)
eth (~> 0.5)
faraday (= 2.9)
faraday-retry (= 2.2.1)
Expand Down

0 comments on commit 75cfb95

Please sign in to comment.