Skip to content

Commit

Permalink
Update twitter dependency to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 6, 2011
1 parent af4973b commit 4419312
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gem 'rails', '~> 3.0.6'
gem 'oauth', '~> 0.4.4'
gem 'twitter', '~> 1.2.0'
gem 'twitter', '~> 1.3.0'

group :test do
gem 'rspec'
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ GEM
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
faraday (0.5.7)
faraday (0.6.0)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (< 2, >= 1.1.0)
faraday_middleware (0.3.2)
faraday (~> 0.5.4)
faraday_middleware (0.6.3)
faraday (~> 0.6.0)
hashie (1.0.0)
i18n (0.5.0)
mail (2.2.15)
Expand Down Expand Up @@ -76,6 +76,8 @@ GEM
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rash (0.3.0)
hashie (~> 1.0.0)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
Expand All @@ -93,12 +95,13 @@ GEM
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
twitter (1.2.0)
faraday (~> 0.5.4)
faraday_middleware (~> 0.3.2)
twitter (1.3.0)
faraday (~> 0.6.0)
faraday_middleware (~> 0.6.3)
hashie (~> 1.0.0)
multi_json (~> 0.0.5)
multi_xml (~> 0.2.0)
rash (~> 0.3.0)
simple_oauth (~> 0.1.4)
tzinfo (0.3.26)
weakling (0.0.4-java)
Expand All @@ -119,6 +122,6 @@ DEPENDENCIES
rails (~> 3.0.6)
rspec
rspec-rails
twitter (~> 1.2.0)
twitter (~> 1.3.0)
webmock
webrat

0 comments on commit 4419312

Please sign in to comment.