Skip to content

Commit

Permalink
update will_paginate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ambtus committed Jan 5, 2011
1 parent c97310c commit 0cf6384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tolk.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://www.rubyonrails.org'

s.platform = Gem::Platform::RUBY
s.add_dependency('will_paginate', '3.0.pre2')
s.add_dependency('will_paginate', '~> 3.0.pre2')
s.add_dependency('ya2yaml', '~> 0.26')

s.files = Dir['README', 'MIT-LICENSE', 'config/routes.rb', 'init.rb', 'lib/**/*', 'app/**/*', 'public/tolk/**/*']
Expand Down

0 comments on commit 0cf6384

Please sign in to comment.