FIX: Add `thor` to Gemfile. We need it for our CLI tool.
This commit is contained in:
parent
03a0c4ad34
commit
890f1bde89
2
Gemfile
2
Gemfile
|
@ -92,7 +92,7 @@ gem 'pry-rails', require: false
|
|||
gem 'r2', '~> 0.2.5', require: false
|
||||
gem 'rake'
|
||||
|
||||
|
||||
gem 'thor'
|
||||
gem 'rest-client'
|
||||
gem 'rinku'
|
||||
gem 'sanitize'
|
||||
|
|
|
@ -470,6 +470,7 @@ DEPENDENCIES
|
|||
sinatra
|
||||
spork-rails
|
||||
stackprof
|
||||
thor
|
||||
timecop
|
||||
uglifier
|
||||
unf
|
||||
|
|
Loading…
Reference in New Issue