Skip to content

Commit

Permalink
Require ruby v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuwatch committed Nov 5, 2020
1 parent cb5e07f commit 85dc898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nazrin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
spec.description = 'Ruby wrapper for Amazon CloudSearch (aws-sdk), with ActiveRecord, Mongoid support for easy integration with your Rails application'
spec.homepage = 'https://github.com/tsuwatch/nazrin'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = ['lib']
Expand Down

0 comments on commit 85dc898

Please sign in to comment.