Skip to content

Commit

Permalink
Require at least Ruby 2.4
Browse files Browse the repository at this point in the history
Ruby 2.3 and below is not officially supported anymore
  • Loading branch information
jnbt committed Nov 7, 2019
1 parent 3611bc1 commit aff93ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions candy_check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = Gem::Requirement.new(">= 2.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.4")

spec.add_dependency "google-api-client", "~> 0.34.0"
spec.add_dependency "multi_json", "~> 1.10"
spec.add_dependency "thor", "~> 0.19"

spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "coveralls", "~> 0.8"
spec.add_development_dependency "inch", "~> 0.7"
spec.add_development_dependency "minitest", "~> 5.10"
Expand Down

0 comments on commit aff93ba

Please sign in to comment.