Skip to content

Commit

Permalink
Update rspec-openapi.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yykamei committed Jun 21, 2022
1 parent 7aa2264 commit de9bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-openapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'actionpack', '>= 6.0.0'
spec.add_dependency 'actionpack', '>= 5.2.0'
spec.add_dependency 'rspec'
end

0 comments on commit de9bb86

Please sign in to comment.