Skip to content

Commit

Permalink
Fix explicit fixed version dependencies for twitter4r gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gunderloy authored and cpjolicoeur committed May 23, 2009
1 parent 5180b99 commit a2e8d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cerberus/publisher/twitter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def Time.parse(args)
class Cerberus::Publisher::Twitter < Cerberus::Publisher::Base
def self.publish(state, manager, options)
begin
gem 'twitter4r', '0.3.0'
gem 'twitter4r', '>=0.3.0'
require 'twitter'

twitter_options = options[:publisher, :twitter]
Expand Down
2 changes: 1 addition & 1 deletion test/mock/twitter.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gem 'twitter4r', '0.3.0'
gem 'twitter4r', '>=0.3.0'
require 'twitter'

class Twitter::Client
Expand Down

0 comments on commit a2e8d1e

Please sign in to comment.