diff --git a/Gemfile b/Gemfile index 0a3e394..3ce4aee 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'mysql2', '0.2.7' gem "authlogic" gem "rails3-generators" gem "paperclip" -gem 'will_paginate', '~> 3.0.beta' +gem 'will_paginate', '~> 3.0' gem "paperclip" diff --git a/Gemfile.lock b/Gemfile.lock index 957d65e..8e80fb2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,6 @@ GEM arel (2.0.10) authlogic (3.0.3) activerecord (>= 3.0.7) - activerecord (>= 3.0.7) builder (2.1.2) cocaine (0.1.0) daemons (1.1.4) @@ -83,7 +82,7 @@ GEM treetop (1.4.9) polyglot (>= 0.3.1) tzinfo (0.3.28) - will_paginate (3.0.pre2) + will_paginate (3.0.5) PLATFORMS ruby @@ -95,4 +94,4 @@ DEPENDENCIES rails (= 3.0.9) rails3-generators thin - will_paginate (~> 3.0.beta) + will_paginate (~> 3.0)