Skip to content

Commit

Permalink
Use ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Mar 12, 2024
1 parent 1f970eb commit 104ba59
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 35 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ plugins:
rubocop:
enabled: true
channel: rubocop-1-56-3
exclude_patterns:
- "vendor/"
- "lib/"
exclude_patterns:
- "bin/"
- "config/"
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.2
ruby 3.3.0
nodejs 16.20.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end

source 'https://rubygems.org'

ruby ENV.fetch('OSEM_RUBY_VERSION', '3.2.2')
ruby ENV.fetch('OSEM_RUBY_VERSION', '3.3.0')

# as web framework
if next?
Expand Down
32 changes: 0 additions & 32 deletions info.yml

This file was deleted.

0 comments on commit 104ba59

Please sign in to comment.