Skip to content

Commit

Permalink
Bump the version requirements to ~> 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Nov 30, 2021
1 parent 85fb9ef commit 2e27aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ $ gem install ruby-masscan
### gemspec

```ruby
gemspec.add_dependency 'ruby-masscan', '~> 0.1'
gemspec.add_dependency 'ruby-masscan', '~> 0.2'
```

### Gemfile

```ruby
gem 'ruby-masscan', '~> 0.1'
gem 'ruby-masscan', '~> 0.2'
```

## License
Expand Down

0 comments on commit 2e27aa3

Please sign in to comment.