Skip to content

Commit

Permalink
update ruby version to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 5, 2024
1 parent 45b8f39 commit 2ab3b59
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.5
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.3.4
ruby 3.3.5
yarn 1.22.22
nodejs 22.5.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gemspec

ruby "3.3.4"
ruby "3.3.5"

gem "rspec"
gem "ruby-prof"
Expand Down
4 changes: 2 additions & 2 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.0.0)
code-ruby (1.1.1)
activesupport
bigdecimal
did-you-mean
Expand All @@ -40,7 +40,7 @@ GEM
did-you-mean (0.1.1)
levenshtein (>= 0.2.0)
diff-lcs (1.5.1)
dorian-arguments (1.1.0)
dorian-arguments (1.2.1)
bigdecimal
drb (2.2.1)
i18n (1.14.5)
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.3.4"
s.required_ruby_version = ">= 3"
end

0 comments on commit 2ab3b59

Please sign in to comment.