Gemfile.lock 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. activemodel (4.1.4)
  5. activesupport (= 4.1.4)
  6. builder (~> 3.1)
  7. activerecord (4.1.4)
  8. activemodel (= 4.1.4)
  9. activesupport (= 4.1.4)
  10. arel (~> 5.0.0)
  11. activerecord-import (0.5.0)
  12. activerecord (>= 3.0)
  13. activerecord-jdbc-adapter (1.3.9)
  14. activerecord (>= 2.2)
  15. activerecord-jdbcmysql-adapter (1.3.9)
  16. activerecord-jdbc-adapter (~> 1.3.9)
  17. jdbc-mysql (>= 5.1.22)
  18. activesupport (4.1.4)
  19. i18n (~> 0.6, >= 0.6.9)
  20. json (~> 1.7, >= 1.7.7)
  21. minitest (~> 5.1)
  22. thread_safe (~> 0.1)
  23. tzinfo (~> 1.1)
  24. arel (5.0.1.20140414130214)
  25. backports (3.6.0)
  26. builder (3.2.2)
  27. daemons (1.1.9)
  28. eventmachine (1.0.3)
  29. i18n (0.6.11)
  30. jdbc-mysql (5.1.31)
  31. jruby-rack (1.1.16)
  32. json (1.8.1)
  33. json (1.8.1-java)
  34. kgio (2.9.2)
  35. minitest (5.4.0)
  36. multi_json (1.10.1)
  37. mysql2 (0.3.16)
  38. puma (2.9.0)
  39. rack (>= 1.1, < 2.0)
  40. puma (2.9.0-java)
  41. rack (>= 1.1, < 2.0)
  42. rack (1.5.2)
  43. rack-protection (1.5.3)
  44. rack
  45. rack-test (0.6.2)
  46. rack (>= 1.0)
  47. raindrops (0.13.0)
  48. sinatra (1.4.5)
  49. rack (~> 1.4)
  50. rack-protection (~> 1.4)
  51. tilt (~> 1.3, >= 1.3.4)
  52. sinatra-activerecord (2.0.2)
  53. activerecord (>= 3.2)
  54. sinatra (~> 1.0)
  55. sinatra-contrib (1.4.2)
  56. backports (>= 2.0)
  57. multi_json
  58. rack-protection
  59. rack-test
  60. sinatra (~> 1.4.0)
  61. tilt (~> 1.3)
  62. slim (2.0.3)
  63. temple (~> 0.6.6)
  64. tilt (>= 1.3.3, < 2.1)
  65. temple (0.6.8)
  66. thin (1.6.2)
  67. daemons (>= 1.0.9)
  68. eventmachine (>= 1.0.0)
  69. rack (>= 1.0.0)
  70. thread_safe (0.3.4)
  71. thread_safe (0.3.4-java)
  72. tilt (1.4.1)
  73. torqbox (0.1.7-java)
  74. rack (>= 1.4.0, < 2.0)
  75. trinidad (1.4.6)
  76. jruby-rack (~> 1.1.13)
  77. trinidad_jars (>= 1.3.0, < 1.5.0)
  78. trinidad_jars (1.4.0)
  79. tzinfo (1.2.2)
  80. thread_safe (~> 0.1)
  81. unicorn (4.8.3)
  82. kgio (~> 2.6)
  83. rack
  84. raindrops (~> 0.7)
  85. PLATFORMS
  86. java
  87. ruby
  88. DEPENDENCIES
  89. activerecord (= 4.1.4)
  90. activerecord-import (= 0.5.0)
  91. activerecord-jdbcmysql-adapter (~> 1.3.9)
  92. mysql2 (= 0.3.16)
  93. puma (= 2.9.0)
  94. sinatra (= 1.4.5)
  95. sinatra-activerecord (= 2.0.2)
  96. sinatra-contrib (= 1.4.2)
  97. slim (= 2.0.3)
  98. thin (= 1.6.2)
  99. torqbox (= 0.1.7)
  100. trinidad (= 1.4.6)
  101. unicorn (= 4.8.3)