Skip to content

Commit

Permalink
Fix for gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
galvinhsiu committed Dec 7, 2011
1 parent 8ec9574 commit f1b9e38
Showing 1 changed file with 32 additions and 33 deletions.
65 changes: 32 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/hoverlover/cijoe.git
revision: f5109f347f371b81d3b937c38fcaf63b982c14eb
revision: fca3db9f21a55a6326a924eaa149ffc0f05e0e0d
specs:
cijoe (0.5.0)
choice
Expand All @@ -9,43 +9,42 @@ GIT
GEM
remote: http://rubygems.org/
specs:
activesupport (3.1.3)
multi_json (~> 1.0)
addressable (2.2.6)
bitly (0.6.2)
addressable (2.2.2)
bitly (0.6.1)
crack (>= 0.1.4)
httparty (>= 0.7.6)
httparty (>= 0.5.2)
oauth2 (>= 0.1.1)
choice (0.1.4)
crack (0.3.1)
faraday (0.7.5)
addressable (~> 2.2.6)
multipart-post (~> 1.1.3)
crack (0.1.8)
faraday (0.5.4)
addressable (~> 2.2.2)
multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2)
httparty (0.8.1)
multi_json
multi_xml
multi_json (1.0.4)
multi_xml (0.4.1)
multipart-post (1.1.4)
oauth2 (0.5.1)
faraday (~> 0.7.4)
multi_json (~> 1.0.3)
rack (1.3.5)
rack-protection (1.1.4)
rack
faraday_middleware (0.3.1)
faraday (~> 0.5.3)
hashie (0.4.0)
httparty (0.6.1)
crack (= 0.1.8)
multi_json (0.0.5)
multi_xml (0.2.0)
multipart-post (1.1.0)
oauth2 (0.1.1)
faraday (~> 0.5.0)
multi_json (~> 0.0.4)
rack (1.2.1)
rake (0.9.2.2)
simple_oauth (0.1.5)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)
twitter (2.0.2)
activesupport (>= 2.3.9, < 4)
faraday (~> 0.7)
multi_json (~> 1.0)
simple_oauth (~> 0.1)
simple_oauth (0.1.3)
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
tilt (1.2.1)
twitter (1.1.0)
faraday (~> 0.5.3)
faraday_middleware (~> 0.3.1)
hashie (~> 0.4.0)
multi_json (~> 0.0.5)
multi_xml (~> 0.2.0)
simple_oauth (~> 0.1.3)

PLATFORMS
ruby
Expand Down

0 comments on commit f1b9e38

Please sign in to comment.