Skip to content

Commit

Permalink
Merge pull request #752 from wilkie/bugfix/update_twitter_gem
Browse files Browse the repository at this point in the history
Updates twitter gem and increases minor patches of all other gems.
  • Loading branch information
jrgifford committed Mar 21, 2013
2 parents c062c7f + 6408760 commit 8bc39a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem "bson", "~> 1.7.0"
gem "bson_ext", "~> 1.7.0" gem "bson_ext", "~> 1.7.0"
gem "i18n", "~> 0.6.0" gem "i18n", "~> 0.6.0"
gem "tire", "~> 0.4.1" gem "tire", "~> 0.4.1"
gem "twitter", "~> 4.0.0" gem "twitter", "~> 4.6.0"
gem "pony", "~> 1.3" gem "pony", "~> 1.3"
gem "rdiscount", "~> 1.6.8" gem "rdiscount", "~> 1.6.8"
gem "ratom", "~> 0.7.2" gem "ratom", "~> 0.7.2"
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
fabrication (1.2.0) fabrication (1.2.0)
faraday (0.8.6) faraday (0.8.6)
multipart-post (~> 1.1) multipart-post (~> 1.1)
ffi (1.4.0) ffi (1.5.0)
fssm (0.2.10) fssm (0.2.10)
haml (3.1.8) haml (3.1.8)
haml-rails (0.3.5) haml-rails (0.3.5)
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
websocket (~> 1.0.4) websocket (~> 1.0.4)
show_me_the_cookies (1.1.4) show_me_the_cookies (1.1.4)
capybara (~> 1.0) capybara (~> 1.0)
simple_oauth (0.1.9) simple_oauth (0.2.0)
simplecov (0.4.2) simplecov (0.4.2)
simplecov-html (~> 0.4.4) simplecov-html (~> 0.4.4)
simplecov-html (0.4.5) simplecov-html (0.4.5)
Expand All @@ -255,10 +255,10 @@ GEM
treetop (1.4.12) treetop (1.4.12)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
twitter (4.0.0) twitter (4.6.2)
faraday (~> 0.8) faraday (~> 0.8, < 0.10)
multi_json (~> 1.3) multi_json (~> 1.0)
simple_oauth (~> 0.1.6) simple_oauth (~> 0.2)
tzinfo (0.3.37) tzinfo (0.3.37)
uglifier (1.0.4) uglifier (1.0.4)
execjs (>= 0.3.0) execjs (>= 0.3.0)
Expand All @@ -269,7 +269,6 @@ GEM
raindrops (~> 0.6) raindrops (~> 0.6)
vcr (1.10.3) vcr (1.10.3)
webmock (1.6.4) webmock (1.6.4)
addressable (~> 2.2, > 2.2.5)
addressable (~> 2.2, > 2.2.5) addressable (~> 2.2, > 2.2.5)
crack (>= 0.1.7) crack (>= 0.1.7)
websocket (1.0.7) websocket (1.0.7)
Expand Down Expand Up @@ -329,7 +328,7 @@ DEPENDENCIES
therubyracer (~> 0.11.3) therubyracer (~> 0.11.3)
thin (~> 1.5.0) thin (~> 1.5.0)
tire (~> 0.4.1) tire (~> 0.4.1)
twitter (~> 4.0.0) twitter (~> 4.6.0)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
uglifier (~> 1.0.0) uglifier (~> 1.0.0)
unicorn (~> 4.0.1) unicorn (~> 4.0.1)
Expand Down

0 comments on commit 8bc39a5

Please sign in to comment.