Skip to content

Instantly share code, notes, and snippets.

@itsNikolay
Created December 16, 2012 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsNikolay/4307796 to your computer and use it in GitHub Desktop.
Save itsNikolay/4307796 to your computer and use it in GitHub Desktop.
gemfile
source 'https://rubygems.org'
gem 'rails', '3.2.9'
gem "spree", "~> 1.2.2"
gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git'
gem 'russian'
gem "spree_address_book", :git => "git://github.com/romul/spree_address_book.git"
gem 'spree_static_content', :git => 'git://github.com/spree/spree_static_content.git', :branch => '1-2-stable'
gem 'spree_editor', :git => 'git@github.com:itsNikolay/spree_editor.git'
gem 'tinymce-rails-langs'
gem "tinymce-rails", "~> 3.5.4.1"
gem 'spree_product_groups', :git => 'git@github.com:spree/spree_product_groups.git'
gem "spree_bootstrap_theme", :git => "git://github.com/Andrewmp1/spree_bootstrap_theme.git"
gem "spree_product_zoom", :git => "git://github.com/spree/spree_product_zoom.git"
gem 'spree_auth_devise', :git => 'git://github.com/spree/spree_auth_devise'
gem 'devise-encryptable'
gem 'sqlite3'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment