Skip to content

Commit

Permalink
highline ">= 1.7.3" to ">= 2.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Aug 19, 2018
1 parent 56e92ac commit 291e93c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in i18n-tasks.gemspec
gemspec

platform :jruby do
# Highline v1 does not work on JRuby 9.1.15.0:
# https://github.com/JEG2/highline/issues/227
gem 'highline', '>= 2.0.0.pre.develop.14'
end

platform :rbx do
# https://github.com/rubinius/rubinius/issues/2632
gem 'racc'
Expand Down
2 changes: 1 addition & 1 deletion i18n-tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ TEXT
s.add_dependency 'deepl-rb', '>= 2.1.0'
s.add_dependency 'easy_translate', '>= 0.5.1'
s.add_dependency 'erubi'
s.add_dependency 'highline', '>= 1.7.3'
s.add_dependency 'highline', '>= 2.0.0'
s.add_dependency 'i18n'
s.add_dependency 'parser', '>= 2.2.3.0'
s.add_dependency 'rainbow', '>= 2.2.2', '< 4.0'
Expand Down

0 comments on commit 291e93c

Please sign in to comment.