Skip to content

Commit

Permalink
Use PageNumber gem from RubyGems [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Mar 18, 2017
1 parent 7673303 commit f5f859c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "coderay"
gem "will_paginate", "~> 3.0"
gem "itunes_store_transporter", "~> 0.2.0"
gem "padrino_bootstrap_forms", "~> 0.1.2", :require => "bootstrap_forms"
gem "page_number", :gist => "83f7ad7ce9c8f92a833f6d6530a2495c"
gem "page_number", "~> 0.1.0"
gem "i18n-env-config"
gem "mail"
gem "valid_email"
Expand Down
9 changes: 2 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
GIT
remote: https://gist.github.com/83f7ad7ce9c8f92a833f6d6530a2495c.git
revision: dd4147d09d16b9ee6ee24726ca7456787b90add6
specs:
page_number (0.0.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -113,6 +107,7 @@ GEM
padrino_bootstrap_forms (0.1.2)
activesupport (>= 3.1, < 5)
padrino (~> 0.11, != 0.13.1, != 0.13.0, != 0.12.5, != 0.12.4, != 0.12.3, != 0.12.2, != 0.12.1, != 0.12.0)
page_number (0.1.0)
phantomjs (2.1.1.0)
poltergeist (1.9.0)
capybara (~> 2.1)
Expand Down Expand Up @@ -191,7 +186,7 @@ DEPENDENCIES
padrino-helpers (= 0.12.6)
padrino-mailer (= 0.12.6)
padrino_bootstrap_forms (~> 0.1.2)
page_number!
page_number (~> 0.1.0)
phantomjs
poltergeist
rack-test
Expand Down

0 comments on commit f5f859c

Please sign in to comment.