Skip to content

Commit

Permalink
Merge pull request #178 from mroth/twitter-gem-dependency-conflict-fix
Browse files Browse the repository at this point in the history
fix for gem dependency issue #175
  • Loading branch information
matthutchinson committed Nov 28, 2013
2 parents 4bf8c4b + d98a307 commit 6bfd99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lolcommits.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('travis')

# plugin dependencies
s.add_runtime_dependency('twitter') #twitter
s.add_runtime_dependency('twitter', '~> 4.8.1') #twitter
s.add_runtime_dependency('oauth') #twitter
s.add_runtime_dependency('rest-client') #uploldz
s.add_runtime_dependency('httmultiparty') #dot_com
Expand Down

0 comments on commit 6bfd99c

Please sign in to comment.