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 @@ -58,7 +58,7 @@ gem "browser", "~> 6.2"
gem "bcrypt", "~> 3.1"
gem "blazer", "~> 3.3.0"
gem "maintenance_tasks", "~> 2.14"
gem "strong_migrations", "~> 2.6"
gem "strong_migrations", "~> 2.7"
gem "phlex-rails", "~> 2.4"
gem "discard", "~> 1.4"
gem "user_agent_parser", "~> 2.21"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.2.0)
strong_migrations (2.6.0)
strong_migrations (2.7.0)
activerecord (>= 7.2)
swd (2.0.3)
activesupport (>= 3)
Expand Down Expand Up @@ -1019,7 +1019,7 @@ DEPENDENCIES
simplecov-cobertura (~> 3.1)
statsd-instrument (~> 3.11)
stimulus-rails (~> 1.3)
strong_migrations (~> 2.6)
strong_migrations (~> 2.7)
tailwindcss-rails (~> 4.4)
toxiproxy (~> 2.0)
user_agent_parser (~> 2.21)
Expand Down Expand Up @@ -1336,7 +1336,7 @@ CHECKSUMS
statsd-instrument (3.11.0) sha256=7c2a9a0679595b522896a29695c8917b9e9978a88ec7b233bc5f44e71a115146
stimulus-rails (1.3.4) sha256=765676ffa1f33af64ce026d26b48e8ffb2e0b94e0f50e9119e11d6107d67cb06
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
strong_migrations (2.6.0) sha256=3c6bbd63269b4a4dea0e7bb2ab8408aad0e03a0258c5a3b5b2a43f00c5cb710f
strong_migrations (2.7.0) sha256=ab9a942e3907c4f9b83526ab0ec476df9a5252b29c2fc5b8167755ee1be29e10
swd (2.0.3) sha256=4cdbe2a4246c19f093fce22e967ec3ebdd4657d37673672e621bf0c7eb770655
tailwindcss-rails (4.4.0) sha256=efa2961351a52acebe616e645a81a30bb4f27fde46cc06ce7688d1cd1131e916
tailwindcss-ruby (4.1.16) sha256=d30e4713152bb89ebe1fddb5b5f9b31d7755bf5576453e601eb58b19174c48c0
Expand Down
Loading