Gemfile.lock 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. PATH
  2. remote: .
  3. specs:
  4. shopify_api (3.2.6)
  5. activeresource (>= 3.0.0)
  6. pry (>= 0.9.12.6)
  7. thor (~> 0.18.1)
  8. GEM
  9. remote: https://rubygems.org/
  10. specs:
  11. activemodel (4.0.3)
  12. activesupport (= 4.0.3)
  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.3)
  19. i18n (~> 0.6, >= 0.6.4)
  20. minitest (~> 4.2)
  21. multi_json (~> 1.3)
  22. thread_safe (~> 0.1)
  23. tzinfo (~> 0.3.37)
  24. atomic (1.1.14)
  25. builder (3.1.4)
  26. coderay (1.1.0)
  27. fakeweb (1.3.0)
  28. i18n (0.6.9)
  29. metaclass (0.0.1)
  30. method_source (0.8.2)
  31. minitest (4.7.5)
  32. mocha (0.14.0)
  33. metaclass (~> 0.0.1)
  34. multi_json (1.8.4)
  35. pry (0.9.12.6)
  36. coderay (~> 1.0)
  37. method_source (~> 0.8)
  38. slop (~> 3.4)
  39. rails-observers (0.1.2)
  40. activemodel (~> 4.0)
  41. rake (10.1.0)
  42. slop (3.5.0)
  43. thor (0.18.1)
  44. thread_safe (0.1.3)
  45. atomic
  46. tzinfo (0.3.38)
  47. PLATFORMS
  48. ruby
  49. DEPENDENCIES
  50. activeresource (~> 4.0.0)
  51. fakeweb
  52. minitest (~> 4.0)
  53. mocha (>= 0.9.8)
  54. rake
  55. shopify_api!