Skip to content

Commit

Permalink
Merge pull request #128 from cantino/highline-pin
Browse files Browse the repository at this point in the history
Pin highline to 2.x branch. Fixes #127
  • Loading branch information
benprew committed Jan 8, 2024
2 parents a23c1b7 + a3b143a commit f8f7cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
reckon (0.9.4)
chronic (>= 0.3.0)
highline (>= 1.5.2)
highline (~> 2.0)
matrix (>= 0.4.2)
rchardet (>= 1.8.0)

Expand Down
2 changes: 1 addition & 1 deletion reckon.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "pry", ">= 0.12.2"
s.add_development_dependency "rantly", "= 1.2.0"
s.add_runtime_dependency "chronic", ">= 0.3.0"
s.add_runtime_dependency "highline", ">= 1.5.2"
s.add_runtime_dependency "highline", "~> 2.0" # 3.0 replaces readline with reline and breaks reckon
s.add_runtime_dependency "rchardet", ">= 1.8.0"
s.add_runtime_dependency "matrix", ">= 0.4.2"
end

0 comments on commit f8f7cf5

Please sign in to comment.