Gemfile.lock 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. addressable (2.3.8)
  5. aws-sdk (2.1.4)
  6. aws-sdk-resources (= 2.1.4)
  7. aws-sdk-core (2.1.4)
  8. jmespath (~> 1.0)
  9. aws-sdk-resources (2.1.4)
  10. aws-sdk-core (= 2.1.4)
  11. celluloid (0.16.0)
  12. timers (~> 4.0.0)
  13. connection_pool (2.2.0)
  14. crack (0.4.2)
  15. safe_yaml (~> 1.0.0)
  16. diff-lcs (1.2.5)
  17. dotenv (2.0.2)
  18. foreman (0.78.0)
  19. thor (~> 0.19.1)
  20. hitimes (1.2.2)
  21. jmespath (1.0.2)
  22. multi_json (~> 1.0)
  23. json (1.8.3)
  24. multi_json (1.11.2)
  25. rack (1.6.4)
  26. rake (10.4.2)
  27. redis (3.2.1)
  28. redis-namespace (1.5.2)
  29. redis (~> 3.0, >= 3.0.4)
  30. rspec (3.3.0)
  31. rspec-core (~> 3.3.0)
  32. rspec-expectations (~> 3.3.0)
  33. rspec-mocks (~> 3.3.0)
  34. rspec-core (3.3.1)
  35. rspec-support (~> 3.3.0)
  36. rspec-expectations (3.3.0)
  37. diff-lcs (>= 1.2.0, < 2.0)
  38. rspec-support (~> 3.3.0)
  39. rspec-mocks (3.3.1)
  40. diff-lcs (>= 1.2.0, < 2.0)
  41. rspec-support (~> 3.3.0)
  42. rspec-support (3.3.0)
  43. safe_yaml (1.0.4)
  44. sidekiq (3.4.1)
  45. celluloid (~> 0.16.0)
  46. connection_pool (>= 2.1.1)
  47. json
  48. redis (>= 3.0.6)
  49. redis-namespace (>= 1.3.1)
  50. thor (0.19.1)
  51. timers (4.0.1)
  52. hitimes
  53. vcr (2.9.3)
  54. webmock (1.21.0)
  55. addressable (>= 2.3.6)
  56. crack (>= 0.3.2)
  57. PLATFORMS
  58. ruby
  59. DEPENDENCIES
  60. aws-sdk (~> 2)
  61. dotenv
  62. foreman
  63. rack
  64. rake
  65. rspec
  66. sidekiq
  67. vcr
  68. webmock