Skip to content
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 @@ -14,7 +14,7 @@ gem 'puma', '~> 4.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'
# Pagination
gem 'kaminari', '1.1.1'
gem 'kaminari', '1.2.1'
# background workers and jobs
gem 'sidekiq', '6.0.3'
# cache service
Expand Down
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ GEM
msgpack (~> 1.0)
bootsnap (1.4.5-java)
msgpack (~> 1.0)
builder (3.2.3)
builder (3.2.4)
byebug (11.0.1)
childprocess (3.0.0)
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
crass (1.0.5)
crass (1.0.6)
diff-lcs (1.3)
erubi (1.9.0)
factory_bot (5.1.1)
Expand All @@ -130,30 +130,30 @@ GEM
ffi (1.11.2-x86-mingw32)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.7.0)
i18n (1.7.1)
concurrent-ruby (~> 1.0)
iniparse (1.4.4)
jaro_winkler (1.5.4)
jaro_winkler (1.5.4-java)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
kaminari (1.1.1)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
kaminari-activerecord (= 1.1.1)
kaminari-core (= 1.1.1)
kaminari-actionview (1.1.1)
kaminari-actionview (= 1.2.1)
kaminari-activerecord (= 1.2.1)
kaminari-core (= 1.2.1)
kaminari-actionview (1.2.1)
actionview
kaminari-core (= 1.1.1)
kaminari-activerecord (1.1.1)
kaminari-core (= 1.2.1)
kaminari-activerecord (1.2.1)
activerecord
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.3.1)
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -164,19 +164,19 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.1)
msgpack (1.3.1)
msgpack (1.3.1-java)
msgpack (1.3.1-x64-mingw32)
msgpack (1.3.1-x86-mingw32)
nio4r (2.5.2)
nio4r (2.5.2-java)
nokogiri (1.10.5)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.5-java)
nokogiri (1.10.5-x64-mingw32)
nokogiri (1.10.9-java)
nokogiri (1.10.9-x64-mingw32)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.5-x86-mingw32)
nokogiri (1.10.9-x86-mingw32)
mini_portile2 (~> 2.4.0)
overcommit (0.51.0)
childprocess (>= 0.6.3, < 4)
Expand Down Expand Up @@ -284,7 +284,7 @@ GEM
thor (0.20.3)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tzinfo (1.2.5)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
Expand All @@ -294,7 +294,7 @@ GEM
websocket-driver (0.7.1-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
zeitwerk (2.2.1)
zeitwerk (2.3.0)

PLATFORMS
java
Expand All @@ -309,7 +309,7 @@ DEPENDENCIES
factory_bot_rails (= 5.1.1)
faker (= 2.7.0)
jbuilder (~> 2.7)
kaminari (= 1.1.1)
kaminari (= 1.2.1)
listen (>= 3.0.5, < 3.2)
overcommit (= 0.51.0)
pg (= 1.1.4)
Expand Down