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

Gemfile.lock 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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. capybara (2.4.4)
  37. mime-types (>= 1.16)
  38. nokogiri (>= 1.3.3)
  39. rack (>= 1.0.0)
  40. rack-test (>= 0.5.4)
  41. xpath (~> 2.0)
  42. carrierwave (0.10.0)
  43. activemodel (>= 3.2.0)
  44. activesupport (>= 3.2.0)
  45. json (>= 1.7)
  46. mime-types (>= 1.16)
  47. carrierwave_backgrounder (0.4.1)
  48. carrierwave (~> 0.5)
  49. coffee-rails (4.0.1)
  50. coffee-script (>= 2.2.0)
  51. railties (>= 4.0.0, < 5.0)
  52. coffee-script (2.3.0)
  53. coffee-script-source
  54. execjs
  55. coffee-script-source (1.8.0)
  56. commonjs (0.2.7)
  57. cucumber (1.3.17)
  58. builder (>= 2.1.2)
  59. diff-lcs (>= 1.1.3)
  60. gherkin (~> 2.12)
  61. multi_json (>= 1.7.5, < 2.0)
  62. multi_test (>= 0.1.1)
  63. cucumber-rails (1.4.2)
  64. capybara (>= 1.1.2, < 3)
  65. cucumber (>= 1.3.8, < 2)
  66. mime-types (>= 1.16, < 3)
  67. nokogiri (~> 1.5)
  68. rails (>= 3, < 5)
  69. database_cleaner (1.3.0)
  70. devise (3.2.4)
  71. bcrypt (~> 3.0)
  72. orm_adapter (~> 0.1)
  73. railties (>= 3.2.6, < 5)
  74. thread_safe (~> 0.1)
  75. warden (~> 1.2.3)
  76. devise-async (0.9.0)
  77. devise (~> 3.2)
  78. diff-lcs (1.2.5)
  79. email_spec (1.6.0)
  80. launchy (~> 2.1)
  81. mail (~> 2.2)
  82. erubis (2.7.0)
  83. excon (0.39.5)
  84. execjs (2.2.1)
  85. factory_girl (4.5.0)
  86. activesupport (>= 3.0.0)
  87. factory_girl_rails (4.5.0)
  88. factory_girl (~> 4.5.0)
  89. railties (>= 3.0.0)
  90. figaro (1.0.0)
  91. thor (~> 0.14)
  92. flatstrap-rails (0.3.0.2)
  93. twitter-bootstrap-rails (~> 2.2.6)
  94. fog (1.23.0)
  95. fog-brightbox
  96. fog-core (~> 1.23)
  97. fog-json
  98. fog-softlayer
  99. ipaddress (~> 0.5)
  100. nokogiri (~> 1.5, >= 1.5.11)
  101. fog-brightbox (0.5.1)
  102. fog-core (~> 1.22)
  103. fog-json
  104. inflecto
  105. fog-core (1.24.0)
  106. builder
  107. excon (~> 0.38)
  108. formatador (~> 0.2)
  109. mime-types
  110. net-scp (~> 1.1)
  111. net-ssh (>= 2.1.3)
  112. fog-json (1.0.0)
  113. multi_json (~> 1.0)
  114. fog-softlayer (0.3.17)
  115. fog-core
  116. fog-json
  117. font-awesome-rails (4.2.0.0)
  118. railties (>= 3.2, < 5.0)
  119. formatador (0.2.5)
  120. friendly_id (5.0.4)
  121. activerecord (>= 4.0.0)
  122. gherkin (2.12.2)
  123. multi_json (~> 1.3)
  124. gibbon (1.1.4)
  125. httparty
  126. multi_json (>= 1.3.4)
  127. hike (1.2.3)
  128. httparty (0.13.3)
  129. json (~> 1.8)
  130. multi_xml (>= 0.5.2)
  131. i18n (0.6.11)
  132. inflecto (0.0.2)
  133. ipaddress (0.8.0)
  134. jasny_bootstrap_extension_rails (0.0.1)
  135. jbuilder (1.5.3)
  136. activesupport (>= 3.0.0)
  137. multi_json (>= 1.2.0)
  138. jquery-rails (3.1.2)
  139. railties (>= 3.0, < 5.0)
  140. thor (>= 0.14, < 2.0)
  141. json (1.8.1)
  142. launchy (2.4.2)
  143. addressable (~> 2.3)
  144. less (2.5.0)
  145. commonjs (~> 0.2.7)
  146. less-rails (2.5.0)
  147. actionpack (>= 3.1)
  148. less (~> 2.5.0)
  149. letter_opener (1.2.0)
  150. launchy (~> 2.2)
  151. libv8 (3.16.14.3)
  152. mail (2.5.4)
  153. mime-types (~> 1.16)
  154. treetop (~> 1.4.8)
  155. mime-types (1.25.1)
  156. mini_magick (3.8.1)
  157. subexec (~> 0.2.1)
  158. mini_portile (0.6.0)
  159. minitest (4.7.5)
  160. mono_logger (1.1.0)
  161. multi_json (1.10.1)
  162. multi_test (0.1.1)
  163. multi_xml (0.5.5)
  164. net-scp (1.2.1)
  165. net-ssh (>= 2.6.5)
  166. net-ssh (2.9.1)
  167. nokogiri (1.6.3.1)
  168. mini_portile (= 0.6.0)
  169. orm_adapter (0.5.0)
  170. pg (0.17.1)
  171. polyglot (0.3.5)
  172. rack (1.5.2)
  173. rack-protection (1.5.3)
  174. rack
  175. rack-test (0.6.2)
  176. rack (>= 1.0)
  177. rails (4.0.4)
  178. actionmailer (= 4.0.4)
  179. actionpack (= 4.0.4)
  180. activerecord (= 4.0.4)
  181. activesupport (= 4.0.4)
  182. bundler (>= 1.3.0, < 2.0)
  183. railties (= 4.0.4)
  184. sprockets-rails (~> 2.0.0)
  185. rails_12factor (0.0.2)
  186. rails_serve_static_assets
  187. rails_stdout_logging
  188. rails_serve_static_assets (0.0.2)
  189. rails_stdout_logging (0.0.3)
  190. railties (4.0.4)
  191. actionpack (= 4.0.4)
  192. activesupport (= 4.0.4)
  193. rake (>= 0.8.7)
  194. thor (>= 0.18.1, < 2.0)
  195. rake (10.3.2)
  196. rdoc (4.1.2)
  197. json (~> 1.4)
  198. redcarpet (3.1.2)
  199. redis (3.1.0)
  200. redis-namespace (1.5.1)
  201. redis (~> 3.0, >= 3.0.4)
  202. ref (1.0.5)
  203. resque (1.25.2)
  204. mono_logger (~> 1.0)
  205. multi_json (~> 1.0)
  206. redis-namespace (~> 1.3)
  207. sinatra (>= 0.9.2)
  208. vegas (~> 0.1.2)
  209. rspec (3.1.0)
  210. rspec-core (~> 3.1.0)
  211. rspec-expectations (~> 3.1.0)
  212. rspec-mocks (~> 3.1.0)
  213. rspec-core (3.1.7)
  214. rspec-support (~> 3.1.0)
  215. rspec-expectations (3.1.2)
  216. diff-lcs (>= 1.2.0, < 2.0)
  217. rspec-support (~> 3.1.0)
  218. rspec-mocks (3.1.3)
  219. rspec-support (~> 3.1.0)
  220. rspec-rails (3.1.0)
  221. actionpack (>= 3.0)
  222. activesupport (>= 3.0)
  223. railties (>= 3.0)
  224. rspec-core (~> 3.1.0)
  225. rspec-expectations (~> 3.1.0)
  226. rspec-mocks (~> 3.1.0)
  227. rspec-support (~> 3.1.0)
  228. rspec-support (3.1.2)
  229. sass (3.2.19)
  230. sass-rails (4.0.3)
  231. railties (>= 4.0.0, < 5.0)
  232. sass (~> 3.2.0)
  233. sprockets (~> 2.8, <= 2.11.0)
  234. sprockets-rails (~> 2.0)
  235. sdoc (0.4.1)
  236. json (~> 1.7, >= 1.7.7)
  237. rdoc (~> 4.0)
  238. simple_form (3.0.2)
  239. actionpack (~> 4.0)
  240. activemodel (~> 4.0)
  241. sinatra (1.4.5)
  242. rack (~> 1.4)
  243. rack-protection (~> 1.4)
  244. tilt (~> 1.3, >= 1.3.4)
  245. sprockets (2.11.0)
  246. hike (~> 1.2)
  247. multi_json (~> 1.0)
  248. rack (~> 1.0)
  249. tilt (~> 1.1, != 1.3.0)
  250. sprockets-helpers (1.1.0)
  251. sprockets (~> 2.0)
  252. sprockets-rails (2.0.1)
  253. actionpack (>= 3.0)
  254. activesupport (>= 3.0)
  255. sprockets (~> 2.8)
  256. subexec (0.2.3)
  257. summernote-rails (0.4.0)
  258. railties (>= 3.1)
  259. therubyracer (0.12.1)
  260. libv8 (~> 3.16.14.0)
  261. ref
  262. thor (0.19.1)
  263. thread_safe (0.3.4)
  264. tilt (1.4.1)
  265. treetop (1.4.15)
  266. polyglot
  267. polyglot (>= 0.3.1)
  268. turbolinks (2.3.0)
  269. coffee-rails
  270. twitter-bootstrap-rails (2.2.8)
  271. actionpack (>= 3.1)
  272. execjs
  273. rails (>= 3.1)
  274. railties (>= 3.1)
  275. tzinfo (0.3.41)
  276. uglifier (2.5.3)
  277. execjs (>= 0.3.0)
  278. json (>= 1.8.0)
  279. vegas (0.1.11)
  280. rack (>= 1.0.0)
  281. warden (1.2.3)
  282. rack (>= 1.0)
  283. xpath (2.0.0)
  284. nokogiri (~> 1.3)
  285. PLATFORMS
  286. ruby
  287. DEPENDENCIES
  288. bootstrap-switch-rails
  289. bootstrap-timepicker-rails
  290. bootstrap_form
  291. carrierwave
  292. carrierwave_backgrounder
  293. coffee-rails (~> 4.0.0)
  294. cucumber-rails
  295. database_cleaner
  296. devise
  297. devise-async
  298. email_spec
  299. factory_girl_rails (~> 4.0)
  300. figaro
  301. flatstrap-rails
  302. fog
  303. font-awesome-rails
  304. friendly_id (~> 5.0.0)
  305. gibbon
  306. i18n
  307. jasny_bootstrap_extension_rails
  308. jbuilder (~> 1.2)
  309. jquery-rails
  310. less-rails
  311. letter_opener
  312. mini_magick
  313. pg
  314. rails (= 4.0.4)
  315. rails_12factor
  316. redcarpet
  317. resque
  318. rspec
  319. rspec-rails
  320. sass-rails
  321. sdoc
  322. simple_form
  323. sprockets-helpers
  324. sprockets-rails
  325. summernote-rails
  326. therubyracer
  327. turbolinks
  328. twitter-bootstrap-rails
  329. uglifier (>= 1.3.0)