Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Commit

Permalink
require immortal gem, not unstable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jrom committed Aug 30, 2011
1 parent abff3c0 commit 046be76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'vestal_versions', '~> 1.2.2', :git => 'git://github.com/adamcooper/vestal_v
gem 'paperclip', '~> 2.3.6'
gem 'teambox-permalink_fu', :require => 'permalink_fu'
gem 'cancan', '~> 1.4.1'
gem 'immortal', '~> 0.1.6', :git=>"git://github.com/teambox/immortal.git"
gem 'immortal', '~> 0.1.7'
gem 'rack-ssl-enforcer', :require => 'rack/ssl-enforcer'
gem 'jammit'

Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ GIT
choices (0.2.4)
hashie (>= 0.4.0)

GIT
remote: git://github.com/teambox/immortal.git
revision: f68c934e03a89535effbdcdc80c3c914586a559d
specs:
immortal (0.1.6)
activerecord (~> 3.0.5)

GIT
remote: git://github.com/teambox/will_paginate.git
revision: e69b364e79ce1fd24e3a10fcc87604969902f0a9
Expand Down Expand Up @@ -151,6 +144,8 @@ GEM
hpricot (0.8.4)
i18n (0.5.0)
icalendar (1.1.6)
immortal (0.1.7)
activerecord (~> 3.0.5)
jammit (0.6.3)
yui-compressor (>= 0.9.3)
json (1.5.3)
Expand Down Expand Up @@ -318,7 +313,7 @@ DEPENDENCIES
hpricot (~> 0.8.2)
i18n (>= 0.1.3)
icalendar (~> 1.1.3)
immortal (~> 0.1.6)!
immortal (~> 0.1.7)
jammit
json
launchy (~> 0.3.7)
Expand Down

0 comments on commit 046be76

Please sign in to comment.