You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Gemfile.lock 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. addressable (2.8.0)
  5. public_suffix (>= 2.0.2, < 5.0)
  6. crack (0.4.5)
  7. rexml
  8. diff-lcs (1.3)
  9. dotenv (2.7.5)
  10. ffi (1.12.2)
  11. hashdiff (1.0.1)
  12. htmlentities (4.3.4)
  13. httparty (0.18.0)
  14. mime-types (~> 3.0)
  15. multi_xml (>= 0.5.2)
  16. mime-types (3.3.1)
  17. mime-types-data (~> 3.2015)
  18. mime-types-data (3.2019.1009)
  19. mini_portile2 (2.4.0)
  20. multi_xml (0.6.0)
  21. mustermann (1.1.1)
  22. ruby2_keywords (~> 0.0.1)
  23. nokogiri (1.10.9)
  24. mini_portile2 (~> 2.4.0)
  25. pg (1.2.3)
  26. public_suffix (4.0.6)
  27. rack (2.2.2)
  28. rack-protection (2.0.8.1)
  29. rack
  30. rake (13.0.1)
  31. rexml (3.2.5)
  32. rspec (3.9.0)
  33. rspec-core (~> 3.9.0)
  34. rspec-expectations (~> 3.9.0)
  35. rspec-mocks (~> 3.9.0)
  36. rspec-core (3.9.1)
  37. rspec-support (~> 3.9.1)
  38. rspec-expectations (3.9.1)
  39. diff-lcs (>= 1.2.0, < 2.0)
  40. rspec-support (~> 3.9.0)
  41. rspec-mocks (3.9.1)
  42. diff-lcs (>= 1.2.0, < 2.0)
  43. rspec-support (~> 3.9.0)
  44. rspec-support (3.9.2)
  45. ruby2_keywords (0.0.2)
  46. sassc (2.2.1)
  47. ffi (~> 1.9)
  48. sequel (5.31.0)
  49. sinatra (2.0.8.1)
  50. mustermann (~> 1.0)
  51. rack (~> 2.0)
  52. rack-protection (= 2.0.8.1)
  53. tilt (~> 2.0)
  54. tilt (2.0.10)
  55. truncato (0.7.11)
  56. htmlentities (~> 4.3.1)
  57. nokogiri (>= 1.7.0, <= 2.0)
  58. vcr (6.0.0)
  59. webmock (3.14.0)
  60. addressable (>= 2.8.0)
  61. crack (>= 0.3.2)
  62. hashdiff (>= 0.4.0, < 2.0.0)
  63. PLATFORMS
  64. ruby
  65. DEPENDENCIES
  66. dotenv (~> 2.7)
  67. httparty (~> 0.18.0)
  68. nokogiri (~> 1.10)
  69. pg (~> 1.2)
  70. rack (~> 2.2)
  71. rake (~> 13.0)
  72. rspec (~> 3.9)
  73. sassc (~> 2.2)
  74. sequel (~> 5.30)
  75. sinatra (~> 2.0)
  76. truncato (~> 0.7.11)
  77. vcr (~> 6.0)
  78. webmock (~> 3.14)
  79. BUNDLED WITH
  80. 2.1.4