Skip to content

Commit

Permalink
Bundler update and ruby 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smokodon committed Jun 18, 2024
1 parent a4891a8 commit 8a38d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/travis_ci_ubuntu_2204/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@


# changing default ruby version due to dpl issues
override['travis_build_environment']['default_ruby'] = '3.3.0'
override['travis_build_environment']['default_ruby'] = '3.3.1'
override['travis_build_environment']['rubies'] = rubies

override['travis_build_environment']['otp_releases'] = %w[
Expand Down
3 changes: 3 additions & 0 deletions packer-scripts/updates
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ main() {
# Update composer
/home/travis/.phpenv/shims/composer self-update

# Update bundler
gem install bundler

}

main "$@"

0 comments on commit 8a38d21

Please sign in to comment.