Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Bump geared_pagination from 0.2 to 1.1.0 #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gem "local_time", "~> 2.0"

# Pagination library courtesy of Basecamp
# https://github.com/basecamp/geared_pagination
gem "geared_pagination", "~> 0.2"
gem "geared_pagination", "~> 1.1"

# Fake data generator
gem "faker", group: [:development, :test]
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
crass (1.0.6)
derailed_benchmarks (1.7.0)
benchmark-ips (~> 2)
Expand All @@ -87,15 +87,15 @@ GEM
faker (2.11.0)
i18n (>= 1.6, < 2)
ffi (1.12.2)
geared_pagination (0.2)
geared_pagination (1.1.0)
activesupport (>= 5.0)
addressable (>= 2.5.0)
get_process_mem (0.2.5)
ffi (~> 1.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
heapy (0.1.4)
i18n (1.8.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
Expand All @@ -121,12 +121,12 @@ GEM
mini_histogram (0.1.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
minitest (5.14.2)
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
pg (1.2.3)
public_suffix (4.0.5)
public_suffix (4.0.6)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.2)
Expand Down Expand Up @@ -196,7 +196,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.7)
tzinfo (1.2.8)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -224,7 +224,7 @@ DEPENDENCIES
coffee-rails (~> 5.0)
derailed_benchmarks
faker
geared_pagination (~> 0.2)
geared_pagination (~> 1.1)
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.1.5)
Expand Down