Skip to content

Commit 8dac474

Browse files
committed
Test with thor master
1 parent 5821bae commit 8dac474

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ gem "jquery-rails"
1414
gem "coffee-rails"
1515
gem "sass-rails"
1616
gem "turbolinks", "~> 5"
17+
gem "thor", github: "erikhuda/thor"
1718

1819
# require: false so bcrypt is loaded only when has_secure_password is used.
1920
# This is to avoid Active Model (and by extension the entire framework)

Gemfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ GIT
2121
activerecord (>= 3.0, < 5.1)
2222
delayed_job (>= 3.0, < 5)
2323

24+
GIT
25+
remote: git://github.com/erikhuda/thor.git
26+
revision: 06dade7c9567edccc4da2f0d6fcf4c2d00066e3d
27+
specs:
28+
thor (0.19.1)
29+
2430
GIT
2531
remote: git://github.com/matthewd/rb-inotify.git
2632
revision: 90553518d1fb79aedc98a3036c59bd2b6731ac40
@@ -322,7 +328,6 @@ GEM
322328
daemons (~> 1.0, >= 1.0.9)
323329
eventmachine (~> 1.0, >= 1.0.4)
324330
rack (>= 1, < 3)
325-
thor (0.19.1)
326331
thread (0.1.7)
327332
thread_safe (0.3.5)
328333
tilt (2.0.5)
@@ -401,6 +406,7 @@ DEPENDENCIES
401406
sqlite3 (~> 1.3.6)
402407
stackprof
403408
sucker_punch
409+
thor!
404410
turbolinks (~> 5)
405411
tzinfo-data
406412
uglifier (>= 1.3.0)

0 commit comments

Comments
 (0)