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 68958e3 commit bd770d0Copy full SHA for bd770d0
pwn.gemspec
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
require 'pwn/version'
6
7
Gem::Specification.new do |spec|
8
- spec.required_ruby_version = ">= #{File.read('.ruby-version')}*"
+ spec.required_ruby_version = ">= #{File.read('.ruby-version')}"
9
spec.name = 'pwn'
10
spec.version = PWN::VERSION
11
spec.authors = ['0day Inc.']
0 commit comments