mirror of https://github.com/rails/rails
Test thor master
This commit is contained in:
parent
c9b514cd3e
commit
44f3ecbe5f
1
Gemfile
1
Gemfile
|
@ -11,6 +11,7 @@ gem "arel", github: "rails/arel"
|
|||
|
||||
# We need a newish Rake since Active Job sets its test tasks' descriptions.
|
||||
gem "rake", ">= 11.1"
|
||||
gem "thor", github: "erikhuda/thor"
|
||||
|
||||
# This needs to be with require false to ensure correct loading order, as it has to
|
||||
# be loaded after loading the test library.
|
||||
|
|
|
@ -6,6 +6,12 @@ GIT
|
|||
queue_classic (3.2.0.RC1)
|
||||
pg (>= 0.17, < 0.20)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/erikhuda/thor.git
|
||||
revision: df5ba2b653a28087b3617d6c082b00866b0c0d6c
|
||||
specs:
|
||||
thor (0.19.4)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/matthewd/websocket-client-simple.git
|
||||
revision: e161305f1a466b9398d86df3b1731b03362da91b
|
||||
|
@ -336,7 +342,6 @@ GEM
|
|||
daemons (~> 1.0, >= 1.0.9)
|
||||
eventmachine (~> 1.0, >= 1.0.4)
|
||||
rack (>= 1, < 3)
|
||||
thor (0.19.4)
|
||||
thread (0.1.7)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.5)
|
||||
|
@ -421,6 +426,7 @@ DEPENDENCIES
|
|||
sqlite3 (~> 1.3.6)
|
||||
stackprof
|
||||
sucker_punch
|
||||
thor!
|
||||
turbolinks (~> 5)
|
||||
tzinfo-data
|
||||
uglifier (>= 1.3.0)
|
||||
|
|
Loading…
Reference in New Issue