Skip to content

Commit

Permalink
Move application to ruby-3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Dec 27, 2024
1 parent 8a40763 commit a84fbd5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
continue-on-error: ${{ matrix.allow-failures }}
strategy:
matrix:
ruby: ['3.3']
ruby: ['3.4']
allow-failures: [false]
include:
- ruby: head
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
TargetRubyVersion: 3.3
TargetRubyVersion: 3.4
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-12-28 20:22:26 UTC using RuboCop version 1.59.0.
# on 2024-12-27 08:28:12 UTC using RuboCop version 1.69.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### New Features

* Move application to `ruby-3.3`
* Move application to `ruby-3.4`
* Add `dependabot` support for Docker base image
* Send all messages in queue instantly
(Fix [#24](https://github.com/ONLYOFFICE-QA/redis-to-telegram/issues/24))
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'https://rubygems.org'

ruby '>= 3.4.0'

gem 'redis'
gem 'telegram-bot-ruby'

Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,8 @@ DEPENDENCIES
simplecov
telegram-bot-ruby

RUBY VERSION
ruby 3.4.1p0

BUNDLED WITH
2.5.3
2.6.2

0 comments on commit a84fbd5

Please sign in to comment.