A simple twilio app in rails and angular

Gemfile.lock 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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.8)
  31. angular-rails-templates (0.1.4)
  32. railties (>= 3.1)
  33. sprockets
  34. tilt
  35. arel (5.0.1.20140414130214)
  36. bcrypt (3.1.10)
  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.4.1)
  42. coffee-script-source
  43. execjs
  44. coffee-script-source (1.9.1.1)
  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.5.2)
  51. haml (4.0.6)
  52. tilt
  53. haml-rails (0.9.0)
  54. actionpack (>= 4.0.1)
  55. activesupport (>= 4.0.1)
  56. haml (>= 4.0.6, < 5.0)
  57. html2haml (>= 1.0.1)
  58. railties (>= 4.0.1)
  59. hike (1.2.3)
  60. html2haml (2.0.0)
  61. erubis (~> 2.7.0)
  62. haml (~> 4.0.0)
  63. nokogiri (~> 1.6.0)
  64. ruby_parser (~> 3.5)
  65. i18n (0.7.0)
  66. jbuilder (2.2.13)
  67. activesupport (>= 3.0.0, < 5)
  68. multi_json (~> 1.2)
  69. jquery-rails (3.1.2)
  70. railties (>= 3.0, < 5.0)
  71. thor (>= 0.14, < 2.0)
  72. json (1.8.2)
  73. jwt (1.4.1)
  74. less (2.6.0)
  75. commonjs (~> 0.2.7)
  76. less-rails (2.7.0)
  77. actionpack (>= 4.0)
  78. less (~> 2.6.0)
  79. sprockets (> 2, < 4)
  80. tilt
  81. libv8 (3.16.14.7)
  82. mail (2.5.4)
  83. mime-types (~> 1.16)
  84. treetop (~> 1.4.8)
  85. mime-types (1.25.1)
  86. mini_portile (0.6.2)
  87. minitest (5.6.0)
  88. multi_json (1.11.0)
  89. nokogiri (1.6.6.2)
  90. mini_portile (~> 0.6.0)
  91. pg (0.18.1)
  92. polyglot (0.3.5)
  93. rack (1.5.2)
  94. rack-test (0.6.3)
  95. rack (>= 1.0)
  96. rails (4.1.5)
  97. actionmailer (= 4.1.5)
  98. actionpack (= 4.1.5)
  99. actionview (= 4.1.5)
  100. activemodel (= 4.1.5)
  101. activerecord (= 4.1.5)
  102. activesupport (= 4.1.5)
  103. bundler (>= 1.3.0, < 2.0)
  104. railties (= 4.1.5)
  105. sprockets-rails (~> 2.0)
  106. railties (4.1.5)
  107. actionpack (= 4.1.5)
  108. activesupport (= 4.1.5)
  109. rake (>= 0.8.7)
  110. thor (>= 0.18.1, < 2.0)
  111. rake (10.4.2)
  112. rdoc (4.2.0)
  113. json (~> 1.4)
  114. ref (1.0.5)
  115. rspec-core (3.0.4)
  116. rspec-support (~> 3.0.0)
  117. rspec-expectations (3.0.4)
  118. diff-lcs (>= 1.2.0, < 2.0)
  119. rspec-support (~> 3.0.0)
  120. rspec-mocks (3.0.4)
  121. rspec-support (~> 3.0.0)
  122. rspec-rails (3.0.2)
  123. actionpack (>= 3.0)
  124. activesupport (>= 3.0)
  125. railties (>= 3.0)
  126. rspec-core (~> 3.0.0)
  127. rspec-expectations (~> 3.0.0)
  128. rspec-mocks (~> 3.0.0)
  129. rspec-support (~> 3.0.0)
  130. rspec-support (3.0.4)
  131. ruby_parser (3.6.6)
  132. sexp_processor (~> 4.1)
  133. safe_yaml (1.0.4)
  134. sass (3.2.19)
  135. sass-rails (4.0.5)
  136. railties (>= 4.0.0, < 5.0)
  137. sass (~> 3.2.2)
  138. sprockets (~> 2.8, < 3.0)
  139. sprockets-rails (~> 2.0)
  140. sdoc (0.4.1)
  141. json (~> 1.7, >= 1.7.7)
  142. rdoc (~> 4.0)
  143. sexp_processor (4.5.0)
  144. spring (1.3.4)
  145. sprockets (2.12.3)
  146. hike (~> 1.2)
  147. multi_json (~> 1.0)
  148. rack (~> 1.0)
  149. tilt (~> 1.1, != 1.3.0)
  150. sprockets-rails (2.2.4)
  151. actionpack (>= 3.0)
  152. activesupport (>= 3.0)
  153. sprockets (>= 2.8, < 4.0)
  154. therubyracer (0.12.2)
  155. libv8 (~> 3.16.14.0)
  156. ref
  157. thor (0.19.1)
  158. thread_safe (0.3.5)
  159. tilt (1.4.1)
  160. treetop (1.4.15)
  161. polyglot
  162. polyglot (>= 0.3.1)
  163. turbolinks (2.5.3)
  164. coffee-rails
  165. twilio-ruby (4.0.0)
  166. builder (>= 2.1.2)
  167. jwt (~> 1.0)
  168. multi_json (>= 1.3.0)
  169. twitter-bootstrap-rails (3.2.0)
  170. actionpack (~> 4.1)
  171. execjs (~> 2.2)
  172. rails (~> 4.1)
  173. railties (~> 4.1)
  174. tzinfo (1.2.2)
  175. thread_safe (~> 0.1)
  176. uglifier (2.7.1)
  177. execjs (>= 0.3.0)
  178. json (>= 1.8.0)
  179. webmock (1.21.0)
  180. addressable (>= 2.3.6)
  181. crack (>= 0.3.2)
  182. PLATFORMS
  183. ruby
  184. DEPENDENCIES
  185. angular-rails-templates
  186. bcrypt (~> 3.1.7)
  187. coffee-rails (~> 4.0.0)
  188. haml-rails
  189. jbuilder (~> 2.0)
  190. jquery-rails
  191. less-rails
  192. nokogiri
  193. pg
  194. rails (= 4.1.5)
  195. rspec-rails (~> 3.0.0)
  196. sass-rails (~> 4.0.3)
  197. sdoc (~> 0.4.0)
  198. spring
  199. therubyracer
  200. turbolinks
  201. twilio-ruby
  202. twitter-bootstrap-rails
  203. uglifier (>= 1.3.0)
  204. webmock