Skip to content

Commit

Permalink
Add prime gem to development dependency
Browse files Browse the repository at this point in the history
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.
```
  • Loading branch information
takkanm committed Oct 26, 2024
1 parent 8367b16 commit 459f20b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ group :development do
gem "rake-compiler"
gem "test-unit", "~> 3.0", ">= 3.4.6"
gem "test-unit-ruby-core"
gem "prime"
# In the case of Ruby whose rdoc is not a default gem.
gem "rdoc"
end

0 comments on commit 459f20b

Please sign in to comment.