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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. diff-lcs (1.3)
  5. dotenv (2.7.5)
  6. ffi (1.12.2)
  7. httparty (0.18.0)
  8. mime-types (~> 3.0)
  9. multi_xml (>= 0.5.2)
  10. mime-types (3.3.1)
  11. mime-types-data (~> 3.2015)
  12. mime-types-data (3.2019.1009)
  13. mini_portile2 (2.4.0)
  14. multi_xml (0.6.0)
  15. mustermann (1.1.1)
  16. ruby2_keywords (~> 0.0.1)
  17. nokogiri (1.10.9)
  18. mini_portile2 (~> 2.4.0)
  19. pg (1.2.3)
  20. rack (2.2.2)
  21. rack-protection (2.0.8.1)
  22. rack
  23. rake (13.0.1)
  24. rspec (3.9.0)
  25. rspec-core (~> 3.9.0)
  26. rspec-expectations (~> 3.9.0)
  27. rspec-mocks (~> 3.9.0)
  28. rspec-core (3.9.1)
  29. rspec-support (~> 3.9.1)
  30. rspec-expectations (3.9.1)
  31. diff-lcs (>= 1.2.0, < 2.0)
  32. rspec-support (~> 3.9.0)
  33. rspec-mocks (3.9.1)
  34. diff-lcs (>= 1.2.0, < 2.0)
  35. rspec-support (~> 3.9.0)
  36. rspec-support (3.9.2)
  37. ruby2_keywords (0.0.2)
  38. sassc (2.2.1)
  39. ffi (~> 1.9)
  40. sequel (5.31.0)
  41. sinatra (2.0.8.1)
  42. mustermann (~> 1.0)
  43. rack (~> 2.0)
  44. rack-protection (= 2.0.8.1)
  45. tilt (~> 2.0)
  46. tilt (2.0.10)
  47. PLATFORMS
  48. ruby
  49. DEPENDENCIES
  50. dotenv (~> 2.7)
  51. httparty (~> 0.18.0)
  52. nokogiri (~> 1.10)
  53. pg (~> 1.2)
  54. rack (~> 2.2)
  55. rake (~> 13.0)
  56. rspec (~> 3.9)
  57. sassc (~> 2.2)
  58. sequel (~> 5.30)
  59. sinatra (~> 2.0)
  60. BUNDLED WITH
  61. 2.1.4