Skip to content

Commit

Permalink
Merge pull request #3 from sadikay/dependabot/bundler/bundler-tw-2.1
Browse files Browse the repository at this point in the history
Update bundler requirement from ~> 1.9 to ~> 2.1
  • Loading branch information
sadikay authored Aug 17, 2020
2 parents cb6f418 + 66f6a31 commit 83c21c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tc_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "activesupport"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit 83c21c9

Please sign in to comment.