Skip to content

Commit bbed25f

Browse files
committed
Upgrade development to securerandom 0.4.0
This should now trigger a bug with securerandom 0.4.0 since SecureRandom::Formatter was removed from the gem and only the class included in Ruby will be used. This means that `SecureRandom.alphanumeric` doesn't accept the `chars` argument and our tests will fail.
1 parent dae24cc commit bbed25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ GEM
541541
google-protobuf (~> 4.28)
542542
sass-embedded (1.80.3-x86_64-linux-gnu)
543543
google-protobuf (~> 4.28)
544-
securerandom (0.3.1)
544+
securerandom (0.4.0)
545545
selenium-webdriver (4.25.0)
546546
base64 (~> 0.2)
547547
logger (~> 1.4)

0 commit comments

Comments
 (0)