Skip to content

Commit

Permalink
Do not bump Ruby version in utility Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jan 1, 2025
1 parent 59a636b commit 32aa7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/utility/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

# Must match Ruby version installed in the utility image.
ruby '>= 3.1'
ruby '>= 3.0'

gem 'fpm'

0 comments on commit 32aa7b5

Please sign in to comment.