Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Toland committed Mar 3, 2020
1 parent 83957e1 commit 8599153
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions patron.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
end

spec.required_rubygems_version = ">= 1.2.0"
spec.rubyforge_project = "patron"

spec.files = `git ls-files -z`.split("\x0")
spec.bindir = "exe"
Expand All @@ -36,7 +35,7 @@ SecureTransport-based builds might cause crashes in forking environment.
For more info see https://github.com/curl/curl/issues/788
}
spec.add_development_dependency "rake", "~> 10"
spec.add_development_dependency "rake", "~> 12.3.3"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rspec", ">= 2.3.0"
spec.add_development_dependency "simplecov", "~> 0.10"
Expand Down

0 comments on commit 8599153

Please sign in to comment.