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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ gem 'pundit', '1.1.0'
gem 'aasm', '4.12.3'

# A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps
gem 'kaminari', '1.1.1'
gem 'kaminari', '1.2.1'
gem 'kaminari-mongoid', '1.0.1'
gem 'kaminari-actionview', '1.1.1'
gem 'kaminari-actionview', '1.2.1'

# Multi-user non-linear history tracking, auditing, undo, redo for mongoid.
gem 'mongoid-history', '0.8.1'
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
crass (1.0.5)
concurrent-ruby (1.1.6)
crass (1.0.6)
database_cleaner (1.7.0)
devise (4.7.1)
bcrypt (~> 3.0)
Expand All @@ -94,7 +94,7 @@ GEM
actionpack (>= 3.2.13)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.7.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jbuilder (2.8.0)
activesupport (>= 4.2.0)
Expand All @@ -105,26 +105,26 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
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)
kaminari-mongoid (1.0.1)
kaminari-core (~> 1.0)
mongoid
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.4.0)
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -135,7 +135,7 @@ GEM
mime-types-data (3.2019.0331)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.1)
mongo (2.8.0)
bson (>= 4.4.2, < 5.0.0)
mongoid (6.2.1)
Expand Down Expand Up @@ -262,7 +262,7 @@ GEM
turbolinks (5.2.0)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.5)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -296,8 +296,8 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails (= 4.3.5)
jquery-ui-rails
kaminari (= 1.1.1)
kaminari-actionview (= 1.1.1)
kaminari (= 1.2.1)
kaminari-actionview (= 1.2.1)
kaminari-mongoid (= 1.0.1)
listen (>= 3.0.5, < 3.2)
mongoid (= 6.2.1)
Expand Down