Skip to content

Commit b890000

Browse files
committed
fixing drone.io by upgrading ruby version
1 parent b3ee115 commit b890000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockserver-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.summary = 'A Ruby client for MockServer'
1313
spec.description = 'A Ruby Client for MockServer that enables easy mocking of any system you integrate with via HTTP or HTTPS (i.e. services, web sites, etc)'
1414

15-
spec.required_ruby_version = '>= 1.9'
15+
spec.required_ruby_version = '>= 2.0'
1616
spec.required_rubygems_version = '~> 2.0'
1717

1818
spec.files = `git ls-files -z`.split("\x0")

0 commit comments

Comments
 (0)