diff --git a/.ruby-version b/.ruby-version index 0aec50e..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.2.2 diff --git a/Gemfile b/Gemfile index 49b6556..a762d0a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" -ruby "3.1.4" +ruby "3.2.2" -gem "rails", "~> 7.0" +gem "rails", "~> 7.1" gem "pg", "~> 1.1" @@ -15,15 +15,16 @@ gem "bootsnap", ">= 1.4.4", require: false gem "jquery-rails" gem "simple_form" -gem "devise", "4.9.2" +gem "devise", "4.9.3" gem "kaminari" gem "redcarpet" gem "slugged" gem "stringex" +gem "stringio", "~> 3.1" gem "json_pure" -gem "puma", "~> 6.0" +gem "puma", "~> 6.4" gem "dalli" gem "inline_svg" @@ -34,13 +35,10 @@ gem "test-unit" gem "rack-cache" group :development, :test do - gem "deadweight" gem "foreman" gem "launchy" gem "spork" - #gem "hpricot" - gem "pry-rails" gem "rb-readline" @@ -55,7 +53,7 @@ end group :test do # Adds support for Capybara system testing and selenium driver - gem "capybara", ">= 3.26" + gem "capybara" gem "selenium-webdriver" # Easy installation and use of web drivers to run system tests with browsers gem "webdrivers" diff --git a/Gemfile.lock b/Gemfile.lock index f96ffb8..f3a0130 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,75 +1,86 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.0.8) - actionpack (= 7.0.8) - activesupport (= 7.0.8) + actioncable (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.8) - actionpack (= 7.0.8) - activejob (= 7.0.8) - activerecord (= 7.0.8) - activestorage (= 7.0.8) - activesupport (= 7.0.8) + zeitwerk (~> 2.6) + actionmailbox (7.1.3.2) + actionpack (= 7.1.3.2) + activejob (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.8) - actionpack (= 7.0.8) - actionview (= 7.0.8) - activejob (= 7.0.8) - activesupport (= 7.0.8) + actionmailer (7.1.3.2) + actionpack (= 7.1.3.2) + actionview (= 7.1.3.2) + activejob (= 7.1.3.2) + activesupport (= 7.1.3.2) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.8) - actionview (= 7.0.8) - activesupport (= 7.0.8) - rack (~> 2.0, >= 2.2.4) + rails-dom-testing (~> 2.2) + actionpack (7.1.3.2) + actionview (= 7.1.3.2) + activesupport (= 7.1.3.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.8) - actionpack (= 7.0.8) - activerecord (= 7.0.8) - activestorage (= 7.0.8) - activesupport (= 7.0.8) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actiontext (7.1.3.2) + actionpack (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8) - activesupport (= 7.0.8) + actionview (7.1.3.2) + activesupport (= 7.1.3.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.8) - activesupport (= 7.0.8) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activejob (7.1.3.2) + activesupport (= 7.1.3.2) globalid (>= 0.3.6) - 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) + activemodel (7.1.3.2) + activesupport (= 7.1.3.2) + activerecord (7.1.3.2) + activemodel (= 7.1.3.2) + activesupport (= 7.1.3.2) + timeout (>= 0.4.0) + activestorage (7.1.3.2) + actionpack (= 7.1.3.2) + activejob (= 7.1.3.2) + activerecord (= 7.1.3.2) + activesupport (= 7.1.3.2) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.8) + activesupport (7.1.3.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - bcrypt (3.1.18) + base64 (0.2.0) + bcrypt (3.1.20) + bigdecimal (3.1.7) bootsnap (1.16.0) msgpack (~> 1.2) brakeman (5.4.1) @@ -77,27 +88,22 @@ GEM bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) - capybara (3.39.0) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) concurrent-ruby (1.2.2) + connection_pool (2.4.1) crass (1.0.6) - css_parser (1.2.6) - addressable - rdoc dalli (3.2.4) - date (3.3.3) - deadweight (0.2.2) - css_parser (~> 1.2.6) - nokogiri - devise (4.9.2) + date (3.3.4) + devise (4.9.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -105,6 +111,7 @@ GEM warden (~> 1.2.3) diff-lcs (1.5.0) docile (1.4.0) + drb (2.2.1) erubi (1.12.0) execjs (2.8.1) factory_bot (6.2.1) @@ -126,6 +133,10 @@ GEM inline_svg (1.9.0) activesupport (>= 3.0) nokogiri (>= 1.6) + io-console (0.7.2) + irb (1.12.0) + rdoc + reline (>= 0.4.2) jquery-rails (4.5.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -156,25 +167,26 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) memcachier (0.0.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) msgpack (1.7.0) - net-imap (0.3.7) + mutex_m (0.2.0) + net-imap (0.4.10) date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout - net-smtp (0.3.3) + net-smtp (0.4.0.1) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) @@ -190,29 +202,34 @@ GEM pry (>= 0.10.4) psych (5.1.0) stringio - public_suffix (5.0.1) - puma (6.3.1) + public_suffix (5.0.4) + puma (6.4.2) nio4r (~> 2.0) - racc (1.7.1) - rack (2.2.8) + racc (1.7.3) + rack (2.2.8.1) rack-cache (1.13.0) rack (>= 0.4) + rack-session (1.0.2) + rack (< 3) rack-test (2.1.0) rack (>= 1.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) + rackup (1.0.0) + rack (< 3) + webrick + rails (7.1.3.2) + actioncable (= 7.1.3.2) + actionmailbox (= 7.1.3.2) + actionmailer (= 7.1.3.2) + actionpack (= 7.1.3.2) + actiontext (= 7.1.3.2) + actionview (= 7.1.3.2) + activejob (= 7.1.3.2) + activemodel (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) bundler (>= 1.15.0) - railties (= 7.0.8) + railties (= 7.1.3.2) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -220,21 +237,24 @@ GEM 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 + railties (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.0.6) rb-readline (0.5.5) rdoc (6.5.0) psych (>= 4.0.0) redcarpet (3.6.0) - regexp_parser (2.8.0) - responders (3.1.0) + regexp_parser (2.9.0) + reline (0.4.3) + io-console (~> 0.5) + responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.6) @@ -317,14 +337,14 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) stringex (2.8.6) - stringio (3.0.6) + stringio (3.1.0) systemu (2.6.5) temple (0.10.0) test-unit (3.5.7) power_assert thor (1.2.2) tilt (2.1.0) - timeout (0.4.0) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) uglifier (4.2.0) @@ -338,6 +358,7 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (~> 4.0, < 4.11) + webrick (1.8.1) websocket (1.2.9) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -353,10 +374,9 @@ DEPENDENCIES bootsnap (>= 1.4.4) brakeman bundler-audit - capybara (>= 3.26) + capybara dalli - deadweight - devise (= 4.9.2) + devise (= 4.9.3) factory_bot_rails faker foreman @@ -370,9 +390,9 @@ DEPENDENCIES memcachier pg (~> 1.1) pry-rails - puma (~> 6.0) + puma (~> 6.4) rack-cache - rails (~> 7.0) + rails (~> 7.1) rb-readline redcarpet rspec-rails (~> 6.0.2) @@ -386,12 +406,13 @@ DEPENDENCIES slugged spork stringex + stringio (~> 3.1) test-unit uglifier webdrivers RUBY VERSION - ruby 3.1.4p223 + ruby 3.2.2p53 BUNDLED WITH 2.4.13 diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 38213c6..f09206a 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -114,7 +114,7 @@ board_members = [ #email: 'chris@indyhackers.org', slack_url: 'https://indyhackers.slack.com/team/U57CW98TZ', slack_handle: '@chrisv', - linkedin: 'https://www.linkedin.com/in/chrisvannoy/' + linkedin: 'https://www.linkedin.com/in/cvannoy/' }, # { diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 470f324..13091ce 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,11 +1,3 @@ -
-
-

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!

-
-

Join us on Slack!

diff --git a/db/schema.rb b/db/schema.rb index 6c4478d..9a20896 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 2023_06_16_164549) do +ActiveRecord::Schema[7.1].define(version: 2023_06_16_164549) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"