mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
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 'r2', '~> 0.2.5', require: false
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
|
||||||
|
gem 'thor'
|
||||||
gem 'rest-client'
|
gem 'rest-client'
|
||||||
gem 'rinku'
|
gem 'rinku'
|
||||||
gem 'sanitize'
|
gem 'sanitize'
|
||||||
|
@ -470,6 +470,7 @@ DEPENDENCIES
|
|||||||
sinatra
|
sinatra
|
||||||
spork-rails
|
spork-rails
|
||||||
stackprof
|
stackprof
|
||||||
|
thor
|
||||||
timecop
|
timecop
|
||||||
uglifier
|
uglifier
|
||||||
unf
|
unf
|
||||||
|
Loading…
Reference in New Issue
Block a user