Skip to content
Closed
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,7 +57,7 @@ gem 'profanity_filter'
gem 'propshaft'
gem 'rack', '>= 3.0'
gem 'rack-attack', github: 'rack/rack-attack', ref: 'd9fedfae4f7f6409f33857763391f4e18a6d7467'
gem 'rack-cors', '>= 1.0.5', '< 2.0.1', require: 'rack/cors'
gem 'rack-cors', '>= 1.0.5', require: 'rack/cors'
gem 'rack-headers_filter'
gem 'rack-timeout', require: false
gem 'redacted_struct'
Expand All @@ -81,7 +81,7 @@ gem 'view_component', '~> 3.0'
gem 'webauthn', '~> 2.5.2'
gem 'xmldsig', '~> 0.6'
gem 'xmlenc', '~> 0.7', '>= 0.7.1'
gem 'yard', require: false
gem 'yard', '>= 0.9.35', require: false
gem 'zlib', require: false

# This version of the zxcvbn gem matches the data and behavior of the zxcvbn NPM package.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ GEM
nokogiri (~> 1.11)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.34)
yard (0.9.35)
zeitwerk (2.6.12)
zlib (3.0.0)
zonebie (0.6.1)
Expand Down Expand Up @@ -812,7 +812,7 @@ DEPENDENCIES
puma (~> 6.0)
rack (>= 3.0)
rack-attack!
rack-cors (>= 1.0.5, < 2.0.1)
rack-cors (>= 1.0.5)
rack-headers_filter
rack-mini-profiler (>= 1.1.3)
rack-test (>= 1.1.0)
Expand Down Expand Up @@ -856,7 +856,7 @@ DEPENDENCIES
webmock
xmldsig (~> 0.6)
xmlenc (~> 0.7, >= 0.7.1)
yard
yard (>= 0.9.35)
zlib
zonebie
zxcvbn (= 0.1.9)
Expand Down