Skip to content

Commit

Permalink
add figaro
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Jun 17, 2024
1 parent c76fa4d commit fd29146
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ group :production do
gem "aws-sdk-s3", require: false
gem "sidekiq"
end

gem "figaro", "~> 1.2"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ GEM
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
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 @@ -838,6 +840,7 @@ DEPENDENCIES
capistrano-sidekiq
decidim (= 0.28.1)
decidim-dev (= 0.28.1)
figaro (~> 1.2)
letter_opener_web (~> 2.0)
listen (~> 3.1)
net-imap (~> 0.2.3)
Expand Down

0 comments on commit fd29146

Please sign in to comment.