Skip to content

Commit

Permalink
gemspec: Fix compatibility with Ruby 2.7 and older
Browse files Browse the repository at this point in the history
Vagrant 2.3.* is still using Ruby 2.7 as the embedded ruby interpreter. We should not include a strict "required_ruby_version"
in our gemfile, otherwise it won't be possible to install our plugin on Vagrant 2.3* or older.
It's better to remove the line completely and rely on the compatibility defined by the upstream Vagrant.
  • Loading branch information
legal90 committed Mar 22, 2023
1 parent cfcb78c commit 7fff7c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vagrant-parallels.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/Parallels/vagrant-parallels'
spec.license = 'MIT'

spec.required_ruby_version = '>= 3.0', '< 3.3'
spec.required_rubygems_version = '>= 1.3.6'
spec.rubyforge_project = 'vagrant-parallels'

Expand Down

0 comments on commit 7fff7c0

Please # to comment.