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 @@ -32,7 +32,7 @@ gem 'cocoon', '~> 1.2.11'
gem 'devise', '~> 4.3.0'
gem 'devise_invitable', '~> 1.7.2'
gem 'friendly_id', '~> 5.2.3'
gem 'kaminari', '~> 1.1.1'
gem 'kaminari', '~> 1.2.1'
gem 'pundit', '~> 1.1.0'
gem 'ransack', '~> 1.8.4'
gem 'responders', '~> 2.4.0'
Expand Down
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GEM
popper_js (>= 1.12.3, < 2)
sass (>= 3.5.2)
bower-rails (0.11.0)
builder (3.2.3)
builder (3.2.4)
byebug (9.1.0)
capybara (2.18.0)
addressable
Expand All @@ -76,9 +76,9 @@ GEM
codacy-coverage (1.1.8)
simplecov
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
crass (1.0.4)
crass (1.0.6)
database_cleaner (1.6.2)
devise (4.3.0)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
dry-monads (>= 0.4.0)
entypo-rails (3.0.0)
railties (>= 4.1, < 6)
erubi (1.8.0)
erubi (1.9.0)
et-orbi (1.2.2)
tzinfo
excon (0.66.0)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
activesupport (>= 4.2.0)
hashie (3.6.0)
httpclient (2.8.3)
i18n (1.6.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
ipaddress (0.8.3)
jbuilder (2.9.1)
Expand All @@ -173,18 +173,18 @@ GEM
activesupport (>= 4.2)
aes_key_wrap
bindata
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)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.7.0)
Expand All @@ -193,7 +193,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -204,10 +204,10 @@ GEM
mime-types-data (3.2019.0904)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.1)
multi_json (1.13.1)
nio4r (2.5.1)
nokogiri (1.10.4)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
oj (3.3.10)
omniauth (1.9.0)
Expand Down Expand Up @@ -276,8 +276,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.1.7)
actionpack (= 5.1.7)
activesupport (= 5.1.7)
Expand Down Expand Up @@ -400,7 +400,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.9)
timecop (0.9.1)
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 @@ -456,7 +456,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails (~> 4.3.1)
json-jwt (~> 1.9)
kaminari (~> 1.1.1)
kaminari (~> 1.2.1)
letter_opener (~> 1.7.0)
listen (>= 3.0.5, < 3.2)
oj (~> 3.3.9)
Expand Down