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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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.0.3" # Ruby on Rails
gem "rails-settings-cached", ">= 2.1.1" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
gem "ransack", "~> 2.4" # Searching and sorting
gem "ransack", "~> 2.5" # Searching and sorting
gem "recaptcha", "~> 5.6", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
gem "redis", "~> 4.2.5" # Redis ruby client
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
counter_culture (2.7.0)
activerecord (>= 4.2)
Expand Down Expand Up @@ -387,7 +387,7 @@ GEM
httpclient (2.8.3)
hypershield (0.2.2)
activerecord (>= 5)
i18n (1.8.7)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
image_processing (1.12.1)
Expand Down Expand Up @@ -457,7 +457,7 @@ GEM
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
minitest (5.15.0)
msgpack (1.3.3)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -584,7 +584,7 @@ GEM
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (13.0.3)
ransack (2.4.1)
ransack (2.5.0)
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
i18n
Expand Down Expand Up @@ -831,7 +831,7 @@ GEM
yard (>= 0.8.3)
yard-activesupport-concern (0.0.1)
yard (>= 0.8)
zeitwerk (2.4.2)
zeitwerk (2.5.2)
zonebie (0.6.1)

PLATFORMS
Expand Down Expand Up @@ -937,7 +937,7 @@ DEPENDENCIES
rack-timeout (~> 0.6)
rails (~> 6.0.3)
rails-settings-cached (>= 2.1.1)
ransack (~> 2.4)
ransack (~> 2.5)
recaptcha (~> 5.6)
redcarpet (~> 3.5)
redis (~> 4.2.5)
Expand Down
Binary file removed vendor/cache/concurrent-ruby-1.1.8.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.1.9.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.8.11.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.8.7.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.14.3.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/ransack-2.4.1.gem
Binary file not shown.
Binary file added vendor/cache/ransack-2.5.0.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.5.2.gem
Binary file not shown.