Skip to content

Commit eb568a6

Browse files
committed
update bundle and enforce locales to squash warning
1 parent de5fe4a commit eb568a6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile.lock

+7-8
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ GEM
6666
railties (>= 3.0.0)
6767
hike (1.2.3)
6868
i18n (0.6.9)
69-
jbuilder (2.0.4)
69+
jbuilder (2.0.5)
7070
activesupport (>= 3.0.0)
7171
multi_json (>= 1.2.0)
7272
journey (1.0.4)
@@ -85,8 +85,8 @@ GEM
8585
treetop (~> 1.4.8)
8686
mime-types (1.25.1)
8787
mini_portile (0.5.2)
88-
minitest (5.3.0)
89-
multi_json (1.9.0)
88+
minitest (5.3.1)
89+
multi_json (1.9.2)
9090
mysql2 (0.3.15)
9191
nokogiri (1.6.1)
9292
mini_portile (~> 0.5.0)
@@ -140,8 +140,7 @@ GEM
140140
rspec-core (~> 2.14.0)
141141
rspec-expectations (~> 2.14.0)
142142
rspec-mocks (~> 2.14.0)
143-
sass (3.3.0)
144-
rake
143+
sass (3.3.4)
145144
sass-rails (3.2.6)
146145
railties (~> 3.2.0)
147146
sass (>= 3.1.10)
@@ -170,13 +169,13 @@ GEM
170169
daemons (>= 1.0.9)
171170
eventmachine (>= 1.0.0)
172171
rack (>= 1.0.0)
173-
thor (0.18.1)
172+
thor (0.19.0)
174173
tilt (1.4.1)
175174
treetop (1.4.15)
176175
polyglot
177176
polyglot (>= 0.3.1)
178-
tzinfo (0.3.38)
179-
uglifier (2.4.0)
177+
tzinfo (0.3.39)
178+
uglifier (2.5.0)
180179
execjs (>= 0.3.0)
181180
json (>= 1.8.0)
182181
unicorn (4.8.2)

config/application.rb

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Application < Rails::Application
3232
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
3333
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
3434
# config.i18n.default_locale = :de
35+
config.i18n.enforce_available_locales = true
3536

3637
# Configure the default encoding used in templates for Ruby 1.9.
3738
config.encoding = "utf-8"

0 commit comments

Comments
 (0)