Skip to content

Commit

Permalink
Update twitter dependency to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 21, 2011
1 parent acdbb60 commit c7437a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gem 'rails', '~> 3.0.7'
gem 'oauth', '~> 0.4.4'
gem 'twitter', '~> 1.3.0'
gem 'twitter', '~> 1.4.0'

group :test do
gem 'rspec'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -95,8 +95,8 @@ GEM
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
twitter (1.3.0)
faraday (~> 0.6.0)
twitter (1.4.0)
faraday (~> 0.6.1)
faraday_middleware (~> 0.6.3)
hashie (~> 1.0.0)
multi_json (~> 0.0.5)
Expand All @@ -122,6 +122,6 @@ DEPENDENCIES
rails (~> 3.0.7)
rspec
rspec-rails
twitter (~> 1.3.0)
twitter (~> 1.4.0)
webmock
webrat

0 comments on commit c7437a7

Please sign in to comment.