working on sending twilio messages

This commit is contained in:
Jared Cosulich 2017-03-08 10:35:36 -05:00
parent 0cdf38fcc0
commit b518846811
8 changed files with 111 additions and 17 deletions

View file

@ -94,6 +94,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
jwt (1.5.6)
launchy (2.4.3)
addressable (~> 2.3)
libv8 (3.16.14.17)
@ -215,6 +216,10 @@ GEM
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
twilio-ruby (4.11.1)
builder (>= 2.1.2)
jwt (~> 1.0)
multi_json (>= 1.3.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.4)
@ -266,6 +271,7 @@ DEPENDENCIES
therubyracer
timecop
turbolinks (~> 5)
twilio-ruby (~> 4.11.1)
tzinfo-data
uglifier (>= 1.3.0)
web-console