Skip to content

Commit

Permalink
Merge pull request #56 from apainintheneck/add-unaccent-gem-dependency
Browse files Browse the repository at this point in the history
Add unaccent gem as dependency
  • Loading branch information
apainintheneck authored Apr 26, 2024
2 parents c8f08c3 + f11cd6d commit 68aff80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ PATH
remote: .
specs:
atlasq (1.0.1)
tty-pager (~> 0.14)
tty-pager
unaccent

GEM
remote: https://rubygems.org/
Expand Down
3 changes: 2 additions & 1 deletion atlasq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = ["atlasq"]

spec.add_dependency "tty-pager", "~> 0.14"
spec.add_dependency "tty-pager"
spec.add_dependency "unaccent"
end

0 comments on commit 68aff80

Please sign in to comment.