Skip to content

Commit e5b4736

Browse files
committed
Remove note about (never implemented) gem sign
1 parent dfb9ec0 commit e5b4736

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ Thank you for supporting free and open-source software by sponsoring on [GitHub]
1717

1818
## Install
1919

20-
This gem is [cryptographically signed](https://guides.rubygems.org/security/#using-gems) in order to assure it hasn't been tampered with. Unless already done, please add the author's public key as a trusted certificate now:
21-
22-
```
23-
gem cert --add <(curl -Ls https://bitcetera.com/downloads/gem-public_cert.pem)
24-
```
25-
2620
Add the following to the <tt>Gemfile</tt> or <tt>gems.rb</tt> of your [Bundler](https://bundler.io) powered Ruby project:
2721

2822
```ruby
@@ -32,7 +26,7 @@ gem 'minitest-substitute'
3226
And then install the bundle:
3327

3428
```
35-
bundle install --trust-policy MediumSecurity
29+
bundle install
3630
```
3731

3832
Finally, require this gem in your `test_helper.rb` or `spec_helper.rb`:

0 commit comments

Comments
 (0)