Sha256: 73753054ea8a3afa34c75e438531b6e3f5418fdb32ca97ee8813658fd7615251

Contents?: true

Size: 1007 Bytes

Versions: 6

Compression:

Stored size: 1007 Bytes

Contents

source 'https://rubygems.org'

gem 'rails', '3.2.6'

gem 'sqlite3'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '~> 3.2.3'
  gem 'coffee-rails', '~> 3.2.1'

  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  # gem 'therubyracer', :platforms => :ruby

  gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

gem 'nimbleshop_core', path: '/Users/nsingh/dev/nimbleshop_inc/nimbleshop/nimbleshop_core'
gem 'nimbleshop_simply', path: '/Users/nsingh/dev/nimbleshop_inc/nimbleshop/nimbleshop_simply'

gem 'nimbleshop_authorizedotnet', path: '/Users/nsingh/dev/nimbleshop_inc/nimbleshop/nimbleshop_authorizedotnet'
gem 'nimbleshop_paypalwp', path: '/Users/nsingh/dev/nimbleshop_inc/nimbleshop/nimbleshop_paypalwp'
gem 'nimbleshop_splitable', path: '/Users/nsingh/dev/nimbleshop_inc/nimbleshop/nimbleshop_splitable'
gem 'nimbleshop_cod', path: '/Users/nsingh/dev/nimbleshop_inc/nimbleshop/nimbleshop_cod'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.1.rc6 test/rails_app/Gemfile
nimbleshop_core-0.0.1.rc5 test/rails_app/Gemfile
nimbleshop_core-0.0.1.rc4 test/rails_app/Gemfile
nimbleshop_core-0.0.1.rc3 test/rails_app/Gemfile
nimbleshop_core-0.0.1.rc2 test/rails_app/Gemfile
nimbleshop_core-0.0.1.rc1 test/rails_app/Gemfile