Skip to content

Commit

Permalink
chore: bump ruby version to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
galetahub committed Jan 22, 2025
1 parent 41b2ce6 commit d7ef889
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require:
AllCops:
NewCops: disable
SuggestExtensions: false
TargetRubyVersion: 2.7.6
TargetRubyVersion: 3.2.6
TargetRailsVersion: 5.2.4.6
Exclude:
- '**/vendor/**/*'
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.2.6
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ blocks:
commands:
- checkout
- sem-service start mongodb
- sem-version ruby 2.7.6
- sem-version ruby 3.2.6
- cache restore
- bundle install --path vendor/bundle
- cache store
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Ckeditor changelog

## Ckeditor 5.2.0

* Upgrade CKEditor to 5 (44.1.0) version
* Bump ruby version to 3.2.6

## Ckeditor 5.1.3

* Rename app/assets/config/manifest.js to app/assets/config/ckeditor_manifest.js (issue #938)
Expand Down

0 comments on commit d7ef889

Please sign in to comment.