Skip to content

Commit d08d5b6

Browse files
authored
Merge pull request #136 from amatsuda/2026
root to: 2026
2 parents 354be57 + f48cc86 commit d08d5b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/nginx.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<% primary_host = ENV.fetch('PRIMARY_HOST', 'rko-router.herokuapp.com') %>
22
<% platform = ENV.fetch("RKO_ROUTER_PLATFORM", "heroku") %>
3-
<% current_year = '2025' %>
3+
<% current_year = '2026' %>
44

55
<% if platform == 'heroku' %>
66
daemon off;

spec/rubykaigi_org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative "./spec_helper"
22

33
describe "http://rubykaigi.org" do
4-
let(:latest_year) { "2025" }
4+
let(:latest_year) { "2026" }
55

66
describe "(https) /" do
77
let(:res) { http_get("https://rubykaigi.org/") }

0 commit comments

Comments
 (0)