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

Commit 5d10afb

Browse files
committed
Pin thor
1 parent e9e8f44 commit 5d10afb

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
@@ -59,6 +59,12 @@ if RUBY_VERSION < '2.4.0'
5959
gem 'minitest', '< 5.12.0'
6060
end
6161

62+
if RUBY_VERSION < '2.0.0'
63+
gem 'thor', '< 1.0.0'
64+
else
65+
gem 'thor', '> 1.0.0'
66+
end
67+
6268
### deps for rdoc.info
6369
group :documentation do
6470
gem 'redcarpet', :platform => :mri

0 commit comments

Comments
 (0)