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 @@ -75,7 +75,7 @@ gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compa
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
gem "rails", "~> 6.1.4" # Ruby on Rails
# Pinned since we have a monkey-patch against this version
gem "rails-settings-cached", "2.6.0" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
gem "rails-settings-cached", "2.8.3" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
gem "ransack", "~> 2.4" # Searching and sorting
gem "recaptcha", "~> 5.8", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
Expand Down
75 changes: 45 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
counter_culture (2.8.0)
activerecord (>= 4.2)
Expand All @@ -182,6 +182,7 @@ GEM
puma (>= 3.8.0)
railties (>= 5.2.0)
dante (0.2.0)
date (3.3.3)
ddtrace (0.52.0)
ffi (~> 1.0)
msgpack
Expand Down Expand Up @@ -239,7 +240,7 @@ GEM
rubocop
smart_properties
errbase (0.2.1)
erubi (1.10.0)
erubi (1.11.0)
et-orbi (1.2.4)
tzinfo
eventmachine (1.2.7)
Expand Down Expand Up @@ -314,7 +315,7 @@ GEM
gibbon (3.4.0)
faraday (>= 0.16.0)
multi_json (>= 1.11.0)
globalid (0.5.2)
globalid (1.0.0)
activesupport (>= 5.0)
guard (2.18.0)
formatador (>= 0.2.4)
Expand Down Expand Up @@ -366,7 +367,7 @@ GEM
httpclient (2.8.3)
hypershield (0.2.2)
activerecord (>= 5)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
image_processing (1.12.1)
Expand Down Expand Up @@ -414,13 +415,16 @@ GEM
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.12.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
mail (2.7.1)
mail (2.8.0)
mini_mime (>= 0.1.1)
marcel (1.0.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (1.0.0)
Expand All @@ -430,9 +434,9 @@ GEM
mime-types-data (3.2021.0704)
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.1.0)
mini_portile2 (2.6.1)
minitest (5.14.4)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
modis (4.0.0)
activemodel (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -450,16 +454,25 @@ GEM
connection_pool (~> 2.2)
net-http2 (0.18.4)
http-2 (~> 0.11)
net-imap (0.3.3)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.12.3)
mini_portile2 (~> 2.6.1)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.12.3-arm64-darwin)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.3-x86_64-darwin)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.3-x86_64-linux)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -529,8 +542,8 @@ GEM
pusher-signature (~> 0.1.8)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.5.2)
rack (2.2.3)
racc (1.6.1)
rack (2.2.4)
rack-attack (6.5.0)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand All @@ -541,8 +554,8 @@ GEM
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rack-timeout (0.6.0)
rails (6.1.4.1)
actioncable (= 6.1.4.1)
Expand All @@ -562,10 +575,11 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.1)
loofah (~> 2.3)
rails-settings-cached (2.6.0)
rails (>= 5.0.0)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails-settings-cached (2.8.3)
activerecord (>= 5.0.0)
railties (>= 5.0.0)
railties (6.1.4.1)
actionpack (= 6.1.4.1)
activesupport (= 6.1.4.1)
Expand Down Expand Up @@ -745,9 +759,9 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
staccato (0.5.3)
Expand All @@ -765,10 +779,11 @@ GEM
strong_migrations (0.7.8)
activerecord (>= 5)
test-prof (1.0.6)
thor (1.1.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
timecop (0.9.4)
timeout (0.3.1)
twitter (7.0.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
Expand All @@ -780,7 +795,7 @@ GEM
multipart-post (~> 2.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -838,7 +853,7 @@ GEM
yard (>= 0.8.3)
yard-activesupport-concern (0.0.1)
yard (>= 0.8)
zeitwerk (2.4.2)
zeitwerk (2.6.6)
zonebie (0.6.1)

PLATFORMS
Expand Down Expand Up @@ -941,7 +956,7 @@ DEPENDENCIES
rack-host-redirect (~> 1.3)
rack-timeout (~> 0.6)
rails (~> 6.1.4)
rails-settings-cached (= 2.6.0)
rails-settings-cached (= 2.8.3)
ransack (~> 2.4)
recaptcha (~> 5.8)
redcarpet (~> 3.5)
Expand Down
Binary file added vendor/cache/concurrent-ruby-1.1.10.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.1.9.gem
Binary file not shown.
Binary file added vendor/cache/date-3.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/erubi-1.10.0.gem
Binary file not shown.
Binary file added vendor/cache/erubi-1.11.0.gem
Binary file not shown.
Binary file removed vendor/cache/globalid-0.5.2.gem
Binary file not shown.
Binary file added vendor/cache/globalid-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.12.0.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.8.10.gem
Binary file not shown.
Binary file removed vendor/cache/loofah-2.12.0.gem
Binary file not shown.
Binary file added vendor/cache/loofah-2.19.1.gem
Binary file not shown.
Binary file removed vendor/cache/mail-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/mail-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/marcel-1.0.1.gem
Binary file not shown.
Binary file added vendor/cache/marcel-1.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/mini_mime-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_mime-1.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.6.1.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.14.4.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.16.3.gem
Binary file not shown.
Binary file added vendor/cache/net-imap-0.3.3.gem
Binary file not shown.
Binary file added vendor/cache/net-pop-0.1.2.gem
Binary file not shown.
Binary file added vendor/cache/net-protocol-0.2.1.gem
Binary file not shown.
Binary file added vendor/cache/net-smtp-0.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.3-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.3-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.3-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.3.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.3.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.2.4.gem
Binary file not shown.
Binary file removed vendor/cache/rack-test-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/rack-test-2.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/rails-html-sanitizer-1.4.1.gem
Binary file not shown.
Binary file added vendor/cache/rails-html-sanitizer-1.4.4.gem
Binary file not shown.
Binary file removed vendor/cache/rails-settings-cached-2.6.0.gem
Binary file not shown.
Binary file added vendor/cache/rails-settings-cached-2.8.3.gem
Binary file not shown.
Binary file removed vendor/cache/sprockets-rails-3.2.2.gem
Binary file not shown.
Binary file added vendor/cache/sprockets-rails-3.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/thor-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/thor-1.2.1.gem
Binary file not shown.
Binary file added vendor/cache/timeout-0.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-2.0.4.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-2.0.5.gem
Binary file not shown.
Binary file removed vendor/cache/zeitwerk-2.4.2.gem
Binary file not shown.
Binary file added vendor/cache/zeitwerk-2.6.6.gem
Binary file not shown.