1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 14:57:48 +00:00

loader.io gem

This commit is contained in:
2015-10-21 08:01:41 -04:00
parent 432b99a0cf
commit faaa7045e5
2 changed files with 35 additions and 30 deletions

View File

@@ -45,6 +45,7 @@ gem 'spring', :group => :development
gem 'passenger' gem 'passenger'
gem 'therubyracer' gem 'therubyracer'
gem 'newrelic_rpm' gem 'newrelic_rpm'
gem 'loaderio'
end end
#Other #Other
gem 'devise' gem 'devise'

View File

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