Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Relax required_lita_version requirement in plugin template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Jan 15, 2014
1 parent 1f73b98 commit c5be672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plugin/gemspec.tt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "lita", "~> <%= config[:required_lita_version] %>"
spec.add_runtime_dependency "lita", ">= <%= config[:required_lita_version] %>"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit c5be672

Please sign in to comment.