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 @@ -266,7 +266,7 @@ group :test do

# Test prof provides factories from code
# and other niceties
gem "test-prof", "~> 1.6.2"
gem "test-prof", "~> 1.6.3"
gem "turbo_tests", github: "opf/turbo_tests", ref: "with-patches"

gem "rack_session_access"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ GEM
table_print (1.5.7)
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
test-prof (1.6.2)
test-prof (1.6.3)
logger
text-hyphen (1.5.0)
thor (1.5.0)
Expand Down Expand Up @@ -1767,7 +1767,7 @@ DEPENDENCIES
svg-graph (~> 2.2.0)
sys-filesystem (~> 1.6.0)
table_print (~> 1.5.6)
test-prof (~> 1.6.2)
test-prof (~> 1.6.3)
timecop (~> 0.9.0)
ttfunk (~> 1.7.0)
turbo-rails (~> 2.0.20)
Expand Down Expand Up @@ -2269,7 +2269,7 @@ CHECKSUMS
sys-filesystem (1.6.0) sha256=e2a7183e147e9b95aaa1217d65b3e3b479861c554acd18ec36aebb91398b45f6
table_print (1.5.7) sha256=436664281f93387b882335795e16cfeeb839ad0c785ff7f9110fc0f17c68b5cb
terminal-table (4.0.0) sha256=f504793203f8251b2ea7c7068333053f0beeea26093ec9962e62ea79f94301d2
test-prof (1.6.2) sha256=eebcf3034d73c0220afe7391ec82966a0a41009e65f2822ffaabcdc108b51e4c
test-prof (1.6.3) sha256=027aea17612b2776069820e4209f6b446ece7ad6dc693f4aed0b742bcb3817a1
text-hyphen (1.5.0) sha256=c44a4533b8a554e7ff7c955e131bcccc78a0b4c56ce1d73f2c8c11f43b075a06
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
timecop (0.9.11) sha256=41284dc6e5041f2184f781ace766f942108c842f8d8c1386a26e6343decc7542
Expand Down
Loading