diff --git a/.tool-versions b/.tool-versions index 31c6edd4f4..6355623e9d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,8 +1,8 @@ 1password-cli 2.29.0 dagger 0.6.4 direnv 2.34.0 -elixir 1.16.3 -erlang 26.2.5 +elixir 1.18.1-otp-27 +erlang 27.2 flyctl 0.2.65 golang 1.22.4 nodejs 20.14.0 diff --git a/lib/changelog/stats/parser.ex b/lib/changelog/stats/parser.ex index 6a6d739ce5..caa7b2af80 100644 --- a/lib/changelog/stats/parser.ex +++ b/lib/changelog/stats/parser.ex @@ -43,7 +43,7 @@ defmodule Changelog.Stats.Parser do } rescue exception -> - Logger.info("Stats: Parse Error '#{exception.message}'\n#{line}") + Logger.info("Stats: Parse Error '#{Exception.message(exception)}'\n#{line}") Sentry.capture_exception(exception) %Entry{bytes: 0} end diff --git a/lib/changelog_web/templates/admin/episode/_table.html.heex b/lib/changelog_web/templates/admin/episode/_table.html.heex index 6efa1705c6..773cb8b6ce 100644 --- a/lib/changelog_web/templates/admin/episode/_table.html.heex +++ b/lib/changelog_web/templates/admin/episode/_table.html.heex @@ -1,4 +1,4 @@ -<%# sometimes this table is rendered within a specific podcast context, sometimes not %> +<% # sometimes this table is rendered within a specific podcast context, sometimes not %>