aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-07-07 15:16:39 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-07-07 15:16:39 -0400
commit44f3ecbe5f3cb531164ed9bb14c58781281113ee (patch)
treeb62998645542d772c325068ae3d20cafa63a5b09
parentc9b514cd3e8fe7d74ae91ecd30db839132e7899c (diff)
downloadrails-44f3ecbe5f3cb531164ed9bb14c58781281113ee.tar.gz
rails-44f3ecbe5f3cb531164ed9bb14c58781281113ee.tar.bz2
rails-44f3ecbe5f3cb531164ed9bb14c58781281113ee.zip
Test thor master
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock8
2 files changed, 8 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 23b9b34b77..1fbf223d64 100644
--- a/Gemfile
+++ b/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.
diff --git a/Gemfile.lock b/Gemfile.lock
index 8bb0956de8..f06b9a32f2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,6 +7,12 @@ GIT
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
branch: close-race
@@ -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)