1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added travis gem and updated heroku api key for travis

This commit is contained in:
2018-07-09 13:43:15 +00:00
parent 5033f1fcb4
commit 452333ffbf
3 changed files with 43 additions and 5 deletions

View File

@@ -42,8 +42,10 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
arel (9.0.0)
ast (2.4.0)
backports (3.11.3)
bcrypt (3.1.11)
brakeman (4.2.1)
builder (3.2.3)
@@ -73,9 +75,24 @@ GEM
responders
warden (~> 1.2.3)
erubi (1.7.1)
ethon (0.11.0)
ffi (>= 1.3.0)
execjs (2.7.0)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
ffi (1.9.25)
gh (0.15.1)
addressable (~> 2.4.0)
backports
faraday (~> 0.8)
multi_json (~> 1.0)
net-http-persistent (~> 2.9)
net-http-pipeline
globalid (0.4.1)
activesupport (>= 4.2.0)
highline (1.7.10)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
@@ -85,6 +102,9 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.1.0)
launchy (2.4.3)
addressable (~> 2.3)
libv8 (3.16.14.19)
loofah (2.2.2)
crass (~> 1.0.2)
@@ -99,7 +119,10 @@ GEM
mini_portile2 (2.3.0)
minitest (5.11.3)
multi_json (1.13.1)
multipart-post (2.0.0)
mysql2 (0.5.1)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
newrelic_rpm (5.1.0.344)
nio4r (2.3.1)
nokogiri (1.8.2)
@@ -110,6 +133,9 @@ GEM
ast (~> 2.4.0)
powerpack (0.1.1)
puma (3.11.4)
pusher-client (0.6.2)
json
websocket (~> 1.0)
rack (2.0.5)
rack-test (1.0.0)
rack (>= 1.0, < 3)
@@ -176,9 +202,20 @@ GEM
ref
thor (0.20.0)
thread_safe (0.3.6)
travis (1.8.8)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
gh (~> 0.13)
highline (~> 1.6)
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 0.6, >= 0.6.8)
turbolinks (5.1.1)
turbolinks-source (~> 5.1)
turbolinks-source (5.1.0)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.10)
@@ -187,6 +224,7 @@ GEM
uniform_notifier (1.11.0)
warden (1.2.7)
rack (>= 1.0)
websocket (1.2.8)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
@@ -216,6 +254,7 @@ DEPENDENCIES
spring
sqlite3
therubyracer
travis
turbolinks
uglifier