Skip to content

Commit

Permalink
add base64 devdep for ruby-head, as steep needs but doesn't explicitl…
Browse files Browse the repository at this point in the history
…y require it
  • Loading branch information
geemus committed Oct 13, 2024
1 parent 44e27b5 commit 0cf74c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec-parameterized'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency "steep"
# for steep
# for steep + ruby-head
spec.add_development_dependency 'base64', '~> 0.2.0'
# https://github.com/soutaro/steep/issues/466
spec.add_development_dependency "activesupport", '~> 6.0'
end

0 comments on commit 0cf74c9

Please sign in to comment.