Skip to content

Commit

Permalink
update addressable to 2.8
Browse files Browse the repository at this point in the history
- pulled from #145
- closes #145
  • Loading branch information
copiousfreetime committed Jul 19, 2021
1 parent 80e723e commit 0646e2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ easiest way to contribute.
* [Daniel Farina](https://github.com/fdr)
* [Jack Turnbull](https://github.com/jackturnbull)
* [Jeremy Moritz](https://github.com/jeremymoritz)
* [Jamie Donnelly](https://github.com/JamieKDonnelly)

[GitHub Account]: https://github.com/signup/free "GitHub Signup"
[GitHub Issues]: https://github.com/copiousfreetime/launchy/issues "Launchy Issues"
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Launchy Changelog

## Version 2.5.1 - 2021-07-XX
* Update Addressable - <https://github.com/copiousfreetime/launchy/pull/145> - JamieKDonnelly

## Version 2.5.0 - 2020-02-27
* Update depedencies
* Update minimum ruby level
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This.email = "jeremy@copiousfreetime.org"
This.homepage = "https://github.com/copiousfreetime/#{ This.name }"

This.ruby_gemspec do |spec|
spec.add_dependency( 'addressable', '~> 2.7')
spec.add_dependency( 'addressable', '~> 2.8')

spec.add_development_dependency( 'rake' , '~> 13.0')
spec.add_development_dependency( 'minitest' , '~> 5.14' )
Expand Down

0 comments on commit 0646e2a

Please sign in to comment.