Skip to content
Merged
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
40 changes: 21 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ GEM
zeitwerk (>= 2.4, < 3.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
anonymous_loader (0.1.2)
version_gem (~> 1.1, >= 1.1.13)
auth-sanitizer (0.2.2)
version_gem (~> 1.1, >= 1.1.10)
anonymous_loader (0.1.3)
version_gem (~> 1.1, >= 1.1.14)
auth-sanitizer (0.2.3)
version_gem (~> 1.1, >= 1.1.14)
base64 (0.3.0)
bcrypt (3.1.22)
bigdecimal (4.1.2)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
google-analytics-rails (1.1.1)
hashie (5.1.0)
logger
honeybadger (6.9.0)
honeybadger (6.9.1)
logger
ostruct
i18n (1.15.2)
Expand All @@ -180,8 +180,8 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.21.0)
jwt (3.1.2)
json (2.21.1)
jwt (3.2.0)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand All @@ -205,7 +205,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.25.1)
loofah (2.25.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
Expand All @@ -222,7 +222,7 @@ GEM
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.1)
multi_xml (0.8.1)
multi_xml (0.9.1)
bigdecimal (>= 3.1, < 5)
net-http (0.9.1)
uri (>= 0.11.1)
Expand All @@ -249,20 +249,22 @@ GEM
anonymous_loader (~> 0.1, >= 0.1.1)
auth-sanitizer (~> 0.2, >= 0.2.2)
version_gem (~> 1.1, >= 1.1.12)
oauth2 (2.0.18)
oauth2 (2.0.25)
anonymous_loader (~> 0.1, >= 0.1.3)
auth-sanitizer (~> 0.2, >= 0.2.3)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (~> 1.1, >= 1.1.9)
snaky_hash (~> 2.0, >= 2.0.7)
version_gem (~> 1.1, >= 1.1.14)
omniauth (2.1.4)
hashie (>= 3.4.6)
logger
rack (>= 2.2.3)
rack-protection
omniauth-facebook (10.0.0)
omniauth-facebook (11.0.0)
bigdecimal
omniauth-oauth2 (>= 1.2, < 3)
omniauth-github (2.0.1)
Expand Down Expand Up @@ -337,8 +339,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
rails-html-sanitizer (1.7.1)
loofah (~> 2.25, >= 2.25.2)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails_autolink (1.1.8)
actionview (> 3.1)
Expand Down Expand Up @@ -417,16 +419,16 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (1.0.0)
simplecov (1.0.2)
sitemap_generator (7.1.0)
builder (~> 3.0)
slowpoke (1.0.0)
actionpack (>= 7.2)
rack-timeout (>= 0.6)
railties (>= 7.2)
snaky_hash (2.0.6)
snaky_hash (2.0.7)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
version_gem (~> 1.1, >= 1.1.14)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
Expand All @@ -452,7 +454,7 @@ GEM
tzinfo (>= 1.0.0)
uri (1.1.1)
useragent (0.16.11)
version_gem (1.1.13)
version_gem (1.1.14)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.3.0)
Expand Down
Loading