Gemfile.lock 1.4 KB

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