Skip to content

Commit

Permalink
Fixes Lita version dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Aug 28, 2016
1 parent dc5f645 commit 9fee526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lita-onewheel-wolfram-alpha.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'lita-onewheel-wolfram-alpha'
spec.version = '0.1.6'
spec.version = '0.1.7'
spec.authors = ['Andrew Kreps']
spec.email = ['andrew.kreps@gmail.com']
spec.description = %q{Lita interface to Wolfram Alpha.}
Expand All @@ -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', '~> 4.7'
spec.add_runtime_dependency 'lita', '~> 4'
spec.add_runtime_dependency 'rest-client', '~> 1.8'
spec.add_runtime_dependency 'nokogiri', '~> 1.6'

Expand Down

0 comments on commit 9fee526

Please sign in to comment.