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 @@ -83,7 +83,7 @@ gem "rack-attack", "~> 6.7.0" # Used to throttle requests to prevent brute force
gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
gem "rails", "~> 7.0.8.4" # Ruby on Rails
gem "ransack", "~> 3.2" # Searching and sorting
gem "ransack", "~> 4.2" # Searching and sorting
gem "recaptcha", "~> 5.10", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ GEM
httpclient (2.8.3)
hypershield (0.2.2)
activerecord (>= 5)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
i18n-js (3.9.2)
i18n (>= 0.6.6)
Expand Down Expand Up @@ -526,7 +526,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
minitest (5.25.1)
modis (4.0.1)
activemodel (>= 5.2)
activesupport (>= 5.2)
Expand Down Expand Up @@ -690,7 +690,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.2.1)
ransack (3.2.1)
ransack (4.2.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
Expand Down Expand Up @@ -1096,7 +1096,7 @@ DEPENDENCIES
rack-host-redirect (~> 1.3)
rack-timeout (~> 0.6)
rails (~> 7.0.8.4)
ransack (~> 3.2)
ransack (~> 4.2)
recaptcha (~> 5.10)
redcarpet (~> 3.5)
redis (~> 4.7.1)
Expand Down
Binary file removed vendor/cache/i18n-1.14.5.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.14.6.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.22.3.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.25.1.gem
Binary file not shown.
Binary file removed vendor/cache/ransack-3.2.1.gem
Binary file not shown.
Binary file added vendor/cache/ransack-4.2.1.gem
Binary file not shown.