Skip to content

Commit

Permalink
Update cf-decota-release-notes-template task
Browse files Browse the repository at this point in the history
Upgraded bundler because using the prior version
with Ruby 3.1 resulted in a bunch of deprecation
messages like:

`bundler-2.0.1/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2`
  • Loading branch information
oppegard committed Aug 7, 2024
1 parent 6fb5983 commit 7df3850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/tasks/cf-decota-release-notes-template/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.0.1
2.5.17
2 changes: 1 addition & 1 deletion ci/tasks/cf-decota-release-notes-template/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image_resource:
type: docker-image
source:
repository: ruby
tag: 2.6-slim
tag: 3.1-slim

inputs:
- name: cf-deployment-concourse-tasks
Expand Down

0 comments on commit 7df3850

Please sign in to comment.