Skip to content

Commit

Permalink
Use standard 1.37 to work with ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
araluce committed Sep 17, 2024
1 parent 6934a7d commit 1f2c066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendlyr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "rake", "~> 13.2"
spec.add_development_dependency "minitest", "~> 5.25"
spec.add_development_dependency "standard", "~> 1.40"
spec.add_development_dependency "standard", "~> 1.37" # Max version that supports Ruby 2.7
spec.add_development_dependency "webmock", "~> 3.23"
spec.add_development_dependency "codecov", "~> 0.6"
spec.add_development_dependency "simplecov", "~> 0.21"
Expand Down

0 comments on commit 1f2c066

Please sign in to comment.