Skip to content

Commit

Permalink
update ruby version and dorian-arguments gem
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 5, 2024
1 parent 2e163e8 commit 6b9ef02
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 @@ -28,7 +28,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)
i18n (1.14.5)
Expand Down
2 changes: 1 addition & 1 deletion dorian-yaml-deep-pluck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.metadata = { "rubygems_mfa_required" => "true" }
s.add_dependency "dorian-arguments"
s.add_dependency "yaml"
s.required_ruby_version = ">= 3"
s.required_ruby_version = ">= 3.3.0"
end

0 comments on commit 6b9ef02

Please sign in to comment.