From 2a7b1432300417dd562c440f86c2e35388e409d3 Mon Sep 17 00:00:00 2001 From: Nik Il Date: Thu, 4 Apr 2024 22:39:47 +0300 Subject: [PATCH] 153 (#167) ## 0.10.2 ### Improvements - Dependencies updates --- .ruby-version | 2 +- CHANGELOG.md | 17 +++++++++++------ Dockerfile | 2 +- Gemfile | 4 ++-- Gemfile.lock | 6 +++--- README.md | 1 + 6 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.ruby-version b/.ruby-version index 4e34c4d..f0c2138 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-2.7.6 +ruby-2.7.8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 434243d..eb55308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog + +## 0.10.2 +### Improvements +- Dependencies updates + ## 0.10.1 ### Improvements - Deleting no needed code @@ -15,7 +20,7 @@ ## 0.9.0 ### Bugfixes -- Opsgenie rake task fixes +- OpsGenie rake task fixes - Updated version in Gemfile ### Improvements - Known-problem reply feature doesn't trigger if problem is in a code block [#134](/../../issues/134) @@ -61,8 +66,8 @@ ## 0.6.6 ### Improvements - Switched to Ruby 2.7.3 -- [Rake job to sync person on call from OpsGenie shedule.](https://github.com/mr-exz/whoisondutytoday/issues/55) -- [Improved sync with OpsGenie shedule.](https://github.com/mr-exz/whoisondutytoday/issues/29) +- [Rake job to sync person on call from OpsGenie schedule.](https://github.com/mr-exz/whoisondutytoday/issues/55) +- [Improved sync with OpsGenie schedule.](https://github.com/mr-exz/whoisondutytoday/issues/29) ### Fixes - [Fixed no replies to messages with attachments](https://github.com/mr-exz/whoisondutytoday/issues/56). @@ -110,7 +115,7 @@ ## 0.3.3 ### Improvements -- Added Opsgenie escalation. +- Added OpsGenie escalation. ## 0.3.2 ### Improvements @@ -133,14 +138,14 @@ ## 0.2.0 ### Features -- Syncing duty schedule from Opsgenie [25](https://github.com/mr-exz/whoisondutytoday/issues/25). +- Syncing duty schedule from OpsGenie [25](https://github.com/mr-exz/whoisondutytoday/issues/25). ### Fixes - Display working hours in local time of requester [8](https://github.com/mr-exz/whoisondutytoday/issues/8). - Stop replying on messages in channel from duty person [26](https://github.com/mr-exz/whoisondutytoday/issues/26). ## 0.1.0 ### Features -- Call duty person over Opsgenie service. +- Call duty person over OpsGenie service. - User can enable themselves in channel as a duty person. - Users in channel can ask bot who is on duty? - User can tell to bot create/update/delete his (user) duty schedule in channel. diff --git a/Dockerfile b/Dockerfile index 5e16539..df9864c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.6-slim +FROM ruby:2.7.8-slim ARG DOCKER_IMAGE_TAG ENV DOCKER_IMAGE_TAG=$DOCKER_IMAGE_TAG diff --git a/Gemfile b/Gemfile index 6d4c25b..563bad2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "2.7.6" +ruby "2.7.8" gem "rubocop" gem "slack-ruby-bot", "~> 0.16.1" gem "async-websocket", "~> 0.8.0" @@ -22,7 +22,7 @@ gem "rails", "~> 6.1.7.4" # Use sqlite3 as the database for Active Record gem "sqlite3" # Use Puma as the app server -gem "puma", "~> 5.6.7" +gem "puma", "~> 5.6.8" # Use SCSS for stylesheets gem "sass-rails", "~> 6.0", ">= 6.0.0" # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 12d14e4..cd51592 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM racc popper_js (1.16.1) public_suffix (5.0.3) - puma (5.6.7) + puma (5.6.8) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -346,7 +346,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mail nokogiri (>= 1.13.10) - puma (~> 5.6.7) + puma (~> 5.6.8) rails (~> 6.1.7.4) rubocop sass-rails (~> 6.0, >= 6.0.0) @@ -363,7 +363,7 @@ DEPENDENCIES whenever RUBY VERSION - ruby 2.7.6p219 + ruby 2.7.8p225 BUNDLED WITH 2.1.4 diff --git a/README.md b/README.md index d4d3e6a..5e615bc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ with escalation option. * [Changelog](./CHANGELOG.md) * [Docker](https://hub.docker.com/r/mrexz/whoisondutytoday) * ![Build](https://github.com/mr-exz/whoisondutytoday/actions/workflows/docker-build.yml/badge.svg) +* ![Known Vulnerabilities](https://snyk.io/test/github/mr-exz/whoisondutytoday/badge.svg) ## Features