A website template with lots of features, built with ruby on rails.

Gemfile.lock 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (4.0.4)
  5. actionpack (= 4.0.4)
  6. mail (~> 2.5.4)
  7. actionpack (4.0.4)
  8. activesupport (= 4.0.4)
  9. builder (~> 3.1.0)
  10. erubis (~> 2.7.0)
  11. rack (~> 1.5.2)
  12. rack-test (~> 0.6.2)
  13. activemodel (4.0.4)
  14. activesupport (= 4.0.4)
  15. builder (~> 3.1.0)
  16. activerecord (4.0.4)
  17. activemodel (= 4.0.4)
  18. activerecord-deprecated_finders (~> 1.0.2)
  19. activesupport (= 4.0.4)
  20. arel (~> 4.0.0)
  21. activerecord-deprecated_finders (1.0.3)
  22. activesupport (4.0.4)
  23. i18n (~> 0.6, >= 0.6.9)
  24. minitest (~> 4.2)
  25. multi_json (~> 1.3)
  26. thread_safe (~> 0.1)
  27. tzinfo (~> 0.3.37)
  28. addressable (2.3.6)
  29. arel (4.0.2)
  30. bcrypt (3.1.7)
  31. bootstrap-switch-rails (3.1.0)
  32. bootstrap-timepicker-rails (0.1.3)
  33. railties (>= 3.0)
  34. bootstrap_form (2.2.0)
  35. builder (3.1.4)
  36. carrierwave (0.10.0)
  37. activemodel (>= 3.2.0)
  38. activesupport (>= 3.2.0)
  39. json (>= 1.7)
  40. mime-types (>= 1.16)
  41. coffee-rails (4.0.1)
  42. coffee-script (>= 2.2.0)
  43. railties (>= 4.0.0, < 5.0)
  44. coffee-script (2.3.0)
  45. coffee-script-source
  46. execjs
  47. coffee-script-source (1.8.0)
  48. commonjs (0.2.7)
  49. devise (3.2.4)
  50. bcrypt (~> 3.0)
  51. orm_adapter (~> 0.1)
  52. railties (>= 3.2.6, < 5)
  53. thread_safe (~> 0.1)
  54. warden (~> 1.2.3)
  55. erubis (2.7.0)
  56. excon (0.39.5)
  57. execjs (2.2.1)
  58. figaro (1.0.0)
  59. thor (~> 0.14)
  60. flatstrap-rails (0.3.0.2)
  61. twitter-bootstrap-rails (~> 2.2.6)
  62. fog (1.23.0)
  63. fog-brightbox
  64. fog-core (~> 1.23)
  65. fog-json
  66. fog-softlayer
  67. ipaddress (~> 0.5)
  68. nokogiri (~> 1.5, >= 1.5.11)
  69. fog-brightbox (0.5.1)
  70. fog-core (~> 1.22)
  71. fog-json
  72. inflecto
  73. fog-core (1.24.0)
  74. builder
  75. excon (~> 0.38)
  76. formatador (~> 0.2)
  77. mime-types
  78. net-scp (~> 1.1)
  79. net-ssh (>= 2.1.3)
  80. fog-json (1.0.0)
  81. multi_json (~> 1.0)
  82. fog-softlayer (0.3.17)
  83. fog-core
  84. fog-json
  85. font-awesome-rails (4.2.0.0)
  86. railties (>= 3.2, < 5.0)
  87. formatador (0.2.5)
  88. friendly_id (5.0.4)
  89. activerecord (>= 4.0.0)
  90. hike (1.2.3)
  91. i18n (0.6.11)
  92. inflecto (0.0.2)
  93. ipaddress (0.8.0)
  94. jbuilder (1.5.3)
  95. activesupport (>= 3.0.0)
  96. multi_json (>= 1.2.0)
  97. jquery-rails (3.1.2)
  98. railties (>= 3.0, < 5.0)
  99. thor (>= 0.14, < 2.0)
  100. json (1.8.1)
  101. launchy (2.4.2)
  102. addressable (~> 2.3)
  103. less (2.5.0)
  104. commonjs (~> 0.2.7)
  105. less-rails (2.5.0)
  106. actionpack (>= 3.1)
  107. less (~> 2.5.0)
  108. letter_opener (1.2.0)
  109. launchy (~> 2.2)
  110. libv8 (3.16.14.3)
  111. mail (2.5.4)
  112. mime-types (~> 1.16)
  113. treetop (~> 1.4.8)
  114. mime-types (1.25.1)
  115. mini_magick (3.8.1)
  116. subexec (~> 0.2.1)
  117. mini_portile (0.6.0)
  118. minitest (4.7.5)
  119. multi_json (1.10.1)
  120. net-scp (1.2.1)
  121. net-ssh (>= 2.6.5)
  122. net-ssh (2.9.1)
  123. nokogiri (1.6.3.1)
  124. mini_portile (= 0.6.0)
  125. orm_adapter (0.5.0)
  126. pg (0.17.1)
  127. polyglot (0.3.5)
  128. rack (1.5.2)
  129. rack-test (0.6.2)
  130. rack (>= 1.0)
  131. rails (4.0.4)
  132. actionmailer (= 4.0.4)
  133. actionpack (= 4.0.4)
  134. activerecord (= 4.0.4)
  135. activesupport (= 4.0.4)
  136. bundler (>= 1.3.0, < 2.0)
  137. railties (= 4.0.4)
  138. sprockets-rails (~> 2.0.0)
  139. railties (4.0.4)
  140. actionpack (= 4.0.4)
  141. activesupport (= 4.0.4)
  142. rake (>= 0.8.7)
  143. thor (>= 0.18.1, < 2.0)
  144. rake (10.3.2)
  145. rdoc (4.1.2)
  146. json (~> 1.4)
  147. redcarpet (3.1.2)
  148. ref (1.0.5)
  149. sass (3.2.19)
  150. sass-rails (4.0.3)
  151. railties (>= 4.0.0, < 5.0)
  152. sass (~> 3.2.0)
  153. sprockets (~> 2.8, <= 2.11.0)
  154. sprockets-rails (~> 2.0)
  155. sdoc (0.4.1)
  156. json (~> 1.7, >= 1.7.7)
  157. rdoc (~> 4.0)
  158. simple_form (3.0.2)
  159. actionpack (~> 4.0)
  160. activemodel (~> 4.0)
  161. sprockets (2.11.0)
  162. hike (~> 1.2)
  163. multi_json (~> 1.0)
  164. rack (~> 1.0)
  165. tilt (~> 1.1, != 1.3.0)
  166. sprockets-rails (2.0.1)
  167. actionpack (>= 3.0)
  168. activesupport (>= 3.0)
  169. sprockets (~> 2.8)
  170. subexec (0.2.3)
  171. summernote-rails (0.4.0)
  172. railties (>= 3.1)
  173. therubyracer (0.12.1)
  174. libv8 (~> 3.16.14.0)
  175. ref
  176. thor (0.19.1)
  177. thread_safe (0.3.4)
  178. tilt (1.4.1)
  179. treetop (1.4.15)
  180. polyglot
  181. polyglot (>= 0.3.1)
  182. turbolinks (2.3.0)
  183. coffee-rails
  184. twitter-bootstrap-rails (2.2.8)
  185. actionpack (>= 3.1)
  186. execjs
  187. rails (>= 3.1)
  188. railties (>= 3.1)
  189. tzinfo (0.3.41)
  190. uglifier (2.5.3)
  191. execjs (>= 0.3.0)
  192. json (>= 1.8.0)
  193. warden (1.2.3)
  194. rack (>= 1.0)
  195. PLATFORMS
  196. ruby
  197. DEPENDENCIES
  198. bootstrap-switch-rails
  199. bootstrap-timepicker-rails
  200. bootstrap_form
  201. carrierwave
  202. coffee-rails (~> 4.0.0)
  203. devise
  204. figaro
  205. flatstrap-rails
  206. fog
  207. font-awesome-rails
  208. friendly_id (~> 5.0.0)
  209. i18n
  210. jbuilder (~> 1.2)
  211. jquery-rails
  212. less-rails
  213. letter_opener
  214. mini_magick
  215. pg
  216. rails (= 4.0.4)
  217. redcarpet
  218. sass-rails
  219. sdoc
  220. simple_form
  221. summernote-rails
  222. therubyracer
  223. turbolinks
  224. twitter-bootstrap-rails
  225. uglifier (>= 1.3.0)