Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'yaaf', '~> 3.0'

group :development, :test do
gem 'annotate', '~> 3.2', '>= 3.0.3'
gem 'dotenv-rails', '~> 3.1.2'
gem 'dotenv-rails', '~> 3.1.4'
gem 'factory_bot_rails', '~> 6.4'
gem 'faker', '~> 3.4'
gem 'pry-byebug', '~> 3.9', platform: :mri
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.5.1)
docile (1.4.1)
dotenv (3.1.2)
dotenv-rails (3.1.2)
dotenv (= 3.1.2)
dotenv (3.1.4)
dotenv-rails (3.1.4)
dotenv (= 3.1.4)
railties (>= 6.1)
draper (4.0.2)
actionpack (>= 5.0)
Expand Down Expand Up @@ -604,7 +604,7 @@ GEM
yaaf (3.0.2)
activemodel (>= 5.2)
activerecord (>= 5.2)
zeitwerk (2.7.0)
zeitwerk (2.7.1)

PLATFORMS
arm64-darwin-22
Expand All @@ -626,7 +626,7 @@ DEPENDENCIES
delayed_job_active_record (~> 4.1)
devise (~> 4.9)
devise_token_auth!
dotenv-rails (~> 3.1.2)
dotenv-rails (~> 3.1.4)
draper (~> 4.0, >= 4.0.1)
factory_bot_rails (~> 6.4)
faker (~> 3.4)
Expand Down