Skip to content

Commit

Permalink
Merge pull request #57 from apainintheneck/add-more-pessimistic-dep-v…
Browse files Browse the repository at this point in the history
…ersions

Add pessimistic versioning for deps
  • Loading branch information
apainintheneck authored Apr 26, 2024
2 parents 68aff80 + df7da9f commit 342eea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
atlasq (1.0.1)
tty-pager
unaccent
tty-pager (~> 0.14.0)
unaccent (~> 0.4.0)

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

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

0 comments on commit 342eea8

Please sign in to comment.