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 9e1dfd5 commit 4c25ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lita-onewheel-garfield.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'lita-onewheel-garfield'
spec.version = '0.1.0'
spec.version = '0.1.1'
spec.authors = ['Andrew Kreps']
spec.email = ['andrew.kreps@gmail.com']
spec.description = 'Tosses links to Garfield comics into chat.'
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.3'
spec.add_runtime_dependency 'lita', '~> 4'

spec.add_development_dependency 'bundler', '~> 1.3'
# spec.add_development_dependency 'pry-byebug', '~> 3.1'
Expand Down

0 comments on commit 4c25ad4

Please sign in to comment.