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 d8149c5 commit 00bdddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lita-onewheel-wunderground.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'lita-onewheel-wunderground'
spec.version = '1.0.0'
spec.version = '1.0.1'
spec.authors = ['Andrew Kreps']
spec.email = ['andrew.kreps@gmail.com']
spec.description = %q{Lita interface to reveal today's record high temperature.}
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_development_dependency 'bundler', '~> 1.3'
Expand Down

0 comments on commit 00bdddf

Please sign in to comment.