Sprankelprachtig aan/afmeldsysteem

Gemfile.lock 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (5.0.2)
  5. actionpack (= 5.0.2)
  6. nio4r (>= 1.2, < 3.0)
  7. websocket-driver (~> 0.6.1)
  8. actionmailer (5.0.2)
  9. actionpack (= 5.0.2)
  10. actionview (= 5.0.2)
  11. activejob (= 5.0.2)
  12. mail (~> 2.5, >= 2.5.4)
  13. rails-dom-testing (~> 2.0)
  14. actionpack (5.0.2)
  15. actionview (= 5.0.2)
  16. activesupport (= 5.0.2)
  17. rack (~> 2.0)
  18. rack-test (~> 0.6.3)
  19. rails-dom-testing (~> 2.0)
  20. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  21. actionview (5.0.2)
  22. activesupport (= 5.0.2)
  23. builder (~> 3.1)
  24. erubis (~> 2.7.0)
  25. rails-dom-testing (~> 2.0)
  26. rails-html-sanitizer (~> 1.0, >= 1.0.3)
  27. activejob (5.0.2)
  28. activesupport (= 5.0.2)
  29. globalid (>= 0.3.6)
  30. activemodel (5.0.2)
  31. activesupport (= 5.0.2)
  32. activerecord (5.0.2)
  33. activemodel (= 5.0.2)
  34. activesupport (= 5.0.2)
  35. arel (~> 7.0)
  36. activesupport (5.0.2)
  37. concurrent-ruby (~> 1.0, >= 1.0.2)
  38. i18n (~> 0.7)
  39. minitest (~> 5.1)
  40. tzinfo (~> 1.1)
  41. arel (7.1.4)
  42. autoprefixer-rails (6.7.7.2)
  43. execjs
  44. babel-source (5.8.35)
  45. babel-transpiler (0.7.0)
  46. babel-source (>= 4.0, < 6)
  47. execjs (~> 2.0)
  48. bcrypt (3.1.11)
  49. bindex (0.5.0)
  50. bootstrap-sass (3.3.7)
  51. autoprefixer-rails (>= 5.2.1)
  52. sass (>= 3.3.4)
  53. bootstrap-will_paginate (1.0.0)
  54. will_paginate
  55. builder (3.2.3)
  56. byebug (9.0.6)
  57. clipboard-rails (1.7.1)
  58. coffee-rails (4.2.1)
  59. coffee-script (>= 2.2.0)
  60. railties (>= 4.0.0, < 5.2.x)
  61. coffee-script (2.4.1)
  62. coffee-script-source
  63. execjs
  64. coffee-script-source (1.12.2)
  65. concurrent-ruby (1.0.5)
  66. daemons (1.2.4)
  67. delayed_job (4.1.3)
  68. activesupport (>= 3.0, < 5.2)
  69. delayed_job_active_record (4.1.2)
  70. activerecord (>= 3.0, < 5.2)
  71. delayed_job (>= 3.0, < 5)
  72. domain_name (0.5.20170404)
  73. unf (>= 0.0.5, < 1.0.0)
  74. erubis (2.7.0)
  75. execjs (2.7.0)
  76. faker (1.7.3)
  77. i18n (~> 0.5)
  78. faraday (0.14.0)
  79. multipart-post (>= 1.2, < 3)
  80. ffi (1.9.18)
  81. font-awesome-sass (4.7.0)
  82. sass (>= 3.2)
  83. globalid (0.4.0)
  84. activesupport (>= 4.2.0)
  85. haml (4.0.7)
  86. tilt
  87. http-cookie (1.0.3)
  88. domain_name (~> 0.5)
  89. i18n (0.8.1)
  90. i18n_generators (2.1.1)
  91. rails (>= 3.0.0)
  92. icalendar (2.4.1)
  93. jbuilder (2.6.3)
  94. activesupport (>= 3.0.0, < 5.2)
  95. multi_json (~> 1.2)
  96. jquery-rails (4.3.1)
  97. rails-dom-testing (>= 1, < 3)
  98. railties (>= 4.2.0)
  99. thor (>= 0.14, < 2.0)
  100. json (2.0.4)
  101. listen (3.0.8)
  102. rb-fsevent (~> 0.9, >= 0.9.4)
  103. rb-inotify (~> 0.9, >= 0.9.7)
  104. loofah (2.0.3)
  105. nokogiri (>= 1.5.9)
  106. mail (2.6.4)
  107. mime-types (>= 1.16, < 4)
  108. mailgun_rails (0.9.0)
  109. actionmailer (>= 3.2.13)
  110. json (>= 1.7.7)
  111. rest-client (>= 1.6.7)
  112. method_source (0.8.2)
  113. mime-types (3.1)
  114. mime-types-data (~> 3.2015)
  115. mime-types-data (3.2016.0521)
  116. mini_portile2 (2.1.0)
  117. minitest (5.10.1)
  118. multi_json (1.12.1)
  119. multipart-post (2.0.0)
  120. netrc (0.11.0)
  121. nio4r (2.0.0)
  122. nokogiri (1.7.1)
  123. mini_portile2 (~> 2.1.0)
  124. oj (3.3.5)
  125. pg (0.20.0)
  126. puma (3.8.2)
  127. rabl (0.13.1)
  128. activesupport (>= 2.3.14)
  129. rack (2.0.1)
  130. rack-test (0.6.3)
  131. rack (>= 1.0)
  132. rails (5.0.2)
  133. actioncable (= 5.0.2)
  134. actionmailer (= 5.0.2)
  135. actionpack (= 5.0.2)
  136. actionview (= 5.0.2)
  137. activejob (= 5.0.2)
  138. activemodel (= 5.0.2)
  139. activerecord (= 5.0.2)
  140. activesupport (= 5.0.2)
  141. bundler (>= 1.3.0, < 2.0)
  142. railties (= 5.0.2)
  143. sprockets-rails (>= 2.0.0)
  144. rails-dom-testing (2.0.2)
  145. activesupport (>= 4.2.0, < 6.0)
  146. nokogiri (~> 1.6)
  147. rails-html-sanitizer (1.0.3)
  148. loofah (~> 2.0)
  149. railties (5.0.2)
  150. actionpack (= 5.0.2)
  151. activesupport (= 5.0.2)
  152. method_source
  153. rake (>= 0.8.7)
  154. thor (>= 0.18.1, < 2.0)
  155. rake (12.0.0)
  156. rb-fsevent (0.9.8)
  157. rb-inotify (0.9.8)
  158. ffi (>= 0.5.0)
  159. rest-client (2.0.1)
  160. http-cookie (>= 1.0.2, < 2.0)
  161. mime-types (>= 1.16, < 4.0)
  162. netrc (~> 0.8)
  163. sass (3.4.23)
  164. sass-rails (5.0.6)
  165. railties (>= 4.0.0, < 6)
  166. sass (~> 3.1)
  167. sprockets (>= 2.8, < 4.0)
  168. sprockets-rails (>= 2.0, < 4.0)
  169. tilt (>= 1.1, < 3)
  170. sentry-raven (2.7.2)
  171. faraday (>= 0.7.6, < 1.0)
  172. spring (2.0.1)
  173. activesupport (>= 4.2)
  174. spring-watcher-listen (2.0.1)
  175. listen (>= 2.7, < 4.0)
  176. spring (>= 1.2, < 3.0)
  177. sprockets (3.7.1)
  178. concurrent-ruby (~> 1.0)
  179. rack (> 1, < 3)
  180. sprockets-rails (3.2.0)
  181. actionpack (>= 4.0)
  182. activesupport (>= 4.0)
  183. sprockets (>= 3.0.0)
  184. sqlite3 (1.3.13)
  185. thor (0.19.4)
  186. thread_safe (0.3.6)
  187. tilt (2.0.7)
  188. turbolinks (5.0.1)
  189. turbolinks-source (~> 5)
  190. turbolinks-source (5.0.0)
  191. tzinfo (1.2.3)
  192. thread_safe (~> 0.1)
  193. uglifier (3.2.0)
  194. execjs (>= 0.3.0, < 3)
  195. unf (0.1.4)
  196. unf_ext
  197. unf_ext (0.0.7.3)
  198. web-console (3.5.0)
  199. actionview (>= 5.0)
  200. activemodel (>= 5.0)
  201. bindex (>= 0.4.0)
  202. railties (>= 5.0)
  203. websocket-driver (0.6.5)
  204. websocket-extensions (>= 0.1.0)
  205. websocket-extensions (0.1.2)
  206. will_paginate (3.1.6)
  207. x-editable-rails (1.5.5)
  208. railties
  209. yard (0.9.8)
  210. PLATFORMS
  211. ruby
  212. DEPENDENCIES
  213. autoprefixer-rails
  214. babel-transpiler
  215. bcrypt (~> 3.1.7)
  216. bootstrap-sass (~> 3.3.6)
  217. bootstrap-will_paginate
  218. byebug
  219. clipboard-rails
  220. coffee-rails (~> 4.2)
  221. daemons
  222. delayed_job
  223. delayed_job_active_record
  224. faker
  225. font-awesome-sass
  226. haml
  227. i18n_generators
  228. icalendar
  229. jbuilder (~> 2.5)
  230. jquery-rails
  231. listen (~> 3.0.5)
  232. mailgun_rails
  233. oj
  234. pg
  235. puma (~> 3.0)
  236. rabl
  237. rails (~> 5.0.0, >= 5.0.0.1)
  238. sass-rails (~> 5.0)
  239. sentry-raven
  240. spring
  241. spring-watcher-listen (~> 2.0.0)
  242. sqlite3
  243. turbolinks (~> 5)
  244. tzinfo-data
  245. uglifier (>= 1.3.0)
  246. web-console
  247. will_paginate (~> 3.1.0)
  248. x-editable-rails
  249. yard
  250. BUNDLED WITH
  251. 1.16.0