aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2014-05-13 13:19:53 -0400
committerArthur Neves <arthurnn@gmail.com>2014-05-13 13:19:53 -0400
commitb1d52a7409f9f4874a1390b4eddf995fa3e08dfa (patch)
treead238066ec98765fbab7d54a6261a8678d4fff16 /Gemfile
parent977d36af8f84f467b6e4d21115cd4f84e50cfcb3 (diff)
downloadrails-b1d52a7409f9f4874a1390b4eddf995fa3e08dfa.tar.gz
rails-b1d52a7409f9f4874a1390b4eddf995fa3e08dfa.tar.bz2
rails-b1d52a7409f9f4874a1390b4eddf995fa3e08dfa.zip
Use i18n master to run tests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0e7c6dc755..c4c26dd301 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,6 +13,7 @@ gem 'turbolinks'
gem 'coffee-rails', '~> 4.0.0'
gem 'arel', github: 'rails/arel', branch: 'master'
gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: '2-1-stable'
+gem 'i18n', github: 'svenfuchs/i18n', branch: 'master'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)