Skip to content

Commit

Permalink
Update dependency dotenv-rails to '~> 2.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 24a87e4 commit 82d907d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
53 changes: 28 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 82d907d

Please sign in to comment.