Sha256: 16b5d48d166411af1b3c0878beda8329f4ffdd6fd5549b7b9476d1af0e3fa578

Contents?: true

Size: 883 Bytes

Versions: 3

Compression:

Stored size: 883 Bytes

Contents

source 'http://rubygems.org'

group :test do
  gem 'rspec-rails', '= 2.5.0'
  gem 'factory_girl', '= 1.3.3'
  gem 'factory_girl_rails', '= 1.0.1'
  gem 'simplecov'
  gem 'shoulda'
  gem 'faker'
  if RUBY_VERSION < "1.9"
    gem "ruby-debug"
  else
    gem "ruby-debug19"
  end
end

group :cucumber do
  gem 'cucumber-rails'
  gem 'database_cleaner', '= 0.6.7'
  gem 'nokogiri'
  gem 'capybara', '= 0.4.1.2'
  gem 'factory_girl', '= 1.3.3'
  gem 'factory_girl_rails', '= 1.0.1'
  gem 'faker'
  gem 'launchy'

  if RUBY_VERSION < "1.9"
    gem "ruby-debug"
  else
    gem "ruby-debug19"
  end
end
gem 'spree_core', :path => '/home/santhosh/Downloads/Skype Downloads/rfcommerce/api/../core'
gem 'spree_auth', :path => '/home/santhosh/Downloads/Skype Downloads/rfcommerce/api/../auth'
gem 'spree_api', :path => '/home/santhosh/Downloads/Skype Downloads/rfcommerce/api'
gem 'sqlite3-ruby'

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
MyCommerceapi-1.0.0 api/Gemfile
MyCommerce-0.0.3 api/Gemfile
rfcommerce_api-0.0.3 Gemfile