A Twitter bot that tweets random frames from the Computer Chronicles TV show https://twitter.com/chronicles_bot
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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. addressable (2.6.0)
  5. public_suffix (>= 2.0.2, < 4.0)
  6. declarative (0.0.10)
  7. declarative-option (0.1.0)
  8. dotenv (2.7.5)
  9. faraday (0.15.4)
  10. multipart-post (>= 1.2, < 3)
  11. google-api-client (0.30.8)
  12. addressable (~> 2.5, >= 2.5.1)
  13. googleauth (>= 0.5, < 0.10.0)
  14. httpclient (>= 2.8.1, < 3.0)
  15. mini_mime (~> 1.0)
  16. representable (~> 3.0)
  17. retriable (>= 2.0, < 4.0)
  18. signet (~> 0.10)
  19. googleauth (0.9.0)
  20. faraday (~> 0.12)
  21. jwt (>= 1.4, < 3.0)
  22. memoist (~> 0.16)
  23. multi_json (~> 1.11)
  24. os (>= 0.9, < 2.0)
  25. signet (~> 0.7)
  26. httpclient (2.8.3)
  27. jwt (2.2.1)
  28. memoist (0.16.0)
  29. mini_mime (1.0.2)
  30. multi_json (1.13.1)
  31. multipart-post (2.1.1)
  32. os (1.0.1)
  33. public_suffix (3.1.1)
  34. representable (3.0.4)
  35. declarative (< 0.1.0)
  36. declarative-option (< 0.2.0)
  37. uber (< 0.2.0)
  38. retriable (3.1.2)
  39. signet (0.11.0)
  40. addressable (~> 2.3)
  41. faraday (~> 0.9)
  42. jwt (>= 1.5, < 3.0)
  43. multi_json (~> 1.10)
  44. uber (0.1.0)
  45. PLATFORMS
  46. ruby
  47. DEPENDENCIES
  48. dotenv (~> 2.7)
  49. google-api-client (~> 0.30.8)
  50. BUNDLED WITH
  51. 2.0.1