File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ gem "jquery-rails"
1414gem "coffee-rails"
1515gem "sass-rails"
1616gem "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)
Original file line number Diff line number Diff line change 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+
2430GIT
2531 remote: git://github.com/matthewd/rb-inotify.git
2632 revision: 90553518d1fb79aedc98a3036c59bd2b6731ac40
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 )
You can’t perform that action at this time.
0 commit comments