Skip to content

Commit

Permalink
update ruby version to 3.3.5 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 5, 2024
1 parent 012e433 commit 3be99fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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"

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.1.0)
dorian-arguments (1.2.1)
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.3.4"
s.required_ruby_version = ">= 3"
end

0 comments on commit 3be99fd

Please sign in to comment.