Skip to content

Commit

Permalink
Remove sentient_user. Add latest will_paginate. Add turn.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwillson committed May 5, 2011
1 parent 33e35a0 commit 896ad77
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -12,10 +12,12 @@ gem 'Ascii85', :require => 'ascii85'
gem 'prawn'
gem 'prawn-core', :require => 'prawn/core'
gem 'vestal_versions', :git => 'git://github.com/laserlemon/vestal_versions'
gem 'sentient_user'
gem 'newrelic_rpm'
gem "will_paginate"

group :test do
gem "ansi"
gem "mocha"
gem "timecop"
gem "turn", :git => "https://github.com/dhh/turn.git"
end
14 changes: 12 additions & 2 deletions Gemfile.lock
Expand Up @@ -6,6 +6,13 @@ GIT
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)

GIT
remote: https://github.com/dhh/turn.git
revision: 7431ec611f28f68fd8fc06ad8cc2e9ed2de81cc1
specs:
turn (0.8.1)
ansi (>= 1.2.2)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -37,6 +44,7 @@ GEM
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
ansi (1.2.4)
arel (2.0.9)
authlogic (3.0.2)
activerecord (~> 3.0.7)
Expand Down Expand Up @@ -81,20 +89,21 @@ GEM
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
sentient_user (0.3.2)
tabular (0.0.7)
thor (0.14.6)
timecop (0.3.5)
treetop (1.4.9)
polyglot (>= 0.3.1)
ttfunk (1.0.1)
tzinfo (0.3.27)
will_paginate (2.3.15)

PLATFORMS
ruby

DEPENDENCIES
Ascii85
ansi
authlogic
fastercsv
mocha
Expand All @@ -105,7 +114,8 @@ DEPENDENCIES
prawn-core
rack (~> 1.2.1)
rails
sentient_user
tabular (> 0.0.5)
timecop
turn!
vestal_versions!
will_paginate

0 comments on commit 896ad77

Please sign in to comment.