Skip to content

Commit

Permalink
Merge pull request #41 from tsuwatch/feature/required-version
Browse files Browse the repository at this point in the history
Require ruby v2.4.0
  • Loading branch information
tsuwatch committed Nov 6, 2020
2 parents cb5e07f + 85dc898 commit 591d42d
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 591d42d

Please sign in to comment.