Skip to content

Commit

Permalink
update ruby version to 3.3 in config and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 5, 2024
1 parent 1470e71 commit 2e85c02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AllCops:
- node_modules/**/*
- vendor/**/*
NewCops: enable
TargetRubyVersion: 3.3
Layout/ClosingHeredocIndentation:
Enabled: false
Layout/FirstArgumentIndentation:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
dorian-arguments (1.2.1)
dorian-arguments (1.2.2)
bigdecimal
drb (2.2.1)
git (2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion dorian-commit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
s.add_dependency "dorian-arguments"
s.add_dependency "git"
s.add_dependency "tiktoken_ruby"
s.required_ruby_version = ">= 3.1.0"
s.required_ruby_version = ">= 3.3.0"
end

0 comments on commit 2e85c02

Please sign in to comment.