Gemfile.lock 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. activesupport (6.0.3.2)
  5. concurrent-ruby (~> 1.0, >= 1.0.2)
  6. i18n (>= 0.7, < 2)
  7. minitest (~> 5.1)
  8. tzinfo (~> 1.1)
  9. zeitwerk (~> 2.2, >= 2.2.2)
  10. backports (3.11.4)
  11. coderay (1.1.2)
  12. concurrent-ruby (1.1.6)
  13. erubis (2.7.0)
  14. flickr-login (0.0.3)
  15. oauth
  16. flickraw (0.9.9)
  17. i18n (1.8.5)
  18. concurrent-ruby (~> 1.0)
  19. method_source (0.9.2)
  20. minitest (5.14.1)
  21. multi_json (1.13.1)
  22. mustermann (1.0.3)
  23. oauth (0.5.4)
  24. pry (0.12.2)
  25. coderay (~> 1.1.0)
  26. method_source (~> 0.9.0)
  27. pry-doc (0.13.5)
  28. pry (~> 0.11)
  29. yard (~> 0.9.11)
  30. rack (2.2.3)
  31. rack-protection (2.0.4)
  32. rack
  33. sequel (5.14.0)
  34. sequel_enum (0.1.1)
  35. sequel
  36. sinatra (2.0.4)
  37. mustermann (~> 1.0)
  38. rack (~> 2.0)
  39. rack-protection (= 2.0.4)
  40. tilt (~> 2.0)
  41. sinatra-contrib (2.0.4)
  42. activesupport (>= 4.0.0)
  43. backports (>= 2.8.2)
  44. multi_json
  45. mustermann (~> 1.0)
  46. rack-protection (= 2.0.4)
  47. sinatra (= 2.0.4)
  48. tilt (>= 1.3, < 3)
  49. sinatra-sequel (0.9.0)
  50. sequel (>= 3.2.0)
  51. sinatra (>= 0.9.4)
  52. sqlite3 (1.3.13)
  53. thread_safe (0.3.6)
  54. tilt (2.0.8)
  55. tzinfo (1.2.7)
  56. thread_safe (~> 0.1)
  57. yard (0.9.25)
  58. zeitwerk (2.4.0)
  59. PLATFORMS
  60. ruby
  61. DEPENDENCIES
  62. erubis
  63. flickr-login
  64. flickraw
  65. pry
  66. pry-doc
  67. sequel_enum
  68. sinatra
  69. sinatra-contrib
  70. sinatra-sequel
  71. sqlite3
  72. BUNDLED WITH
  73. 1.17.1