Skip to content

Commit

Permalink
Upgrading ruby version to 2.7.6 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelwestphal authored Dec 29, 2022
1 parent 153dc5b commit 191aad7
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 406 deletions.
5 changes: 1 addition & 4 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ source 'https://supermarket.chef.io'
cookbook 'apt', '~> 2.8'
cookbook 'yum-epel', '~> 0.6'

cookbook 'omnibus', '~> 4'

# Uncomment to use the latest version of the Omnibus cookbook from GitHub
# cookbook 'omnibus', github: 'opscode-cookbooks/omnibus'
cookbook 'omnibus', github: 'opscode-cookbooks/omnibus'
53 changes: 0 additions & 53 deletions Berksfile.lock

This file was deleted.

13 changes: 9 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ source 'https://rubygems.org'
gem 'berkshelf', '~> 3.0'

# Install omnibus software
gem 'omnibus', :github => 'chef/omnibus', :branch => '7.0.9'
gem 'omnibus-software', :github => 'chef/omnibus-software' #, :branch => 'omnibus/3.2-stable'
gem 'omnibus', :github => 'chef/omnibus'
gem 'omnibus-software', :github => 'chef/omnibus-software'

gem 'kubeclient', '4.10.1'

gem 'ohai', '>17.7'
gem 'chef-cleanroom', '1.0.1'

# Use open_uri_redirections to allow HTTPS -> HTTP redirections in omnibus
gem 'open_uri_redirections', '0.2.1'

# Use Test Kitchen with Vagrant for convering the build environment
gem 'test-kitchen', '~> 1.2'
gem 'kitchen-vagrant', '~> 0.14'
gem 'test-kitchen', '~> 2.4'
gem 'kitchen-vagrant', '~> 1.6'

group :test do
gem 'rake', '~> 10.1.0'
Expand Down
Loading

0 comments on commit 191aad7

Please sign in to comment.