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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dankimio committed Dec 23, 2016
1 parent 2570b7d commit 8c802d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions houston.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Gem::Specification.new do |s|
s.summary = 'Send Apple Push Notifications'
s.description = 'Houston is a simple gem for sending Apple Push Notifications. Pass your credentials, construct your message, and send it.'

s.add_dependency 'commander', '~> 4.1'
s.add_dependency 'commander', '~> 4.4'
s.add_dependency 'json'

s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec', '~> 3.5'
s.add_development_dependency 'rake'
s.add_development_dependency 'simplecov'

Expand Down

0 comments on commit 8c802d3

Please sign in to comment.