Skip to content

Commit

Permalink
update ruby version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 5, 2024
1 parent 1a50d89 commit 9737546
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ 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
dorian-to_struct (2.0.1)
dorian-to_struct (2.0.2)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion dorian-json-deep-each.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 "dorian-to_struct"
s.add_dependency "json"
s.required_ruby_version = ">= 3"
s.required_ruby_version = ">= 3.3.0"
end

0 comments on commit 9737546

Please sign in to comment.