Skip to content

Instantly share code, notes, and snippets.

@v-fedorov
Created November 6, 2012 20:54
Show Gist options
  • Save v-fedorov/4027464 to your computer and use it in GitHub Desktop.
Save v-fedorov/4027464 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.2.8'
# These are needed for sidekiq
gem 'sidekiq'
gem 'sinatra', require: false
gem 'slim'
gem 'capistrano'
gem 'constant_contact', github: 'ethier/constant_contact', branch: 'oauth'
gem 'mysql2'
gem 'redis-rails'
gem 'yaml_db'
# Gems used only for assets and not required
group :assets do
# in production environments by default.
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'jquery-rails'
gem 'jquery-ui-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platform => :ruby
gem 'uglifier', '>= 1.0.3'
end
group :production do
# Use unicorn as the app server
gem 'unicorn'
end
group :development do
gem 'sqlite3'
gem 'pry-rails'
gem 'diffy'
#gem 'debugger'
gem 'thin'
gem 'rspec-rails', '~> 2.9'
gem 'rspec-cells'
gem 'net-sftp'
gem 'hirb'
gem 'utility_belt'
gem 'bullet'
gem 'quiet_assets'
end
# Spree and spree extensions
gem 'spree', github: 'spree/spree', branch: '1-1-stable'
# gem 'spree', :path => 'vendor/spree'
gem 'spree_gateway', :git => 'git://github.com/spree/spree_gateway.git', :branch => '1-1-stable'
gem 'activemerchant', github: 'v-fedorov/active_merchant', :branch => 'ppxcallbackfix'
gem 'spree_social', :git => 'git://raw.github.com/spree/spree_social.git', :branch => '1-1-stable'
gem 'spree_user_groups', :git => 'git://github.com/ethier/spree_user_groups.git', :branch => 'master'
gem 'active_shipping', :git => 'git://github.com/Shopify/active_shipping'
gem 'spree_active_shipping', :git => 'git://github.com/spree/spree_active_shipping'
#gem 'spree_active_shipping', :git => 'git://github.com/ethier/spree_active_shipping.git', :branch => 'master'
#gem 'spree_active_shipping', :path => 'vendor/spree_active_shipping'
#gem 'spree_variant_options', :git => 'git://github.com/citrus/spree_variant_options.git', :branch => 'master'
#gem 'spree_print_invoice', :git => 'git://github.com/spree/spree_print_invoice.git', :branch => 'master'
gem 'spree_gift_card', github: 'jdutil/spree_gift_card'#, branch: '1-1-stable'
gem 'spree_store_credits', :git => 'git://github.com/ethier/spree_store_credits.git', :branch => 'master'
gem 'spree_static_content', :git => 'git://github.com/spree/spree_static_content.git', :branch => '1-1-stable'
gem 'spree_sitemap_generator', :git => 'git://github.com/jdutil/spree-sitemap-generator.git', :branch => 'namespace'
gem 'spree_paypal_express', github: 'v-fedorov/spree_paypal_express_1-1', :branch => '1-1-stable'
gem 'spree_contact_us', github: 'jdutil/spree_contact_us', branch: '1-1-stable'
gem 'spree_product_zoom', :git => 'git://github.com/ethier/spree_product_zoom.git', :branch => 'master'
gem 'spree_canada_post', :git => 'git://github.com/olivierbuffon/spree-canada-post.git', :branch => 'master'
gem 'spree_order_tracker', github: 'jdutil/spree_order_tracker'
if ENV['SPREE_ADDRESS_BOOK'] == 'development'
gem 'spree_address_book', :path => 'vendor/spree_address_book'
else
gem 'spree_address_book', :git => 'git://github.com/ethier/spree_address_book.git', :branch => 'master'
end
if ENV['SPREE_RECOMMENDATIONS'] == 'development'
gem 'spree_recommendations', :path => 'vendor/spree_recommendations'
else
gem 'spree_recommendations', :git => 'git@github.com:GelaSkins/spree_recommendations.git', :branch => :master
end
if ENV['SPREE_USER_PROFILES'] == 'development'
gem 'spree_user_profiles', :path => 'vendor/spree_user_profiles'
else
gem 'spree_user_profiles', :git => 'git@github.com:GelaSkins/spree_user_profiles.git', :branch => 'master'
end
if ENV['SPREE_FAVORITES'] == 'development'
gem 'spree_favorites', :path => 'vendor/spree_favorites'
else
gem 'spree_favorites', :git => 'git@github.com:GelaSkins/spree_favorites.git', :branch => 'master'
end
if ENV['SPREE_CUSTOMIZER'] == 'development'
gem 'spree_customizer', :path => 'vendor/spree_customizer'
else
gem 'spree_customizer', :git => 'git@github.com:GelaSkins/spree_customizer.git', :branch => 'master'
end
if ENV['SPREE_WHOLESALE'] == 'development'
gem 'spree_wholesale', :git => 'vendor/spree_wholesale'
else
gem 'spree_wholesale', :git => 'git://github.com/ethier/spree_wholesale.git', :branch => 'master'
end
if ENV['SPREE_GELASKINS_WHOLESALERS'] == 'development'
gem 'spree_gelaskins_wholesalers', :path => 'vendor/spree_gelaskins_wholesalers'
else
gem 'spree_gelaskins_wholesalers', :git => 'git@github.com:GelaSkins/spree_gelaskins_wholesalers.git', :branch => :master
end
#if ENV['SPREE_GELASKINS_CUSTOMIZATIONS'] == 'development'
gem 'spree_gelaskins_customizations', :path => 'vendor/spree_gelaskins_customizations'
#else
# gem 'spree_gelaskins_customizations', :git => 'git@github.com:GelaSkins/spree_gelaskins_customizations', :branch => :master
#end
if ENV['SPREE_ELASTICSEARCH'] == 'development'
gem 'spree_elasticsearch', :path => 'vendor/spree_elasticsearch'
else
gem 'spree_elasticsearch', :git => 'git@github.com:GelaSkins/spree_elasticsearch', :branch => :master
end
if ENV['SPREE_PROMOTIONS_GELASKINS'] == 'development'
gem 'spree_promotions_gelaskins', :path => 'vendor/spree_promotions_gelaskins'
else
gem 'spree_promotions_gelaskins', :git => 'git@github.com:GelaSkins/spree_promotions_gelaskins', :branch => :master
end
if ENV['SPREE_RECENTLY_VIEWED'] == 'development'
gem 'spree_recently_viewed', path: 'vendor/spree_recently_viewed'
else
gem 'spree_recently_viewed', git: 'git@github.com:GelaSkins/spree_recently_viewed.git', branch: 'master'
end
#if ENV['BUNDLER_SPREE_GELASKINS_THEME'] == 'development'
gem 'spree_gelaskins_theme', :path => 'vendor/spree_gelaskins_theme'
#else
# gem 'spree_gelaskins_theme', :git => 'git@github.com:GelaSkins/spree_gelaskins_theme.git', :branch => :master
#end
@ethier
Copy link

ethier commented Apr 29, 2013

Vlad, mind removing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment