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
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ GEM
net-smtp
marcel (1.1.0)
mini_mime (1.1.5)
minitest (5.27.0)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
net-imap (0.6.2)
date
net-protocol
Expand Down Expand Up @@ -277,7 +279,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
minitest (~> 5.27)
minitest (~> 6.0)
propshaft
puma
rubocop-rails-omakase
Expand Down Expand Up @@ -321,7 +323,7 @@ CHECKSUMS
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
minitest (5.27.0) sha256=2d3b17f8a36fe7801c1adcffdbc38233b938eb0b4966e97a6739055a45fa77d5
minitest (6.0.2) sha256=db6e57956f6ecc6134683b4c87467d6dd792323c7f0eea7b93f66bd284adbc3d
net-imap (0.6.2) sha256=08caacad486853c61676cca0c0c47df93db02abc4a8239a8b67eb0981428acc6
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
Expand Down
2 changes: 1 addition & 1 deletion stepped.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |spec|

spec.add_dependency "rails", ">= 8.1.1"
spec.add_development_dependency "temping"
spec.add_development_dependency "minitest", "~> 5.27" # Version 6 seems to break `rails test` at the moment (no tests run)
spec.add_development_dependency "minitest", "~> 6.0" # Version 6 seems to break `rails test` at the moment (no tests run)
end