Skip to content

Commit

Permalink
Update to will_paginate latest major version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jun 2, 2023
1 parent 39ab2b0 commit 26012d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'omniauth-rails_csrf_protection'
gem 'octokit', '~> 6.0'
gem 'pdf-reader', '~> 2.11.0'
gem 'pg', '~> 1.4.6'
gem 'will_paginate', '~> 3.3.1'
gem 'will_paginate', '~> 4.0.0'
gem 'rails', '7.0.5'
gem "importmap-rails"
gem "turbo-rails"
Expand Down
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-drive_v3 (0.39.0)
google-apis-drive_v3 (0.40.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-sheets_v4 (0.22.0)
google-apis-core (>= 0.11.0, < 2.a)
Expand Down Expand Up @@ -210,9 +210,9 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jwt (2.7.0)
libv8-node (16.10.0.0)
libv8-node (16.10.0.0-x86_64-darwin)
libv8-node (16.10.0.0-x86_64-linux)
libv8-node (18.16.0.0)
libv8-node (18.16.0.0-x86_64-darwin)
libv8-node (18.16.0.0-x86_64-linux)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -231,8 +231,8 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.18.0)
msgpack (1.7.1)
multi_json (1.15.0)
Expand Down Expand Up @@ -307,7 +307,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
puma (6.2.2)
puma (6.3.0)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -338,8 +338,9 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.5)
actionpack (= 7.0.5)
activesupport (= 7.0.5)
Expand Down Expand Up @@ -373,7 +374,7 @@ GEM
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.2)
rspec-rails (6.0.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -458,7 +459,7 @@ GEM
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
will_paginate (3.3.1)
will_paginate (4.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.8)
Expand Down Expand Up @@ -517,7 +518,7 @@ DEPENDENCIES
vcr (~> 6.1, >= 6.1.0)
web-console (~> 4.2.0)
webmock
will_paginate (~> 3.3.1)
will_paginate (~> 4.0.0)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 26012d8

Please sign in to comment.