Skip to content

Commit

Permalink
Fix: Float Gemfile's ruby version on 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong authored and mkocher committed Mar 7, 2024
1 parent a966fca commit f634339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.3.0'
ruby '~> 3.3'

group :development, :test do
gem 'bosh-template'
Expand Down

0 comments on commit f634339

Please sign in to comment.