Skip to content

Commit

Permalink
Ruby 3.3.4 (#306)
Browse files Browse the repository at this point in the history
https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/

Co-authored-by: Karl Entwistle <karl@biggerpockets.com>
  • Loading branch information
karlentwistle and bp-karl authored Aug 20, 2024
1 parent 9f5ac83 commit f330067
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.1
3.3.4
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.1'
ruby file: '.ruby-version'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.2.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.4p94

BUNDLED WITH
2.5.9

0 comments on commit f330067

Please sign in to comment.