aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-02 15:29:44 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-02 15:29:44 -0300
commit520762019aa4b35daa16c31d0bf3c49675e672f3 (patch)
tree40bf1173014bb24040a0e47a1e6b95aed02880ae /Gemfile
parent288bace615dde03f29707258e0456f454200322e (diff)
downloadrails-520762019aa4b35daa16c31d0bf3c49675e672f3.tar.gz
rails-520762019aa4b35daa16c31d0bf3c49675e672f3.tar.bz2
rails-520762019aa4b35daa16c31d0bf3c49675e672f3.zip
Lock i18n to a version that works with Ruby 1.8
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 5ece0b8d29..806aa9392d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,8 @@ else
gem 'journey'
end
+gem 'i18n', '~> 0.6.11'
+
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
gem 'uglifier', '>= 1.0.3', :require => false