Skip to content

Commit

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

gem 'rails', '~> 3.0.5'
gem 'oauth', '~> 0.4.4'
gem 'twitter', '~> 1.1.2'
gem 'twitter', '~> 1.2.0'

group :test do
gem 'rspec'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -93,13 +93,13 @@ GEM
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
twitter (1.1.2)
twitter (1.2.0)
faraday (~> 0.5.4)
faraday_middleware (~> 0.3.1)
faraday_middleware (~> 0.3.2)
hashie (~> 1.0.0)
multi_json (~> 0.0.5)
multi_xml (~> 0.2.0)
simple_oauth (~> 0.1.3)
simple_oauth (~> 0.1.4)
tzinfo (0.3.25)
weakling (0.0.4-java)
webmock (1.6.2)
Expand All @@ -119,6 +119,6 @@ DEPENDENCIES
rails (~> 3.0.5)
rspec
rspec-rails
twitter (~> 1.1.2)
twitter (~> 1.2.0)
webmock
webrat

0 comments on commit 14a7e36

Please sign in to comment.