Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Gemfile.lock 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. addressable (2.8.7)
  5. public_suffix (>= 2.0.2, < 7.0)
  6. base64 (0.2.0)
  7. bigdecimal (3.1.8)
  8. crack (1.0.0)
  9. bigdecimal
  10. rexml
  11. diff-lcs (1.5.1)
  12. dotenv (2.8.1)
  13. hashdiff (1.1.1)
  14. htmlentities (4.3.4)
  15. httparty (0.18.1)
  16. mime-types (~> 3.0)
  17. multi_xml (>= 0.5.2)
  18. mime-types (3.5.2)
  19. mime-types-data (~> 3.2015)
  20. mime-types-data (3.2024.0820)
  21. multi_xml (0.7.1)
  22. bigdecimal (~> 3.1)
  23. mustermann (2.0.2)
  24. ruby2_keywords (~> 0.0.1)
  25. nio4r (2.7.3)
  26. nokogiri (1.16.7-aarch64-linux)
  27. racc (~> 1.4)
  28. nokogiri (1.16.7-arm-linux)
  29. racc (~> 1.4)
  30. nokogiri (1.16.7-arm64-darwin)
  31. racc (~> 1.4)
  32. nokogiri (1.16.7-x86-linux)
  33. racc (~> 1.4)
  34. nokogiri (1.16.7-x86_64-darwin)
  35. racc (~> 1.4)
  36. nokogiri (1.16.7-x86_64-linux)
  37. racc (~> 1.4)
  38. pg (1.5.7)
  39. public_suffix (6.0.1)
  40. puma (6.4.2)
  41. nio4r (~> 2.0)
  42. racc (1.8.1)
  43. rack (2.2.9)
  44. rack-protection (2.2.4)
  45. rack
  46. rake (13.2.1)
  47. rexml (3.3.5)
  48. strscan
  49. rspec (3.13.0)
  50. rspec-core (~> 3.13.0)
  51. rspec-expectations (~> 3.13.0)
  52. rspec-mocks (~> 3.13.0)
  53. rspec-core (3.13.0)
  54. rspec-support (~> 3.13.0)
  55. rspec-expectations (3.13.2)
  56. diff-lcs (>= 1.2.0, < 2.0)
  57. rspec-support (~> 3.13.0)
  58. rspec-mocks (3.13.1)
  59. diff-lcs (>= 1.2.0, < 2.0)
  60. rspec-support (~> 3.13.0)
  61. rspec-support (3.13.1)
  62. ruby2_keywords (0.0.5)
  63. sequel (5.83.1)
  64. bigdecimal
  65. sinatra (2.2.4)
  66. mustermann (~> 2.0)
  67. rack (~> 2.2)
  68. rack-protection (= 2.2.4)
  69. tilt (~> 2.0)
  70. strscan (3.1.0)
  71. tilt (2.4.0)
  72. truncato (0.7.12)
  73. htmlentities (~> 4.3.1)
  74. nokogiri (>= 1.7.0, <= 2.0)
  75. vcr (6.3.1)
  76. base64
  77. webmock (3.23.1)
  78. addressable (>= 2.8.0)
  79. crack (>= 0.3.2)
  80. hashdiff (>= 0.4.0, < 2.0.0)
  81. PLATFORMS
  82. aarch64-linux
  83. arm-linux
  84. arm64-darwin
  85. x86-linux
  86. x86_64-darwin
  87. x86_64-linux
  88. DEPENDENCIES
  89. dotenv (~> 2.7)
  90. httparty (~> 0.18.0)
  91. nokogiri (~> 1.10)
  92. pg (~> 1.2)
  93. puma (~> 6.4)
  94. rack (~> 2.2)
  95. rake (~> 13.0)
  96. rspec (~> 3.9)
  97. sequel (~> 5.30)
  98. sinatra (~> 2.0)
  99. truncato (~> 0.7.11)
  100. vcr (~> 6.0)
  101. webmock (~> 3.14)
  102. BUNDLED WITH
  103. 2.5.11