Skip to content

Commit

Permalink
Reorder for clarity (no runtime difference).
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Oct 3, 2014
1 parent b62bbe0 commit 6a54035
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test_apps/will_paginate/Gemfile
Expand Up @@ -8,9 +8,10 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
gem 'will_paginate-bootstrap'
# Specific gem we are testing:

# Specific gems we are testing:
gem 'will_paginate'
gem 'will_paginate-bootstrap'

# Used for testing
gem 'test_models', git: "git://github.com/upmin/test_models.git"
Expand Down

0 comments on commit 6a54035

Please sign in to comment.