We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 354be57 + f48cc86 commit d08d5b6Copy full SHA for d08d5b6
config/nginx.conf.erb
@@ -1,6 +1,6 @@
1
<% primary_host = ENV.fetch('PRIMARY_HOST', 'rko-router.herokuapp.com') %>
2
<% platform = ENV.fetch("RKO_ROUTER_PLATFORM", "heroku") %>
3
-<% current_year = '2025' %>
+<% current_year = '2026' %>
4
5
<% if platform == 'heroku' %>
6
daemon off;
spec/rubykaigi_org_spec.rb
@@ -1,7 +1,7 @@
require_relative "./spec_helper"
describe "http://rubykaigi.org" do
- let(:latest_year) { "2025" }
+ let(:latest_year) { "2026" }
describe "(https) /" do
7
let(:res) { http_get("https://rubykaigi.org/") }
0 commit comments