Gemfile.lock 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (4.2.6)
  5. actionpack (= 4.2.6)
  6. actionview (= 4.2.6)
  7. activejob (= 4.2.6)
  8. mail (~> 2.5, >= 2.5.4)
  9. rails-dom-testing (~> 1.0, >= 1.0.5)
  10. actionpack (4.2.6)
  11. actionview (= 4.2.6)
  12. activesupport (= 4.2.6)
  13. rack (~> 1.6)
  14. rack-test (~> 0.6.2)
  15. rails-dom-testing (~> 1.0, >= 1.0.5)
  16. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  17. actionview (4.2.6)
  18. activesupport (= 4.2.6)
  19. builder (~> 3.1)
  20. erubis (~> 2.7.0)
  21. rails-dom-testing (~> 1.0, >= 1.0.5)
  22. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  23. activejob (4.2.6)
  24. activesupport (= 4.2.6)
  25. globalid (>= 0.3.0)
  26. activemodel (4.2.6)
  27. activesupport (= 4.2.6)
  28. builder (~> 3.1)
  29. activerecord (4.2.6)
  30. activemodel (= 4.2.6)
  31. activesupport (= 4.2.6)
  32. arel (~> 6.0)
  33. activesupport (4.2.6)
  34. i18n (~> 0.7)
  35. json (~> 1.7, >= 1.7.7)
  36. minitest (~> 5.1)
  37. thread_safe (~> 0.3, >= 0.3.4)
  38. tzinfo (~> 1.1)
  39. arel (6.0.3)
  40. binding_of_caller (0.7.2)
  41. debug_inspector (>= 0.0.1)
  42. builder (3.2.2)
  43. byebug (9.0.5)
  44. coderay (1.1.1)
  45. coffee-rails (4.1.1)
  46. coffee-script (>= 2.2.0)
  47. railties (>= 4.0.0, < 5.1.x)
  48. coffee-script (2.4.1)
  49. coffee-script-source
  50. execjs
  51. coffee-script-source (1.10.0)
  52. concurrent-ruby (1.0.2)
  53. debug_inspector (0.0.2)
  54. diff-lcs (1.2.5)
  55. erubis (2.7.0)
  56. execjs (2.7.0)
  57. ffi (1.9.10)
  58. formatador (0.2.5)
  59. globalid (0.3.6)
  60. activesupport (>= 4.1.0)
  61. guard (2.14.0)
  62. formatador (>= 0.2.4)
  63. listen (>= 2.7, < 4.0)
  64. lumberjack (~> 1.0)
  65. nenv (~> 0.1)
  66. notiffany (~> 0.0)
  67. pry (>= 0.9.12)
  68. shellany (~> 0.0)
  69. thor (>= 0.18.1)
  70. guard-compat (1.2.1)
  71. guard-rspec (4.7.2)
  72. guard (~> 2.1)
  73. guard-compat (~> 1.1)
  74. rspec (>= 2.99.0, < 4.0)
  75. haml (4.0.7)
  76. tilt
  77. httparty (0.13.7)
  78. json (~> 1.8)
  79. multi_xml (>= 0.5.2)
  80. i18n (0.7.0)
  81. jbuilder (2.5.0)
  82. activesupport (>= 3.0.0, < 5.1)
  83. multi_json (~> 1.2)
  84. jquery-rails (4.1.1)
  85. rails-dom-testing (>= 1, < 3)
  86. railties (>= 4.2.0)
  87. thor (>= 0.14, < 2.0)
  88. json (1.8.3)
  89. listen (3.1.5)
  90. rb-fsevent (~> 0.9, >= 0.9.4)
  91. rb-inotify (~> 0.9, >= 0.9.7)
  92. ruby_dep (~> 1.2)
  93. loofah (2.0.3)
  94. nokogiri (>= 1.5.9)
  95. lumberjack (1.0.10)
  96. mail (2.6.4)
  97. mime-types (>= 1.16, < 4)
  98. method_source (0.8.2)
  99. mime-types (3.1)
  100. mime-types-data (~> 3.2015)
  101. mime-types-data (3.2016.0521)
  102. mini_portile2 (2.1.0)
  103. minitest (5.9.0)
  104. multi_json (1.12.1)
  105. multi_xml (0.5.5)
  106. nenv (0.3.0)
  107. nokogiri (1.6.8)
  108. mini_portile2 (~> 2.1.0)
  109. pkg-config (~> 1.1.7)
  110. notiffany (0.1.0)
  111. nenv (~> 0.1)
  112. shellany (~> 0.0)
  113. pg (0.18.4)
  114. pkg-config (1.1.7)
  115. pry (0.10.3)
  116. coderay (~> 1.1.0)
  117. method_source (~> 0.8.1)
  118. slop (~> 3.4)
  119. rack (1.6.4)
  120. rack-test (0.6.3)
  121. rack (>= 1.0)
  122. rails (4.2.6)
  123. actionmailer (= 4.2.6)
  124. actionpack (= 4.2.6)
  125. actionview (= 4.2.6)
  126. activejob (= 4.2.6)
  127. activemodel (= 4.2.6)
  128. activerecord (= 4.2.6)
  129. activesupport (= 4.2.6)
  130. bundler (>= 1.3.0, < 2.0)
  131. railties (= 4.2.6)
  132. sprockets-rails
  133. rails-deprecated_sanitizer (1.0.3)
  134. activesupport (>= 4.2.0.alpha)
  135. rails-dom-testing (1.0.7)
  136. activesupport (>= 4.2.0.beta, < 5.0)
  137. nokogiri (~> 1.6.0)
  138. rails-deprecated_sanitizer (>= 1.0.1)
  139. rails-html-sanitizer (1.0.3)
  140. loofah (~> 2.0)
  141. rails_12factor (0.0.3)
  142. rails_serve_static_assets
  143. rails_stdout_logging
  144. rails_serve_static_assets (0.0.5)
  145. rails_stdout_logging (0.0.5)
  146. railties (4.2.6)
  147. actionpack (= 4.2.6)
  148. activesupport (= 4.2.6)
  149. rake (>= 0.8.7)
  150. thor (>= 0.18.1, < 2.0)
  151. rake (11.2.2)
  152. rb-fsevent (0.9.7)
  153. rb-inotify (0.9.7)
  154. ffi (>= 0.5.0)
  155. rdoc (4.2.2)
  156. json (~> 1.4)
  157. rspec (3.4.0)
  158. rspec-core (~> 3.4.0)
  159. rspec-expectations (~> 3.4.0)
  160. rspec-mocks (~> 3.4.0)
  161. rspec-core (3.4.4)
  162. rspec-support (~> 3.4.0)
  163. rspec-expectations (3.4.0)
  164. diff-lcs (>= 1.2.0, < 2.0)
  165. rspec-support (~> 3.4.0)
  166. rspec-mocks (3.4.1)
  167. diff-lcs (>= 1.2.0, < 2.0)
  168. rspec-support (~> 3.4.0)
  169. rspec-rails (3.4.2)
  170. actionpack (>= 3.0, < 4.3)
  171. activesupport (>= 3.0, < 4.3)
  172. railties (>= 3.0, < 4.3)
  173. rspec-core (~> 3.4.0)
  174. rspec-expectations (~> 3.4.0)
  175. rspec-mocks (~> 3.4.0)
  176. rspec-support (~> 3.4.0)
  177. rspec-support (3.4.1)
  178. ruby_dep (1.3.1)
  179. sass (3.4.22)
  180. sass-rails (5.0.4)
  181. railties (>= 4.0.0, < 5.0)
  182. sass (~> 3.1)
  183. sprockets (>= 2.8, < 4.0)
  184. sprockets-rails (>= 2.0, < 4.0)
  185. tilt (>= 1.1, < 3)
  186. sdoc (0.4.1)
  187. json (~> 1.7, >= 1.7.7)
  188. rdoc (~> 4.0)
  189. shellany (0.0.1)
  190. slop (3.6.0)
  191. spring (1.7.1)
  192. sprockets (3.6.2)
  193. concurrent-ruby (~> 1.0)
  194. rack (> 1, < 3)
  195. sprockets-rails (3.0.4)
  196. actionpack (>= 4.0)
  197. activesupport (>= 4.0)
  198. sprockets (>= 3.0.0)
  199. sqlite3 (1.3.11)
  200. themoviedb (1.0.1)
  201. httparty
  202. thor (0.19.1)
  203. thread_safe (0.3.5)
  204. tilt (2.0.5)
  205. turbolinks (2.5.3)
  206. coffee-rails
  207. tzinfo (1.2.2)
  208. thread_safe (~> 0.1)
  209. uglifier (3.0.0)
  210. execjs (>= 0.3.0, < 3)
  211. web-console (2.3.0)
  212. activemodel (>= 4.0)
  213. binding_of_caller (>= 0.7.2)
  214. railties (>= 4.0)
  215. sprockets-rails (>= 2.0, < 4.0)
  216. PLATFORMS
  217. ruby
  218. DEPENDENCIES
  219. byebug
  220. coffee-rails (~> 4.1.0)
  221. guard-rspec
  222. haml
  223. jbuilder (~> 2.0)
  224. jquery-rails
  225. pg
  226. rails (= 4.2.6)
  227. rails_12factor
  228. rspec-rails
  229. sass-rails (~> 5.0)
  230. sdoc (~> 0.4.0)
  231. spring
  232. sqlite3
  233. themoviedb
  234. turbolinks
  235. uglifier (>= 1.3.0)
  236. web-console (~> 2.0)
  237. BUNDLED WITH
  238. 1.14.6