Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Cuadrado <krawek@gmail.com>
  • Loading branch information
dcu committed Jan 25, 2011
1 parent a68f110 commit 3670695
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "http://rubygems.org"
gem 'cinch', :git => "https://github.com/injekt/cinch.git", :branch => "develop"
gem 'cinch', :git => "https://github.com/cinchrb/cinch.git", :branch => "master"
gem 'chronic'
gem 'ago'
gem 'mongo_mapper', '~>0.8'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ GIT
nokogiri (>= 1.3.3)

GIT
remote: https://github.com/injekt/cinch.git
revision: 0ca0beb7a092fa9947445c87b9355d95a651ddac
branch: develop
remote: https://github.com/cinchrb/cinch.git
revision: 09a94a81e3349b5f118734139b34527f66b2ba6e
branch: master
specs:
cinch (1.0.2)
cinch (1.1.1)

GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.3)
ago (0.1.5)
bson (1.1.2)
bson (1.2.0)
builder (3.0.0)
chronic (0.3.0)
crack (0.1.8)
curb (0.7.8)
curb (0.7.10)
feedzirra (0.0.24)
activesupport (>= 2.3.8)
builder (>= 2.1.2)
Expand All @@ -32,22 +32,22 @@ GEM
sax-machine (>= 0.0.12)
git (1.2.5)
hpricot (0.8.3)
httparty (0.6.1)
httparty (0.7.3)
crack (= 0.1.8)
i18n (0.4.2)
ideone (0.8.3)
i18n (0.5.0)
ideone (0.8.4)
imdb (0.6.5)
hpricot (>= 0.8.1)
jeweler (1.5.1)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
jnunemaker-validatable (1.8.4)
activesupport (>= 2.3.4)
mechanize (1.0.0)
nokogiri (>= 1.2.1)
mongo (1.1.2)
bson (>= 1.1.1)
mongo (1.2.0)
bson (>= 1.2.0)
mongo_mapper (0.8.6)
activesupport (>= 2.3.4)
jnunemaker-validatable (~> 1.8.4)
Expand All @@ -61,7 +61,7 @@ GEM
sax-machine (0.0.15)
nokogiri (> 0.0.0)
shoulda (2.11.3)
tzinfo (0.3.23)
tzinfo (0.3.24)

PLATFORMS
ruby
Expand Down

0 comments on commit 3670695

Please sign in to comment.