Skip to content
Open
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 @@ -71,7 +71,7 @@ group :development, :test do
gem "database_cleaner-active_record"
end

gem "dotenv-rails", "~> 3.1", groups: [ :development, :test ]
gem "dotenv-rails", "~> 3.2", groups: [ :development, :test ]

gem "inertia_rails", "~> 3.11"

Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
connection_pool (3.0.2)
crass (1.0.6)
database_cleaner-active_record (2.2.2)
activerecord (>= 5.a)
Expand All @@ -111,14 +111,14 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.6.2)
dotenv (3.1.8)
dotenv-rails (3.1.8)
dotenv (= 3.1.8)
dotenv (3.2.0)
dotenv-rails (3.2.0)
dotenv (= 3.2.0)
railties (>= 6.1)
drb (2.2.3)
dry-cli (1.3.0)
ed25519 (1.4.0)
erb (5.1.3)
erb (6.0.0)
erubi (1.13.1)
et-orbi (1.4.0)
tzinfo
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.15.2)
json (2.17.1)
kamal (2.8.2)
activesupport (>= 7.0)
base64 (~> 0.2)
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
minitest (5.26.0)
minitest (5.26.2)
msgpack (1.8.0)
mutex_m (0.3.0)
net-imap (0.5.12)
Expand Down Expand Up @@ -250,7 +250,7 @@ GEM
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rackup (2.3.1)
rack (>= 3)
rails (8.1.1)
actioncable (= 8.1.1)
Expand Down Expand Up @@ -284,12 +284,12 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.1)
rdoc (6.15.1)
rdoc (6.17.0)
erb
psych (>= 4.0.0)
tsort
regexp_parser (2.11.3)
reline (0.6.2)
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
rspec-core (3.13.6)
Expand Down Expand Up @@ -374,7 +374,7 @@ GEM
ostruct
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.7)
stringio (3.1.9)
thor (1.4.0)
thruster (0.1.16)
thruster (0.1.16-aarch64-linux)
Expand All @@ -389,7 +389,7 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.1.0)
uri (1.1.1)
useragent (0.16.11)
vite_rails (3.0.19)
railties (>= 5.1, < 9)
Expand Down Expand Up @@ -431,7 +431,7 @@ DEPENDENCIES
capybara
database_cleaner-active_record
debug
dotenv-rails (~> 3.1)
dotenv-rails (~> 3.2)
factory_bot_rails
image_processing (~> 1.2)
importmap-rails
Expand Down