Skip to content

Commit

Permalink
Require Ruby 2.7 in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 26, 2023
1 parent 630740e commit ba42846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = Dir[File.join("bin", "**", "*")].map! { |f| f.gsub(/bin\//, "") }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 2.7"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit ba42846

Please sign in to comment.