diff --git a/Gemfile b/Gemfile index 9584519..7d8b98e 100644 --- a/Gemfile +++ b/Gemfile @@ -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] diff --git a/Gemfile.lock b/Gemfile.lock index b2d7233..541be26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -87,7 +87,7 @@ 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) @@ -95,7 +95,7 @@ GEM 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) @@ -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) @@ -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) @@ -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)