Skip to content

Commit

Permalink
Update to latest 2.x WillPaginate to test against.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Sep 11, 2011
1 parent f9827e7 commit 91330db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ar_version = spec.dependencies.detect{ |d|d.name == 'activerecord' }.requirement

gem 'sqlite3', '1.3.4'
gem 'activerecord', ar_version, :require => 'active_record'
gem 'mislav-will_paginate', '2.3.4', :require => 'will_paginate'
gem 'will_paginate', '2.3.16'

group :development do
gem 'rake', '0.8.7'
Expand Down

0 comments on commit 91330db

Please sign in to comment.