Skip to content

Commit

Permalink
Merge pull request #1478 from sanger/depfu/engine/ruby-3.3.6
Browse files Browse the repository at this point in the history
Update Ruby 3.3.5 → 3.3.6
  • Loading branch information
yoldas authored Nov 21, 2024
2 parents a0e6051 + 5ea24d6 commit 9df3648
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.5'
ruby '3.3.6'

gem 'avro'
gem 'bootsnap', '>= 1.1.0', require: false # Reduces boot times through caching
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ DEPENDENCIES
yard

RUBY VERSION
ruby 3.3.5
ruby 3.3.6

BUNDLED WITH
2.5.9

0 comments on commit 9df3648

Please sign in to comment.