Gemfile.lock 644 B

1234567891011121314151617181920212223242526272829303132
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. diff-lcs (1.3)
  5. faraday (1.0.0)
  6. multipart-post (>= 1.2, < 3)
  7. json (2.3.0)
  8. multipart-post (2.1.1)
  9. rspec (3.9.0)
  10. rspec-core (~> 3.9.0)
  11. rspec-expectations (~> 3.9.0)
  12. rspec-mocks (~> 3.9.0)
  13. rspec-core (3.9.1)
  14. rspec-support (~> 3.9.1)
  15. rspec-expectations (3.9.0)
  16. diff-lcs (>= 1.2.0, < 2.0)
  17. rspec-support (~> 3.9.0)
  18. rspec-mocks (3.9.1)
  19. diff-lcs (>= 1.2.0, < 2.0)
  20. rspec-support (~> 3.9.0)
  21. rspec-support (3.9.2)
  22. PLATFORMS
  23. ruby
  24. DEPENDENCIES
  25. faraday (~> 1.0)
  26. json (~> 2.3)
  27. rspec (~> 3.9)
  28. BUNDLED WITH
  29. 2.1.4