diff --git a/Gemfile b/Gemfile index 4aaa915..b0fea39 100644 --- a/Gemfile +++ b/Gemfile @@ -45,6 +45,7 @@ gem 'spring', :group => :development gem 'passenger' gem 'therubyracer' gem 'newrelic_rpm' + gem 'loaderio' end #Other gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index 03af981..5fbc809 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,13 +36,13 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - arel (6.0.0) + arel (6.0.3) bcrypt (3.1.10) builder (3.2.2) bullet (4.14.9) activesupport (>= 3.0.0) uniform_notifier (~> 1.9.0) - cancancan (1.10.1) + cancancan (1.13.1) coffee-rails (4.0.1) coffee-script (>= 2.2.0) railties (>= 4.0.0, < 5.0) @@ -50,7 +50,7 @@ GEM coffee-script-source execjs coffee-script-source (1.9.1.1) - devise (3.4.1) + devise (3.5.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 3.2.6, < 5) @@ -58,38 +58,40 @@ GEM thread_safe (~> 0.1) warden (~> 1.2.3) erubis (2.7.0) - execjs (2.5.2) - globalid (0.3.5) + execjs (2.6.0) + globalid (0.3.6) activesupport (>= 4.1.0) i18n (0.7.0) - jbuilder (2.2.13) + jbuilder (2.3.2) activesupport (>= 3.0.0, < 5) multi_json (~> 1.2) - jquery-rails (4.0.3) + jquery-rails (4.0.5) rails-dom-testing (~> 1.0) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (1.8.2) - libv8 (3.16.14.7) - loofah (2.0.1) + json (1.8.3) + libv8 (3.16.14.13) + loaderio (0.0.5) + multi_json (~> 1.5.0) + rest-client (~> 1.6.7) + loofah (2.0.3) nokogiri (>= 1.5.9) mail (2.6.3) mime-types (>= 1.16, < 3) - mime-types (2.5) + mime-types (1.25.1) mini_portile (0.6.2) - minitest (5.6.1) - multi_json (1.11.0) - mysql2 (0.3.18) - newrelic_rpm (3.13.2.302) + minitest (5.8.1) + multi_json (1.5.1) + mysql2 (0.4.1) + newrelic_rpm (3.14.0.305) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) orm_adapter (0.5.0) - passenger (5.0.7) + passenger (5.0.20) rack rake (>= 0.8.1) - puma (2.11.2) - rack (>= 1.1, < 2.0) - rack (1.6.0) + puma (2.14.0) + rack (1.6.4) rack-test (0.6.3) rack (>= 1.0) rails (4.2.0) @@ -105,7 +107,7 @@ GEM sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.6) + rails-dom-testing (1.0.7) activesupport (>= 4.2.0.beta, < 5.0) nokogiri (~> 1.6.0) rails-deprecated_sanitizer (>= 1.0.1) @@ -115,31 +117,32 @@ GEM rails_serve_static_assets rails_stdout_logging rails_serve_static_assets (0.0.4) - rails_stdout_logging (0.0.3) + rails_stdout_logging (0.0.4) railties (4.2.0) actionpack (= 4.2.0) activesupport (= 4.2.0) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.4.2) - rb-readline (0.5.2) + rb-readline (0.5.3) rdoc (4.2.0) - json (~> 1.4) - ref (1.0.5) + ref (2.0.0) responders (2.1.0) railties (>= 4.2.0, < 5) + rest-client (1.6.9) + mime-types (~> 1.16) round_robin_tournament (0.0.1) sdoc (0.4.1) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) - spring (1.3.5) - sprockets (3.0.3) - rack (~> 1.0) - sprockets-rails (2.2.4) + spring (1.4.0) + sprockets (3.4.0) + rack (> 1, < 3) + sprockets-rails (2.3.3) actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sqlite3 (1.3.10) + sqlite3 (1.3.11) therubyracer (0.12.2) libv8 (~> 3.16.14.0) ref @@ -149,7 +152,7 @@ GEM coffee-rails tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (2.7.1) + uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) uniform_notifier (1.9.0) @@ -166,6 +169,7 @@ DEPENDENCIES devise jbuilder (~> 2.0) jquery-rails + loaderio mysql2 newrelic_rpm passenger