Skip to content

Commit

Permalink
Change gemspec to remove bundler and relax rspec upper version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 12, 2021
1 parent 7b35f10 commit eceaf81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions strings-case.gemspec
Expand Up @@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.0.0"

spec.add_development_dependency "bundler", ">= 1.5"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rspec", ">= 3.0"
end

0 comments on commit eceaf81

Please sign in to comment.