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 @@ -13,7 +13,7 @@ gem 'bootstrap', '~> 4.1.3'
gem 'cancan'
gem 'devise'
gem 'draper'
gem 'gon', '~> 6.2.0'
gem 'gon', '~> 6.4.0'
gem 'jbuilder', '~> 2.5'
gem 'jquery-rails'
gem 'oj', '~> 2.16.1'
Expand Down
33 changes: 18 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
kaminari (>= 0.13)
rails (>= 3.1)
browser (2.6.1)
builder (3.2.3)
builder (3.2.4)
byebug (11.0.1)
cancan (1.6.10)
capistrano (3.11.2)
Expand Down Expand Up @@ -135,9 +135,9 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
connection_pool (2.2.2)
crass (1.0.5)
crass (1.0.6)
device_detector (1.0.2)
devise (4.7.1)
bcrypt (~> 3.0)
Expand All @@ -153,7 +153,7 @@ GEM
activesupport (>= 5.0)
request_store (>= 1.0)
errbase (0.1.1)
erubi (1.9.0)
erubi (1.10.0)
execjs (2.7.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
Expand All @@ -168,14 +168,15 @@ GEM
geocoder (1.6.3)
globalid (0.4.2)
activesupport (>= 4.2.0)
gon (6.2.1)
actionpack (>= 3.0)
gon (6.4.0)
actionpack (>= 3.0.20)
i18n (>= 0.7)
multi_json
request_store (>= 1.0)
has_scope (0.7.2)
actionpack (>= 4.1)
activesupport (>= 4.1)
i18n (1.7.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
inherited_resources (1.10.0)
actionpack (>= 5.0, < 6.0)
Expand Down Expand Up @@ -206,7 +207,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.3.1)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -215,17 +216,19 @@ GEM
mimemagic (~> 0.3.2)
maxminddb (0.1.22)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.4)
msgpack (1.3.1)
multi_json (1.14.1)
multi_json (1.15.0)
net-scp (2.0.0)
net-ssh (>= 2.6.5, < 6.0.0)
net-ssh (5.2.0)
nio4r (2.5.2)
nokogiri (1.10.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
oj (2.16.1)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -281,7 +284,7 @@ GEM
redis (4.1.3)
referer-parser (0.3.0)
regexp_parser (1.6.0)
request_store (1.4.1)
request_store (1.5.0)
rack (>= 1.4)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
Expand Down Expand Up @@ -359,7 +362,7 @@ GEM
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -408,7 +411,7 @@ DEPENDENCIES
draper
factory_bot_rails
ffaker
gon (~> 6.2.0)
gon (~> 6.4.0)
jbuilder (~> 2.5)
jquery-rails
kaminari
Expand Down