A simple twilio app in rails and angular

Gemfile.lock 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (4.1.5)
  5. actionpack (= 4.1.5)
  6. actionview (= 4.1.5)
  7. mail (~> 2.5.4)
  8. actionpack (4.1.5)
  9. actionview (= 4.1.5)
  10. activesupport (= 4.1.5)
  11. rack (~> 1.5.2)
  12. rack-test (~> 0.6.2)
  13. actionview (4.1.5)
  14. activesupport (= 4.1.5)
  15. builder (~> 3.1)
  16. erubis (~> 2.7.0)
  17. activemodel (4.1.5)
  18. activesupport (= 4.1.5)
  19. builder (~> 3.1)
  20. activerecord (4.1.5)
  21. activemodel (= 4.1.5)
  22. activesupport (= 4.1.5)
  23. arel (~> 5.0.0)
  24. activesupport (4.1.5)
  25. i18n (~> 0.6, >= 0.6.9)
  26. json (~> 1.7, >= 1.7.7)
  27. minitest (~> 5.1)
  28. thread_safe (~> 0.1)
  29. tzinfo (~> 1.1)
  30. addressable (2.3.6)
  31. angular-rails-templates (0.1.3)
  32. railties (>= 3.1)
  33. sprockets
  34. tilt
  35. arel (5.0.1.20140414130214)
  36. bcrypt (3.1.7)
  37. builder (3.2.2)
  38. coffee-rails (4.0.1)
  39. coffee-script (>= 2.2.0)
  40. railties (>= 4.0.0, < 5.0)
  41. coffee-script (2.3.0)
  42. coffee-script-source
  43. execjs
  44. coffee-script-source (1.8.0)
  45. commonjs (0.2.7)
  46. crack (0.4.2)
  47. safe_yaml (~> 1.0.0)
  48. diff-lcs (1.2.5)
  49. erubis (2.7.0)
  50. execjs (2.2.1)
  51. haml (4.0.5)
  52. tilt
  53. haml-rails (0.5.3)
  54. actionpack (>= 4.0.1)
  55. activesupport (>= 4.0.1)
  56. haml (>= 3.1, < 5.0)
  57. railties (>= 4.0.1)
  58. hike (1.2.3)
  59. i18n (0.6.11)
  60. jbuilder (2.1.3)
  61. activesupport (>= 3.0.0, < 5)
  62. multi_json (~> 1.2)
  63. jquery-rails (3.1.1)
  64. railties (>= 3.0, < 5.0)
  65. thor (>= 0.14, < 2.0)
  66. json (1.8.1)
  67. jwt (1.0.0)
  68. less (2.5.1)
  69. commonjs (~> 0.2.7)
  70. less-rails (2.5.0)
  71. actionpack (>= 3.1)
  72. less (~> 2.5.0)
  73. libv8 (3.16.14.3)
  74. mail (2.5.4)
  75. mime-types (~> 1.16)
  76. treetop (~> 1.4.8)
  77. mime-types (1.25.1)
  78. mini_portile (0.6.0)
  79. minitest (5.4.1)
  80. multi_json (1.10.1)
  81. nokogiri (1.6.3.1)
  82. mini_portile (= 0.6.0)
  83. pg (0.17.1)
  84. polyglot (0.3.5)
  85. rack (1.5.2)
  86. rack-test (0.6.2)
  87. rack (>= 1.0)
  88. rails (4.1.5)
  89. actionmailer (= 4.1.5)
  90. actionpack (= 4.1.5)
  91. actionview (= 4.1.5)
  92. activemodel (= 4.1.5)
  93. activerecord (= 4.1.5)
  94. activesupport (= 4.1.5)
  95. bundler (>= 1.3.0, < 2.0)
  96. railties (= 4.1.5)
  97. sprockets-rails (~> 2.0)
  98. railties (4.1.5)
  99. actionpack (= 4.1.5)
  100. activesupport (= 4.1.5)
  101. rake (>= 0.8.7)
  102. thor (>= 0.18.1, < 2.0)
  103. rake (10.3.2)
  104. rdoc (4.1.1)
  105. json (~> 1.4)
  106. ref (1.0.5)
  107. rspec-core (3.0.4)
  108. rspec-support (~> 3.0.0)
  109. rspec-expectations (3.0.4)
  110. diff-lcs (>= 1.2.0, < 2.0)
  111. rspec-support (~> 3.0.0)
  112. rspec-mocks (3.0.4)
  113. rspec-support (~> 3.0.0)
  114. rspec-rails (3.0.2)
  115. actionpack (>= 3.0)
  116. activesupport (>= 3.0)
  117. railties (>= 3.0)
  118. rspec-core (~> 3.0.0)
  119. rspec-expectations (~> 3.0.0)
  120. rspec-mocks (~> 3.0.0)
  121. rspec-support (~> 3.0.0)
  122. rspec-support (3.0.4)
  123. safe_yaml (1.0.3)
  124. sass (3.2.19)
  125. sass-rails (4.0.3)
  126. railties (>= 4.0.0, < 5.0)
  127. sass (~> 3.2.0)
  128. sprockets (~> 2.8, <= 2.11.0)
  129. sprockets-rails (~> 2.0)
  130. sdoc (0.4.1)
  131. json (~> 1.7, >= 1.7.7)
  132. rdoc (~> 4.0)
  133. spring (1.1.3)
  134. sprockets (2.11.0)
  135. hike (~> 1.2)
  136. multi_json (~> 1.0)
  137. rack (~> 1.0)
  138. tilt (~> 1.1, != 1.3.0)
  139. sprockets-rails (2.1.3)
  140. actionpack (>= 3.0)
  141. activesupport (>= 3.0)
  142. sprockets (~> 2.8)
  143. therubyracer (0.12.1)
  144. libv8 (~> 3.16.14.0)
  145. ref
  146. thor (0.19.1)
  147. thread_safe (0.3.4)
  148. tilt (1.4.1)
  149. treetop (1.4.15)
  150. polyglot
  151. polyglot (>= 0.3.1)
  152. turbolinks (2.3.0)
  153. coffee-rails
  154. twilio-ruby (3.12.2)
  155. builder (>= 2.1.2)
  156. jwt (~> 1.0.0)
  157. multi_json (>= 1.3.0)
  158. twitter-bootstrap-rails (3.2.0)
  159. actionpack (~> 4.1)
  160. execjs (~> 2.2)
  161. rails (~> 4.1)
  162. railties (~> 4.1)
  163. tzinfo (1.2.2)
  164. thread_safe (~> 0.1)
  165. uglifier (2.5.3)
  166. execjs (>= 0.3.0)
  167. json (>= 1.8.0)
  168. webmock (1.18.0)
  169. addressable (>= 2.3.6)
  170. crack (>= 0.3.2)
  171. PLATFORMS
  172. ruby
  173. DEPENDENCIES
  174. angular-rails-templates
  175. bcrypt (~> 3.1.7)
  176. coffee-rails (~> 4.0.0)
  177. haml-rails
  178. jbuilder (~> 2.0)
  179. jquery-rails
  180. less-rails
  181. nokogiri
  182. pg
  183. rails (= 4.1.5)
  184. rspec-rails (~> 3.0.0)
  185. sass-rails (~> 4.0.3)
  186. sdoc (~> 0.4.0)
  187. spring
  188. therubyracer
  189. turbolinks
  190. twilio-ruby
  191. twitter-bootstrap-rails
  192. uglifier (>= 1.3.0)
  193. webmock