Sha256: 0829d3b5fc7f3adab4d1e9218cb22349620e0d2c0a0013b2e5a964e7f5e6a0c8

Contents?: true

Size: 789 Bytes

Versions: 2

Compression:

Stored size: 789 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 'rcov'
  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/auth/../core'
gem 'spree_auth', :path => '/home/santhosh/Downloads/Skype Downloads/rfcommerce/auth'
gem "sqlite3-ruby"

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
MyCommerceapi-1.0.0 auth/spec/test_app/Gemfile
MyCommerce-0.0.3 auth/spec/test_app/Gemfile