Skip to content

Commit

Permalink
Add unaccent gem as dependency
Browse files Browse the repository at this point in the history
This was a transitive dependency of the countries gem that didn't
get explicitly included when that gem got removed at runtime. I
realized that there was a problem when I tried to install this
gem on a new computer.
  • Loading branch information
apainintheneck committed Apr 26, 2024
1 parent c8f08c3 commit f11cd6d
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 f11cd6d

Please sign in to comment.