Skip to content

Commit

Permalink
Merge pull request #22 from joneslee85/patch-2
Browse files Browse the repository at this point in the history
Set required ruby version
  • Loading branch information
jodosha committed Jun 30, 2014
2 parents 43a5082 + e19a5c0 commit 3556a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lotusrb.gemspec
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test)/})
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'

spec.add_dependency 'lotus-utils', '~> 0.2'
spec.add_dependency 'lotus-router', '~> 0.1', '>= 0.1.1'
Expand Down

0 comments on commit 3556a1a

Please sign in to comment.