Gemfile.lock 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (4.2.7)
  5. actionpack (= 4.2.7)
  6. actionview (= 4.2.7)
  7. activejob (= 4.2.7)
  8. mail (~> 2.5, >= 2.5.4)
  9. rails-dom-testing (~> 1.0, >= 1.0.5)
  10. actionpack (4.2.7)
  11. actionview (= 4.2.7)
  12. activesupport (= 4.2.7)
  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.7)
  18. activesupport (= 4.2.7)
  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.7)
  24. activesupport (= 4.2.7)
  25. globalid (>= 0.3.0)
  26. activemodel (4.2.7)
  27. activesupport (= 4.2.7)
  28. builder (~> 3.1)
  29. activerecord (4.2.7)
  30. activemodel (= 4.2.7)
  31. activesupport (= 4.2.7)
  32. arel (~> 6.0)
  33. activesupport (4.2.7)
  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.4)
  40. binding_of_caller (0.7.2)
  41. debug_inspector (>= 0.0.1)
  42. builder (3.2.3)
  43. byebug (9.0.6)
  44. concurrent-ruby (1.0.5)
  45. debug_inspector (0.0.2)
  46. erubis (2.7.0)
  47. globalid (0.4.0)
  48. activesupport (>= 4.2.0)
  49. i18n (0.8.1)
  50. json (1.8.6)
  51. loofah (2.0.3)
  52. nokogiri (>= 1.5.9)
  53. mail (2.6.5)
  54. mime-types (>= 1.16, < 4)
  55. mime-types (3.1)
  56. mime-types-data (~> 3.2015)
  57. mime-types-data (3.2016.0521)
  58. mini_portile2 (2.1.0)
  59. minitest (5.10.1)
  60. nokogiri (1.7.1)
  61. mini_portile2 (~> 2.1.0)
  62. pg (0.15.0)
  63. power_assert (0.2.6)
  64. rack (1.6.5)
  65. rack-test (0.6.3)
  66. rack (>= 1.0)
  67. rails (4.2.7)
  68. actionmailer (= 4.2.7)
  69. actionpack (= 4.2.7)
  70. actionview (= 4.2.7)
  71. activejob (= 4.2.7)
  72. activemodel (= 4.2.7)
  73. activerecord (= 4.2.7)
  74. activesupport (= 4.2.7)
  75. bundler (>= 1.3.0, < 2.0)
  76. railties (= 4.2.7)
  77. sprockets-rails
  78. rails-deprecated_sanitizer (1.0.3)
  79. activesupport (>= 4.2.0.alpha)
  80. rails-dom-testing (1.0.8)
  81. activesupport (>= 4.2.0.beta, < 5.0)
  82. nokogiri (~> 1.6)
  83. rails-deprecated_sanitizer (>= 1.0.1)
  84. rails-html-sanitizer (1.0.3)
  85. loofah (~> 2.0)
  86. railties (4.2.7)
  87. actionpack (= 4.2.7)
  88. activesupport (= 4.2.7)
  89. rake (>= 0.8.7)
  90. thor (>= 0.18.1, < 2.0)
  91. rake (12.0.0)
  92. rb-readline (0.5.4)
  93. spring (2.0.1)
  94. activesupport (>= 4.2)
  95. sprockets (3.7.1)
  96. concurrent-ruby (~> 1.0)
  97. rack (> 1, < 3)
  98. sprockets-rails (3.2.0)
  99. actionpack (>= 4.0)
  100. activesupport (>= 4.0)
  101. sprockets (>= 3.0.0)
  102. sqlite3 (1.3.13)
  103. test-unit (3.1.5)
  104. power_assert
  105. thor (0.19.4)
  106. thread_safe (0.3.6)
  107. tzinfo (1.2.3)
  108. thread_safe (~> 0.1)
  109. web-console (2.3.0)
  110. activemodel (>= 4.0)
  111. binding_of_caller (>= 0.7.2)
  112. railties (>= 4.0)
  113. sprockets-rails (>= 2.0, < 4.0)
  114. PLATFORMS
  115. ruby
  116. DEPENDENCIES
  117. byebug
  118. pg
  119. rails (= 4.2.7)
  120. rb-readline
  121. spring
  122. sqlite3
  123. test-unit
  124. web-console (~> 2.0)
  125. BUNDLED WITH
  126. 1.12.5