Skip to content

Commit

Permalink
Update minimum Ruby constriant to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Aug 10, 2020
1 parent 5b3a5cd commit 0bd7318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ '2.4.x', '2.5.x', '2.6.x' ]
ruby: [ '2.5.x', '2.6.x', '2.7.x' ]
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout
Expand Down
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Build and distribute virtualized development environments."
s.description = "Vagrant is a tool for building and distributing virtualized development environments."

s.required_ruby_version = "~> 2.4", "< 2.8"
s.required_ruby_version = "~> 2.5", "< 2.8"
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "bcrypt_pbkdf", "~> 1.0.0"
Expand Down

0 comments on commit 0bd7318

Please sign in to comment.