Skip to content

Commit ab572bb

Browse files
committed
loosen ruby version requirement
1 parent d35c0b3 commit ab572bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws-google.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33
require 'aws/google/version'
44

55
Gem::Specification.new do |spec|
6-
spec.required_ruby_version = '>= 3.1.7'
6+
spec.required_ruby_version = '~> 3.0'
77
spec.name = 'aws-google'
88
spec.version = Aws::Google::VERSION
99
spec.authors = ['Will Jordan']

0 commit comments

Comments
 (0)