Skip to content

Commit

Permalink
Lock Thor to 0.14.0 during development
Browse files Browse the repository at this point in the history
We already relax our dependency in ba10652. However, we need to limit
Thor to this version during development to make sure that we're not
using any version feature of Thor that is not available in the older
version, as Rails 3.0.0 requires Thor '~> 0.14.0'.

Fixes #67
  • Loading branch information
sikachu committed Nov 6, 2013
1 parent ba10652 commit 4cf908f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'

gemspec

# This here to make sure appraisal works with Rails 3.0.0.
gem 'thor', '~> 0.14.0'

0 comments on commit 4cf908f

Please sign in to comment.