Skip to content

Commit

Permalink
Remove steep version lock
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Jun 7, 2024
1 parent 8592279 commit 3f11d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hanami-lambda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "dry-inflector", "~> 1.0"

spec.add_development_dependency "rubocop", "~> 1.59"
spec.add_development_dependency "steep", "~> 1.6.0"
spec.add_development_dependency "steep"

spec.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 3f11d59

Please sign in to comment.