diff --git a/Gemfile b/Gemfile index 2ce5e0f..eafe060 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "slugged" gem "stringex" gem "json_pure" -gem "puma", "~> 5.0" +gem "puma", "~> 6.0" gem "dalli" gem "inline_svg" diff --git a/Gemfile.lock b/Gemfile.lock index f833188..dd1990a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,67 +1,67 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.0.4.3) - actionpack (= 7.0.4.3) - activesupport (= 7.0.4.3) + actioncable (7.0.8) + actionpack (= 7.0.8) + activesupport (= 7.0.8) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.4.3) - actionpack (= 7.0.4.3) - activejob (= 7.0.4.3) - activerecord (= 7.0.4.3) - activestorage (= 7.0.4.3) - activesupport (= 7.0.4.3) + actionmailbox (7.0.8) + actionpack (= 7.0.8) + activejob (= 7.0.8) + activerecord (= 7.0.8) + activestorage (= 7.0.8) + activesupport (= 7.0.8) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.4.3) - actionpack (= 7.0.4.3) - actionview (= 7.0.4.3) - activejob (= 7.0.4.3) - activesupport (= 7.0.4.3) + actionmailer (7.0.8) + actionpack (= 7.0.8) + actionview (= 7.0.8) + activejob (= 7.0.8) + activesupport (= 7.0.8) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.4.3) - actionview (= 7.0.4.3) - activesupport (= 7.0.4.3) - rack (~> 2.0, >= 2.2.0) + actionpack (7.0.8) + actionview (= 7.0.8) + activesupport (= 7.0.8) + rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.4.3) - actionpack (= 7.0.4.3) - activerecord (= 7.0.4.3) - activestorage (= 7.0.4.3) - activesupport (= 7.0.4.3) + actiontext (7.0.8) + actionpack (= 7.0.8) + activerecord (= 7.0.8) + activestorage (= 7.0.8) + activesupport (= 7.0.8) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.4.3) - activesupport (= 7.0.4.3) + actionview (7.0.8) + activesupport (= 7.0.8) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.4.3) - activesupport (= 7.0.4.3) + activejob (7.0.8) + activesupport (= 7.0.8) globalid (>= 0.3.6) - activemodel (7.0.4.3) - activesupport (= 7.0.4.3) - activerecord (7.0.4.3) - activemodel (= 7.0.4.3) - activesupport (= 7.0.4.3) - activestorage (7.0.4.3) - actionpack (= 7.0.4.3) - activejob (= 7.0.4.3) - activerecord (= 7.0.4.3) - activesupport (= 7.0.4.3) + activemodel (7.0.8) + activesupport (= 7.0.8) + activerecord (7.0.8) + activemodel (= 7.0.8) + activesupport (= 7.0.8) + activestorage (7.0.8) + actionpack (= 7.0.8) + activejob (= 7.0.8) + activerecord (= 7.0.8) + activesupport (= 7.0.8) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.4.3) + activesupport (7.0.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -116,13 +116,13 @@ GEM i18n (>= 1.8.11, < 2) ffi (1.15.5) foreman (0.87.2) - globalid (1.1.0) - activesupport (>= 5.0) + globalid (1.2.1) + activesupport (>= 6.1) haml (5.2.2) temple (>= 0.8.0) tilt hpricot (0.8.6) - i18n (1.13.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) inline_svg (1.9.0) activesupport (>= 3.0) @@ -147,9 +147,9 @@ GEM kaminari-core (1.2.2) launchy (2.5.2) addressable (~> 2.8) - loofah (2.21.1) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) macaddr (1.7.2) systemu (~> 2.6.5) mail (2.8.1) @@ -161,11 +161,11 @@ GEM matrix (0.4.2) memcachier (0.0.2) method_source (1.0.0) - mini_mime (1.1.2) - mini_portile2 (2.8.2) - minitest (5.18.0) + mini_mime (1.1.5) + mini_portile2 (2.8.4) + minitest (5.20.0) msgpack (1.7.0) - net-imap (0.3.4) + net-imap (0.3.7) date net-protocol net-pop (0.1.2) @@ -175,8 +175,8 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) parallel (1.23.0) @@ -192,36 +192,38 @@ GEM psych (5.1.0) stringio public_suffix (5.0.1) - puma (5.6.5) + puma (6.3.1) nio4r (~> 2.0) - racc (1.6.2) - rack (2.2.7) + racc (1.7.1) + rack (2.2.8) rack-cache (1.13.0) rack (>= 0.4) rack-test (2.1.0) rack (>= 1.3) - rails (7.0.4.3) - actioncable (= 7.0.4.3) - actionmailbox (= 7.0.4.3) - actionmailer (= 7.0.4.3) - actionpack (= 7.0.4.3) - actiontext (= 7.0.4.3) - actionview (= 7.0.4.3) - activejob (= 7.0.4.3) - activemodel (= 7.0.4.3) - activerecord (= 7.0.4.3) - activestorage (= 7.0.4.3) - activesupport (= 7.0.4.3) + rails (7.0.8) + actioncable (= 7.0.8) + actionmailbox (= 7.0.8) + actionmailer (= 7.0.8) + actionpack (= 7.0.8) + actiontext (= 7.0.8) + actionview (= 7.0.8) + activejob (= 7.0.8) + activemodel (= 7.0.8) + activerecord (= 7.0.8) + activestorage (= 7.0.8) + activesupport (= 7.0.8) bundler (>= 1.15.0) - railties (= 7.0.4.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + railties (= 7.0.8) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) - railties (7.0.4.3) - actionpack (= 7.0.4.3) - activesupport (= 7.0.4.3) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (7.0.8) + actionpack (= 7.0.8) + activesupport (= 7.0.8) method_source rake (>= 12.2) thor (~> 1.0) @@ -236,7 +238,7 @@ GEM responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.5) + rexml (3.2.6) rspec-core (3.12.2) rspec-support (~> 3.12.0) rspec-expectations (3.12.3) @@ -290,7 +292,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (4.9.1) + selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -321,9 +323,9 @@ GEM temple (0.10.0) test-unit (3.5.7) power_assert - thor (1.2.1) + thor (1.2.2) tilt (2.1.0) - timeout (0.3.2) + timeout (0.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) uglifier (4.2.0) @@ -333,17 +335,17 @@ GEM macaddr (~> 1.0) warden (1.2.9) rack (>= 2.0.9) - webdrivers (5.2.0) + webdrivers (5.3.1) nokogiri (~> 1.6) rubyzip (>= 1.3.0) - selenium-webdriver (~> 4.0) + selenium-webdriver (~> 4.0, < 4.11) websocket (1.2.9) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.8) + zeitwerk (2.6.11) PLATFORMS ruby @@ -370,7 +372,7 @@ DEPENDENCIES memcachier pg (~> 1.1) pry-rails - puma (~> 5.0) + puma (~> 6.0) rack-cache rails (~> 7.0) rb-readline diff --git a/app/views/site/hackies.html.haml b/app/views/site/hackies.html.haml index f1b45fe..5622b91 100644 --- a/app/views/site/hackies.html.haml +++ b/app/views/site/hackies.html.haml @@ -3,7 +3,9 @@ %div.container :markdown - # The Annual Hackies Awards - Nominations closed for 2022 + # The Annual Hackies Awards - Nominations open now until October 31 + + Want to get right to nominating someone? [Click here for the nomination form](https://forms.gle/1rrVbAagYJcnh4Y18)! Each year, we recognize individuals in the Indianapolis tech community who have done outstanding work throughout the year, whether by improving their own skills, mentoring and teaching others, or doing their part to enrich the community as a whole. The Hackies Awards recognize individuals in the community who are great promoters of inclusion, empowerment and diversity. @@ -27,6 +29,10 @@ The Trainer of the Year can frequently be found helping others learn. They may give talks at meetups, teach at a coding school, or teach in other capacities. They have been recognized as a teacher/trainer with superior communication skills, patience and willingness to reach out to beginners. + ## Nominate someone today + + [Click here for the nomination form](https://forms.gle/1rrVbAagYJcnh4Y18). + #### Want to know more? If you have any questions about the Hackies, or the nomination process, please contact [board@indyhackers.org](mailto:board@indyhackers.org). diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 06345a1..470f324 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,12 +1,10 @@ -
-
-

🌈🌟 Thank You For Helping Us Celebrate Pride! 🌈🌟

-

IndyHackers DEI is working to foster more connections in Indiana’s tech community. Because of your generosity, we were able to meet the Silver sponsorship level at Indy Pride!

-

About the Organizations:

-

Best known for the annual Indy Pride Festival, Indy Pride, Inc. also does philanthropic work throughout the year to support many other LGBTQ+ support organizations throughout Central Indiana.

-

AAPI Pride envisions all AAPI LGBTQ+ folx in Indiana living a safe, welcoming, and affirming truth as our authentic selves; empowering a collective community to represent in every space that may have otherwise been inaccessible, hostile, or unsafe.

-

Indy Hackers strives to help tech people in Indiana grow by fostering community connections and celebrating individual successes.

-
+
+
+

The Hackies Awards nominations are open!

+

Each year Indy Hackers recognizes people in the Indiana tech community for leveling themselves or others up or helping the community.

+

This year, nominations are open September 18 through October 27. Please nominate as many people as you think deserve some recognition! Visit the Hackies page for details and a link to the nomination form.

+

The awards will be presented in person at the holiday social this year!

+