forked from OpenNeo/impress
will_paginate in gemfile
This commit is contained in:
parent
8519f9131b
commit
a8318323ef
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -8,6 +8,8 @@ gem 'sqlite3-ruby', :require => 'sqlite3'
|
|||
|
||||
gem 'haml', '>= 3.0.0'
|
||||
|
||||
gem 'will_paginate', :git => 'http://github.com/mislav/will_paginate.git', :branch => 'rails3'
|
||||
|
||||
group :development do
|
||||
gem 'mysql'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue