Skip to content

Commit

Permalink
feat: update required ruby version from 2.2 to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 26, 2023
1 parent 68d7cf3 commit f1b1e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{See description}
gem.homepage = "https://github.com/pact-foundation/pact_broker"

gem.required_ruby_version = ">= 2.2.0"
gem.required_ruby_version = ">= 2.7.0"

gem.files = begin
if Dir.exist?(".git")
Expand Down

0 comments on commit f1b1e90

Please sign in to comment.