Skip to content

Commit

Permalink
Bump launchy to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richo225 committed Apr 25, 2023
1 parent bea5571 commit fe36acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
hodlmoon (0.3.0)
httparty (= 0.18.0)
json (~> 2.6, >= 2.6.2)
launchy (~> 2.4.3)
launchy (>= 2.4.3, < 2.6.0)
terminal-table (~> 1.8.0)
thor (>= 1.0, < 1.1)

Expand Down Expand Up @@ -50,9 +50,9 @@ GEM
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
jaro_winkler (1.5.4)
json (2.6.2)
launchy (2.4.3)
addressable (~> 2.3)
json (2.6.3)
launchy (2.5.2)
addressable (~> 2.8)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
Expand Down
2 changes: 1 addition & 1 deletion hodlmoon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'httparty', '0.18.0'
spec.add_dependency 'json', '~> 2.6', '>= 2.6.2'
spec.add_dependency 'launchy', '~> 2.4.3'
spec.add_dependency 'launchy', '>= 2.4.3', '< 2.6.0'
spec.add_dependency 'terminal-table', '~> 1.8.0'
spec.add_dependency 'thor', '>= 1.0', '< 1.1'

Expand Down

0 comments on commit fe36acc

Please sign in to comment.