Skip to content

Commit

Permalink
chore(deps): update dependency dotenv-rails to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent cb950a1 commit b840034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ group :development, :test do
gem 'bullet', '~> 8.0'
gem 'colorize'
gem 'consistency_fail'
gem 'dotenv-rails', '~> 2.8.1'
gem 'dotenv-rails', '~> 3.1.7'
gem 'guard-livereload', '~> 2.5.2'
gem 'guard-rspec', require: false
gem 'pry-byebug'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dotenv (3.1.7)
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
net-pop
net-smtp
marcel (1.0.4)
method_source (1.0.0)
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
Expand Down Expand Up @@ -552,7 +552,7 @@ DEPENDENCIES
consistency_fail
devise (~> 4.9.4)
devise-i18n (~> 1.12.1)
dotenv-rails (~> 2.8.1)
dotenv-rails (~> 3.1.7)
factory_bot_rails (~> 6.4.4)
faker (~> 3.5.1)
font-awesome-rails (~> 4.7.0.9)
Expand Down

0 comments on commit b840034

Please sign in to comment.