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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. htmlentities (4.3.4)
  8. httparty (0.18.0)
  9. mime-types (~> 3.0)
  10. multi_xml (>= 0.5.2)
  11. mime-types (3.3.1)
  12. mime-types-data (~> 3.2015)
  13. mime-types-data (3.2019.1009)
  14. mini_portile2 (2.4.0)
  15. multi_xml (0.6.0)
  16. mustermann (1.1.1)
  17. ruby2_keywords (~> 0.0.1)
  18. nokogiri (1.10.9)
  19. mini_portile2 (~> 2.4.0)
  20. pg (1.2.3)
  21. rack (2.2.2)
  22. rack-protection (2.0.8.1)
  23. rack
  24. rake (13.0.1)
  25. rspec (3.9.0)
  26. rspec-core (~> 3.9.0)
  27. rspec-expectations (~> 3.9.0)
  28. rspec-mocks (~> 3.9.0)
  29. rspec-core (3.9.1)
  30. rspec-support (~> 3.9.1)
  31. rspec-expectations (3.9.1)
  32. diff-lcs (>= 1.2.0, < 2.0)
  33. rspec-support (~> 3.9.0)
  34. rspec-mocks (3.9.1)
  35. diff-lcs (>= 1.2.0, < 2.0)
  36. rspec-support (~> 3.9.0)
  37. rspec-support (3.9.2)
  38. ruby2_keywords (0.0.2)
  39. sassc (2.2.1)
  40. ffi (~> 1.9)
  41. sequel (5.31.0)
  42. sinatra (2.0.8.1)
  43. mustermann (~> 1.0)
  44. rack (~> 2.0)
  45. rack-protection (= 2.0.8.1)
  46. tilt (~> 2.0)
  47. tilt (2.0.10)
  48. truncato (0.7.11)
  49. htmlentities (~> 4.3.1)
  50. nokogiri (>= 1.7.0, <= 2.0)
  51. PLATFORMS
  52. ruby
  53. DEPENDENCIES
  54. dotenv (~> 2.7)
  55. httparty (~> 0.18.0)
  56. nokogiri (~> 1.10)
  57. pg (~> 1.2)
  58. rack (~> 2.2)
  59. rake (~> 13.0)
  60. rspec (~> 3.9)
  61. sassc (~> 2.2)
  62. sequel (~> 5.30)
  63. sinatra (~> 2.0)
  64. truncato (~> 0.7.11)
  65. BUNDLED WITH
  66. 2.1.4