Compare commits

...

3 commits

Author SHA1 Message Date
dependabot[bot]
709238a0ca
Merge 03df481032 into 49d1e7014b 2025-07-15 12:34:52 +02:00
Eugene Burmakin
49d1e7014b Add simple analytics 2025-07-14 21:26:19 +02:00
dependabot[bot]
03df481032
Bump jwt from 2.10.1 to 3.1.2
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.1 to 3.1.2.
- [Release notes](https://github.com/jwt/ruby-jwt/releases)
- [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jwt/ruby-jwt/compare/v2.10.1...v3.1.2)

---
updated-dependencies:
- dependency-name: jwt
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-30 18:19:45 +00:00
2 changed files with 4 additions and 1 deletions

View file

@ -203,7 +203,7 @@ GEM
json (2.12.0)
json-schema (5.0.1)
addressable (~> 2.8)
jwt (2.10.1)
jwt (3.1.2)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)

View file

@ -17,6 +17,9 @@
<%= render 'application/favicon' %>
<%= Sentry.get_trace_propagation_meta.html_safe if Sentry.initialized? %>
<% if !DawarichSettings.self_hosted? %>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<% end %>
</head>
<body class='min-h-screen'>