diff --git a/.ruby-version b/.ruby-version
index b50214693..a0cd9f0cc 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-3.0.2
+3.1.0
\ No newline at end of file
diff --git a/Gemfile b/Gemfile
index 4ece8629c..a8baaf126 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
-ruby '3.0.2'
+ruby '3.1.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.4'
@@ -30,12 +30,13 @@ gem 'redis', '~> 4.0'
gem 'devise'
# User Auth
-gem "recaptcha"
-gem "invisible_captcha"
+gem 'invisible_captcha'
+gem 'recaptcha'
+gem 'activerecord-import'
gem 'active_storage_validations'
gem 'aws-sdk-s3', require: false
-gem "caxlsx"
+gem 'caxlsx'
gem 'clockwork'
gem 'cocoon'
gem 'draper'
@@ -47,13 +48,12 @@ gem 'pagy'
gem 'pg_search'
gem 'pundit'
gem 'rack-attack'
+gem 'rollbar'
gem 'roo', '~> 2.8.0'
-gem "sidekiq", "<7"
+gem 'scout_apm'
+gem 'sidekiq', '<7'
gem 'slim-rails'
gem 'view_component'
-gem "activerecord-import"
-gem 'scout_apm'
-gem 'rollbar'
# Use Turbo for rails
gem 'turbo-rails'
@@ -116,7 +116,7 @@ group :test do
gem 'shoulda-matchers', '~> 4.0'
gem 'simplecov', require: false
gem 'timecop'
- gem 'webdrivers', "~> 5.2", require: false
+ gem 'webdrivers', '~> 5.2', require: false
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
diff --git a/Gemfile.lock b/Gemfile.lock
index f6939353e..6b1122cba 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -556,6 +556,7 @@ GEM
PLATFORMS
arm64-darwin-20
arm64-darwin-21
+ arm64-darwin-23
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux
@@ -634,7 +635,7 @@ DEPENDENCIES
webpacker (~> 5.0)
RUBY VERSION
- ruby 3.0.2p107
+ ruby 3.1.0p0
BUNDLED WITH
2.3.22
diff --git a/app/components/search_bar/component.html.erb b/app/components/search_bar/component.html.erb
index ab8385afc..8049a49fe 100644
--- a/app/components/search_bar/component.html.erb
+++ b/app/components/search_bar/component.html.erb
@@ -1,7 +1,7 @@
<%# Keyword input %>
-
+
<%= inline_svg_tag "solid_search.svg", class: 'h-4 w-4 fill-current text-gray-2' %>
@@ -14,10 +14,14 @@ bg-gradient-to-r from-blue-gradient-2 to-blue-gradient-1 top-20 md:top-22.75 md:
placeholder: "Try \"Mental Health Nonprofits\"",
data: {
action: "input->search#displayClearKeywordButton",
- search_target: "keywordInput"
+ search_target: "keywordInput",
+ autocomplete_target: "input",
}
) %>
+
+