Skip to content

Commit

Permalink
Allow Launchy 3.0+.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Mar 6, 2024
1 parent 3a19eff commit 81eddb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## master ##
* Allow Launchy 3.0+.

## 1.9.0 ##
* Store mail location in `Mail::Message` object (thanks [Jonathan Chan](https://github.com/jonmchan))
* Drop Ruby 2 support. Support only Ruby 3.0+
Expand Down
2 changes: 1 addition & 1 deletion letter_opener.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.files = Dir["{lib,spec}/**/*", "[A-Z]*"] - ["Gemfile.lock"]
s.require_path = "lib"

s.add_dependency 'launchy', '>= 2.2', '< 3'
s.add_dependency 'launchy', '>= 2.2', '< 4'

s.add_development_dependency 'rspec', '~> 3.10.0'
s.add_development_dependency 'mail', '~> 2.6.0'
Expand Down

0 comments on commit 81eddb8

Please sign in to comment.