Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
invoice2go / Gemfile.lock
Size: Mime:
PATH
  remote: .
  specs:
    invoice2go (1.0.0)
      activesupport (~> 4.2)
      faraday (~> 0.9)
      faraday_middleware (~> 0.10)
      hashie (~> 3.4)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.2.5)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    addressable (2.3.8)
    byebug (8.2.1)
    crack (0.4.2)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.2.5)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.10.0)
      faraday (>= 0.7.4, < 0.10)
    hashie (3.4.3)
    httpclient (2.6.0.1)
    i18n (0.7.0)
    json (1.8.3)
    minitest (5.8.4)
    multipart-post (2.0.0)
    patron (0.5.0)
    rake (10.4.2)
    rspec (3.3.0)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
    rspec-core (3.3.2)
      rspec-support (~> 3.3.0)
    rspec-expectations (3.3.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
    rspec-mocks (3.3.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
    rspec-support (3.3.0)
    safe_yaml (1.0.4)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    webmock (1.21.0)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.3)
  byebug (~> 8.2)
  httpclient
  invoice2go!
  patron
  rake (~> 10.4)
  rspec (~> 3.1)
  webmock (~> 1.6)

BUNDLED WITH
   1.10.6