Got rid of i18n warning; Rebuilt Gemfile.lock file

This commit is contained in:
Al Snow
2013-12-03 20:35:04 -05:00
parent 880ede5574
commit 5cd7a1b9cb
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ GEM
highline (1.6.20)
hike (1.2.3)
http_parser.rb (0.5.3)
i18n (0.6.8)
i18n (0.6.9)
journey (1.0.4)
jquery-fileupload-rails (0.4.1)
actionpack (>= 3.1)
+2
View File
@@ -61,5 +61,7 @@ module Railsgoat
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
I18n.config.enforce_available_locales = false
end
end