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 f02d1ac commit e9272b2Copy full SHA for e9272b2
.travis.yml
@@ -1,7 +1,6 @@
1
sudo: false
2
language: ruby
3
rvm:
4
- - 2.2.7
5
- 2.3.5
6
- 2.4.2
7
- ruby-head
gdbm.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
spec.require_paths = ["lib"]
20
spec.extensions = ["ext/gdbm/extconf.rb"]
21
- spec.required_ruby_version = ">= 2.2.2"
+ spec.required_ruby_version = ">= 2.3.0"
22
23
spec.add_development_dependency "bundler", "~> 1.14"
24
spec.add_development_dependency "rake", "~> 10.0"
0 commit comments