Gemfile.lock 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. PATH
  2. remote: .
  3. specs:
  4. shopify_api (3.2.6)
  5. activeresource
  6. pry (>= 0.9.12.6)
  7. thor (~> 0.18.1)
  8. GEM
  9. remote: https://rubygems.org/
  10. specs:
  11. activemodel (4.0.13)
  12. activesupport (= 4.0.13)
  13. builder (~> 3.1.0)
  14. activeresource (4.0.0)
  15. activemodel (~> 4.0)
  16. activesupport (~> 4.0)
  17. rails-observers (~> 0.1.1)
  18. activesupport (4.0.13)
  19. i18n (~> 0.6, >= 0.6.9)
  20. minitest (~> 4.2)
  21. multi_json (~> 1.3)
  22. thread_safe (~> 0.1)
  23. tzinfo (~> 0.3.37)
  24. builder (3.1.4)
  25. coderay (1.1.0)
  26. fakeweb (1.3.0)
  27. i18n (0.7.0)
  28. metaclass (0.0.1)
  29. method_source (0.8.2)
  30. minitest (4.7.5)
  31. mocha (0.14.0)
  32. metaclass (~> 0.0.1)
  33. multi_json (1.10.1)
  34. pry (0.10.1)
  35. coderay (~> 1.1.0)
  36. method_source (~> 0.8.1)
  37. slop (~> 3.4)
  38. rails-observers (0.1.2)
  39. activemodel (~> 4.0)
  40. rake (10.1.0)
  41. slop (3.6.0)
  42. thor (0.18.1)
  43. thread_safe (0.3.4)
  44. tzinfo (0.3.42)
  45. PLATFORMS
  46. ruby
  47. DEPENDENCIES
  48. activeresource (~> 4.0.0)
  49. fakeweb
  50. minitest (~> 4.0)
  51. mocha (>= 0.9.8)
  52. rake
  53. shopify_api!