Skip to content

Commit

Permalink
Updating gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Dec 6, 2012
1 parent 7e92810 commit 016c14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metriksd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Gem::Specification.new do |s|

## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
s.add_dependency('librato-metrics', '~> 0.7')
s.add_dependency('librato-metrics', [ '>= 0.7', '< 2.0' ])
s.add_dependency('msgpack', '~> 0.4')
s.add_dependency('snappy')
s.add_dependency('activesupport')
s.add_dependency('eventmachine', '~> 1.0.0.rc.4')
s.add_dependency('eventmachine', '~> 1.0')

## List your development dependencies here. Development dependencies are
## those that are only needed during development
Expand Down

0 comments on commit 016c14e

Please sign in to comment.