Skip to content

Commit

Permalink
Need calculate_width and split_by_width of Reline::Unicode of reline …
Browse files Browse the repository at this point in the history
…0.1.5 or later
  • Loading branch information
aycabta committed Sep 13, 2020
1 parent 0feeae3 commit c05bc9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ rvm:
before_install:
- yes | gem update --system

script: bundle exec rake test
script:
- bundle install
- bundle exec rake test
2 changes: 1 addition & 1 deletion irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new(">= 2.5")

spec.add_dependency "reline", ">= 0.0.1"
spec.add_dependency "reline", ">= 0.1.5"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
end

0 comments on commit c05bc9e

Please sign in to comment.