Skip to content

Commit

Permalink
Merge pull request #518 from zipmark/dependabot/bundler/rspec-tw-3.13.0
Browse files Browse the repository at this point in the history
Update rspec requirement from ~> 3.4.0 to ~> 3.13.0 [ci skip]
  • Loading branch information
bf4 authored Apr 25, 2024
2 parents 8db1a32 + 5c71cee commit fe95f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "contracts", "~> 0.13.0"
s.add_development_dependency "gherkin", "~> 3.2.0"
s.add_development_dependency "multi_json", "~> 1.11.2"
s.add_development_dependency "rspec", "~> 3.4.0"
s.add_development_dependency "rspec", "~> 3.0"

s.files = Dir.glob("lib/**/*") + Dir.glob("templates/**/*")
s.require_path = "lib"
Expand Down

0 comments on commit fe95f3e

Please sign in to comment.