Skip to content

Commit

Permalink
Update license_finder to 6.0.0 and adjust its configuration
Browse files Browse the repository at this point in the history
With version 6, license_finder has changed the 'whitelist' option to
'permit'.
  • Loading branch information
mvz committed Jan 23, 2020
1 parent 8b7dc95 commit 627c94a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ to make testing commandline applications meaningful, easy and fun.'
spec.add_runtime_dependency 'thor', '~> 1.0'

spec.add_development_dependency 'json', '~> 2.1'
spec.add_development_dependency 'license_finder', '~> 5.3'
spec.add_development_dependency 'license_finder', '~> 6.0'
spec.add_development_dependency 'minitest', '~> 5.10'
spec.add_development_dependency 'pry-doc', '~> 1.0'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down
10 changes: 5 additions & 5 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- :who:
:why:
:when: 2016-05-09 14:57:58.000000000 Z
- - :whitelist
- - :permit
- MIT
- :who:
:why:
Expand All @@ -14,7 +14,7 @@
- :who:
:why:
:when: 2015-04-28 13:39:28.340867782 Z
- - :whitelist
- - :permit
- BSD
- :who:
:why:
Expand All @@ -34,17 +34,17 @@
- :who:
:why:
:when: 2016-04-19 21:38:58.571635580 Z
- - :whitelist
- - :permit
- ruby
- :who:
:why:
:when: 2016-04-19 21:40:01.747535503 Z
- - :whitelist
- - :permit
- New BSD
- :who:
:why:
:when: 2016-12-07 14:54:49.587491547 Z
- - :whitelist
- - :permit
- Simplified BSD
- :who:
:why:
Expand Down

0 comments on commit 627c94a

Please sign in to comment.