Skip to content

Commit

Permalink
Update gc_ruboconfig requirement from ~> 3.0.1 to ~> 3.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [gc_ruboconfig](https://github.com/gocardless/ruboconfig) to permit the latest version.
- [Release notes](https://github.com/gocardless/ruboconfig/releases)
- [Changelog](https://github.com/gocardless/gc_ruboconfig/blob/master/CHANGELOG.md)
- [Commits](gocardless/gc_ruboconfig@v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: gc_ruboconfig
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2022
1 parent b0fb0e6 commit 15c6e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency "gc_ruboconfig", "~> 3.0.1"
spec.add_development_dependency "gc_ruboconfig", "~> 3.1.0"
spec.add_development_dependency "rspec", "~> 3.1"
spec.add_development_dependency "rspec_junit_formatter", "~> 0.5.1"
spec.add_development_dependency "rubocop", "~> 1.29.1"
Expand Down

0 comments on commit 15c6e38

Please sign in to comment.