Skip to content

Commit

Permalink
added dotenv rails
Browse files Browse the repository at this point in the history
  • Loading branch information
baldarn committed Aug 28, 2024
1 parent be1a2f6 commit 8dae49e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'rails', '~> 7.2.0'

# Drivers
gem 'pg', '~> 1.5.7'
gem 'sqlite3', '~> 1.4'

# Deployment
gem 'puma', '>= 5.0'
Expand Down Expand Up @@ -55,6 +56,7 @@ gem 'useragent', github: 'basecamp/useragent'

group :development, :test do
gem 'debug'
gem 'dotenv-rails'
gem 'faker', require: false
gem 'rubocop', '~> 1.65', require: false
gem 'rubocop-capybara', require: false
Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ GEM
devise-i18n (1.12.1)
devise (>= 4.9.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
drb (2.2.1)
dry-initializer (3.1.1)
ed25519 (1.3.0)
Expand Down Expand Up @@ -401,6 +404,12 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sshkit (1.23.0)
base64
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -471,6 +480,7 @@ DEPENDENCIES
debug
devise (~> 4.9)
devise-i18n
dotenv-rails
faker
front_matter_parser
htmlbeautifier
Expand Down Expand Up @@ -498,6 +508,7 @@ DEPENDENCIES
simple_form (~> 5.3)
solid_queue (~> 0.5.0)
sprockets-rails
sqlite3 (~> 1.4)
stimulus-rails
turbo-rails
useragent!
Expand Down

0 comments on commit 8dae49e

Please sign in to comment.