Skip to content

Commit bd770d0

Browse files
committed
.ruby-version - Support ruby-3.1.2p20
1 parent 68958e3 commit bd770d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwn.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require 'pwn/version'
66

77
Gem::Specification.new do |spec|
8-
spec.required_ruby_version = ">= #{File.read('.ruby-version')}*"
8+
spec.required_ruby_version = ">= #{File.read('.ruby-version')}"
99
spec.name = 'pwn'
1010
spec.version = PWN::VERSION
1111
spec.authors = ['0day Inc.']

0 commit comments

Comments
 (0)