We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24627b7 commit 33f1092Copy full SHA for 33f1092
Gemfile
@@ -4,6 +4,8 @@ source "https://rubygems.org"
4
5
gemspec
6
7
+gem "securerandom", "< 0.4.1" # TODO: Unlock after Ruby 3.1 support has been removed.
8
+
9
gem "rake", "~> 13.0"
10
gem "minitest", "~> 5.0"
11
gem "debug"
Gemfile.lock
@@ -124,7 +124,7 @@ GEM
124
connection_pool
125
reline (0.6.0)
126
io-console (~> 0.5)
127
- securerandom (0.4.1)
+ securerandom (0.4.0)
128
sqlite3 (2.5.0-arm64-darwin)
129
sqlite3 (2.5.0-x86_64-linux-gnu)
130
stringio (3.1.2)
@@ -150,6 +150,7 @@ DEPENDENCIES
150
minitest-sprint (~> 1.2)
151
railties
152
rake (~> 13.0)
153
+ securerandom (< 0.4.1)
154
sqlite3
155
156
BUNDLED WITH
0 commit comments