From 880ede5574038e461cea8c5e213440d7785ce561 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 3 Dec 2013 16:46:03 -0500 Subject: [PATCH 1/4] Rebuilt Gemfile.lock file (i18n, listen) --- Gemfile | 1 - Gemfile.lock | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 74972e1..9b0813b 100755 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,6 @@ gem 'rack', '1.4.0' gem 'sqlite3' gem 'foreman' - group :development do gem 'brakeman' gem 'bundler-audit' diff --git a/Gemfile.lock b/Gemfile.lock index e280b95..968d398 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM highline (1.6.20) hike (1.2.3) http_parser.rb (0.5.3) - i18n (0.6.5) + i18n (0.6.8) journey (1.0.4) jquery-fileupload-rails (0.4.1) actionpack (>= 3.1) @@ -140,7 +140,7 @@ GEM launchy (2.4.2) addressable (~> 2.3) libv8 (3.16.14.3) - listen (2.2.0) + listen (2.3.1) celluloid (>= 0.15.2) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) From 5cd7a1b9cb84e548a889f20e38b6c930aabb76ad Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 3 Dec 2013 20:35:04 -0500 Subject: [PATCH 2/4] Got rid of i18n warning; Rebuilt Gemfile.lock file --- Gemfile.lock | 2 +- config/application.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 968d398..555c12c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/config/application.rb b/config/application.rb index 700c154..1597890 100755 --- a/config/application.rb +++ b/config/application.rb @@ -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 From 88d3faa9ddbb4a682a8a33395f7de5371bdb26bc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 7 Dec 2013 11:28:11 -0500 Subject: [PATCH 3/4] Rebuilt Gemfile.lock file --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 555c12c..14a1efc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,9 +116,9 @@ GEM em-websocket (~> 0.5) guard (~> 2.0) multi_json (~> 1.8) - guard-rspec (4.1.0) + guard-rspec (4.2.0) guard (>= 2.1.1) - rspec (~> 2.14) + rspec (>= 2.14, < 4.0) guard-shell (0.5.2) guard (>= 1.1.0) haml (4.0.4) From 2067fab9280fab164dc22ec15e83c4f63ae5190a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 7 Dec 2013 18:23:55 -0500 Subject: [PATCH 4/4] Rebuilt Gemfile.lock file --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 14a1efc..f2ad06f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM launchy (2.4.2) addressable (~> 2.3) libv8 (3.16.14.3) - listen (2.3.1) + listen (2.4.0) celluloid (>= 0.15.2) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9)