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 f870329 commit caace16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
code-ruby (1.1.1)
code-ruby (1.1.3)
activesupport
bigdecimal
did-you-mean
Expand All @@ -40,13 +40,13 @@ GEM
did-you-mean (0.1.1)
levenshtein (>= 0.2.0)
diff-lcs (1.5.1)
dorian-arguments (1.2.1)
dorian-arguments (1.2.2)
bigdecimal
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
language-ruby (1.0.1)
language-ruby (1.1.2)
dorian-arguments
zeitwerk
language_server-protocol (3.17.0.3)
Expand Down
2 changes: 1 addition & 1 deletion template-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.add_dependency "language-ruby"
s.add_dependency "zeitwerk"
s.metadata["rubygems_mfa_required"] = "true"
s.required_ruby_version = ">= 3"
s.required_ruby_version = ">= 3.3.0"
end

0 comments on commit caace16

Please sign in to comment.