Skip to content

Commit 459f20b

Browse files
committed
Add prime gem to development dependency
Because prime Libraly will be the default gem. ``` ruby/openssl/test/openssl/test_bn.rb:266: warning: prime was loaded from the standard library, but is not part of the default gems since Ruby 3.1.0. Add prime to your Gemfile or gemspec. ```
1 parent 8367b16 commit 459f20b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ group :development do
55
gem "rake-compiler"
66
gem "test-unit", "~> 3.0", ">= 3.4.6"
77
gem "test-unit-ruby-core"
8+
gem "prime"
89
# In the case of Ruby whose rdoc is not a default gem.
910
gem "rdoc"
1011
end

0 commit comments

Comments
 (0)