Skip to content

Commit

Permalink
Updating will paginate to stop the deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Aug 16, 2010
1 parent 19283e7 commit e02811d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -16,7 +16,7 @@ gem "redis", "2.0.1"
gem "rest-client", "1.0.3", :require => "rest_client"
gem "sinatra", "1.0"
gem "system_timer", "1.0"
gem "will_paginate", "3.0.pre"
gem "will_paginate", "3.0.pre2"
gem "xml-simple", "1.0.12"

# These gems suck and do stupid things when in maintenance mode
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -141,7 +141,7 @@ GEM
webrat (0.5.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
will_paginate (3.0.pre)
will_paginate (3.0.pre2)
xml-simple (1.0.12)

PLATFORMS
Expand Down Expand Up @@ -179,5 +179,5 @@ DEPENDENCIES
validates_url_format_of (= 0.1.0)
webmock (= 0.7.3)
webrat (= 0.5.3)
will_paginate (= 3.0.pre)
will_paginate (= 3.0.pre2)
xml-simple (= 1.0.12)
Binary file removed vendor/cache/will_paginate-3.0.pre.gem
Binary file not shown.
Binary file added vendor/cache/will_paginate-3.0.pre2.gem
Binary file not shown.

0 comments on commit e02811d

Please sign in to comment.