Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Relax Bundler dependency
  • Loading branch information
davidstosik committed Feb 6, 2020
commit 2c5d811b828def0f4793c796370cf0569d711d0b
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "activesupport", ">= 3.0.0"
s.add_runtime_dependency "mustache", "~> 1.0", ">= 0.99.4"

s.add_development_dependency "bundler", "~> 1.0"
s.add_development_dependency "bundler", ">= 1.16"
s.add_development_dependency "fakefs", "~> 0.4"
s.add_development_dependency "sinatra", "~> 1.4", ">= 1.4.4"
s.add_development_dependency "aruba", "~> 0.5"
Expand Down