Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 0f13481

Browse files
committed
Pin thor
1 parent 30fafe4 commit 0f13481

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ group :documentation do
3333
gem 'yard', '~> 0.9.24', :require => false
3434
end
3535

36+
if RUBY_VERSION < '2.0.0'
37+
gem 'thor', '< 1.0.0'
38+
else
39+
gem 'thor', '> 1.0.0'
40+
end
41+
3642
if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'
3743
gem 'json', '< 2.0.0'
3844
else

0 commit comments

Comments
 (0)