aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-11 02:37:51 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-11 02:40:01 -0200
commitda97bfeb6e811f6ae32464315ecc56b3fefb8814 (patch)
tree37ef9498815c61e0c80b4ec1490e014e50b523b2 /Gemfile
parent12283dfa95f26d107d85701b5ae87f5fc71aa33c (diff)
downloadrails-da97bfeb6e811f6ae32464315ecc56b3fefb8814.tar.gz
rails-da97bfeb6e811f6ae32464315ecc56b3fefb8814.tar.bz2
rails-da97bfeb6e811f6ae32464315ecc56b3fefb8814.zip
Use thor master to make rails work with Ruby 2.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1348e5e5cc..73ac0172ae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,6 +12,8 @@ gem 'jquery-rails', '~> 2.1.4', github: 'rails/jquery-rails'
gem 'turbolinks'
gem 'coffee-rails', github: 'rails/coffee-rails'
+# TODO: Release thor
+gem 'thor', github: 'wycats/thor', branch: 'master'
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders', branch: 'master'