Skip to content

Commit

Permalink
Fix will_paginate dep, pre versions are screwing up with ~>
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Feb 4, 2011
1 parent 21da90f commit 65b1b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ gem 'aaronh-chronic', :require => 'chronic' # Fixes for 1.9.2
gem 'coderay'
gem 'lesstile'
gem 'formtastic'
gem 'will_paginate', '~> 3.0.pre3'
gem 'will_paginate', '= 3.0.pre2'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -128,4 +128,4 @@ DEPENDENCIES
ruby-openid
sqlite3-ruby
webrat
will_paginate (~> 3.0.pre3)
will_paginate (= 3.0.pre2)

0 comments on commit 65b1b08

Please sign in to comment.