Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax ruby version constraint to allow Ruby 3.3 #13335

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

chrisroberts
Copy link
Member

Fixes #13333

@chrisroberts chrisroberts merged commit 35e823c into hashicorp:main Jan 18, 2024
14 checks passed
@chrisroberts chrisroberts deleted the ruby-3.3 branch January 18, 2024 20:56
hswong3i added a commit to alvistack/hashicorp-vagrant that referenced this pull request Jan 20, 2024
    git clean -xdf
    git submodule sync --recursive
    git submodule update --recursive --init
    git submodule foreach --recursive git clean -xdf
    gem build vagrant.gemspec -o ../vagrant-2.3.4.gem
    go mod download
    go mod vendor
    bundle config set --local without development
    bundle config set --local path ./bundle
    bundle install --verbose --standalone
    bundle config set --local deployment true
    bundle install --verbose --standalone
    bundle config set --local cache_all true
    bundle config set --local cache_all_platforms true
    bundle cache
    rm -rf .bundle bundle vendor/bundle Gemfile.lock
    cp ../vagrant-2.3.4.gem ./vendor/cache/
    tar zcvf ../vagrant_2.3.4.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp vagrant.spec ../vagrant_2.3.4-1.spec
    cp vagrant.rpmlintrc /osc/home\:alvistack/hashicorp-vagrant-2.3.4/
    cp ../vagrant*2.3.4*.{gz,xz,spec,dsc} /osc/home\:alvistack/hashicorp-vagrant-2.3.4/
    rm -rf ../vagrant*2.3.4*.*

See hashicorp#13178
See hashicorp#13179
See hashicorp#13194
See hashicorp#13335

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i added a commit to alvistack/hashicorp-vagrant that referenced this pull request Feb 9, 2024
    git clean -xdf
    git submodule sync --recursive
    git submodule update --recursive --init
    git submodule foreach --recursive git clean -xdf
    gem build vagrant.gemspec -o ../vagrant-2.3.4.gem
    go mod download
    go mod vendor
    bundle config set --local without development
    bundle config set --local path ./bundle
    bundle install --verbose --standalone
    bundle config set --local deployment true
    bundle install --verbose --standalone
    bundle config set --local cache_all true
    bundle config set --local cache_all_platforms true
    bundle cache
    rm -rf .bundle bundle vendor/bundle Gemfile.lock
    cp ../vagrant-2.3.4.gem ./vendor/cache/
    tar zcvf ../vagrant_2.3.4.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp vagrant.spec ../vagrant_2.3.4-1.spec
    cp vagrant.rpmlintrc /osc/home\:alvistack/hashicorp-vagrant-2.3.4/
    cp ../vagrant*2.3.4*.{gz,xz,spec,dsc} /osc/home\:alvistack/hashicorp-vagrant-2.3.4/
    rm -rf ../vagrant*2.3.4*.*

See hashicorp#13178
See hashicorp#13179
See hashicorp#13194
See hashicorp#13335

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i added a commit to alvistack/hashicorp-vagrant that referenced this pull request Feb 9, 2024
    git clean -xdf
    git submodule sync --recursive
    git submodule update --recursive --init
    git submodule foreach --recursive git clean -xdf
    gem build vagrant.gemspec -o ../vagrant-2.3.4.gem
    go mod download
    go mod vendor
    bundle config set --local without development
    bundle config set --local path ./bundle
    bundle install --verbose --standalone
    bundle config set --local deployment true
    bundle install --verbose --standalone
    bundle config set --local cache_all true
    bundle config set --local cache_all_platforms true
    bundle cache
    rm -rf .bundle bundle vendor/bundle Gemfile.lock
    cp ../vagrant-2.3.4.gem ./vendor/cache/
    tar zcvf ../vagrant_2.3.4.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp vagrant.spec ../vagrant_2.3.4-1.spec
    cp vagrant.rpmlintrc /osc/home\:alvistack/hashicorp-vagrant-2.3.4/
    cp ../vagrant*2.3.4*.{gz,xz,spec,dsc} /osc/home\:alvistack/hashicorp-vagrant-2.3.4/
    rm -rf ../vagrant*2.3.4*.*

See hashicorp#13178
See hashicorp#13179
See hashicorp#13194
See hashicorp#13335

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ruby 3.3 support
1 participant