Skip to content

Commit

Permalink
add figaro
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Nov 25, 2024
1 parent 41f0072 commit b2695da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ group :production do
gem "sentry-sidekiq"
gem "sidekiq"
gem "stackprof"
gem "figaro", "~> 1.2"
end

group :test do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ GEM
faraday-net_http (3.3.0)
net-http
ffi (1.16.3)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
file_validators (3.0.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand Down Expand Up @@ -1057,6 +1059,7 @@ DEPENDENCIES
decidim-vocdoni!
dotenv-rails
faker
figaro (~> 1.2)
foreman
letter_opener_web
listen
Expand Down

0 comments on commit b2695da

Please sign in to comment.