diff --git a/Gemfile b/Gemfile index 237f51e..c165e1f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'populator', '1.0.0' gem 'pg' gem 'prawn', '0.6.3' gem 'rails', '2.3.18' -gem 'rake', '0.8.7' +gem 'rake', '12.3.3' gem 'searchlogic', '2.4.25' gem 'will_paginate', '2.3.15' diff --git a/Gemfile.lock b/Gemfile.lock index ed13103..1592fa3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM activeresource (= 2.3.18) activesupport (= 2.3.18) rake (>= 0.8.3) - rake (0.8.7) + rake (12.3.3) searchlogic (2.4.25) activerecord (>= 2.0.0) will_paginate (2.3.15) @@ -56,6 +56,6 @@ DEPENDENCIES populator (= 1.0.0) prawn (= 0.6.3) rails (= 2.3.18) - rake (= 0.8.7) + rake (= 12.3.3) searchlogic (= 2.4.25) will_paginate (= 2.3.15)