Skip to content

Commit

Permalink
Use ruby-3.4 as application base
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Dec 27, 2024
1 parent 32fb998 commit 65445a8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.3
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
- name: Install gem dependencies
run: |
gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
TargetRubyVersion: 3.3
TargetRubyVersion: 3.4

Metrics/BlockLength:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Add the ability to send messages to multiple chats
* Add configuration parameter `check_period`
to configure timeout between checks
* Use `ruby-3.3` as application base
* Use `ruby-3.4` as application base
* Add `dependabot` check for `GitHub Actions`
* Add unit tests

Expand Down
4 changes: 2 additions & 2 deletions gems.locked
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ DEPENDENCIES
yard

RUBY VERSION
ruby 3.3.0p0
ruby 3.4.1p0

BUNDLED WITH
2.5.4
2.6.2
2 changes: 1 addition & 1 deletion gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

ruby '>= 3.3.0'
ruby '>= 3.4.0'

gem 'onlyoffice_bugzilla_helper'
gem 'rspec'
Expand Down

0 comments on commit 65445a8

Please sign in to comment.