Im using the following on the gem file for the alchemy_spree installation, but getting lot of version compatibility issues:
gem 'rails', '4.2.4'
gem 'mysql2', '~> 0.3.18'
gem 'sass-rails', '~> 5.0'
gem 'alchemy_cms', '~>3.2.0'
gem 'alchemy-devise', '~> 3.2.0'
gem 'spree', '3.0.4'
gem 'spree_gateway', github: 'spree/spree_gateway', branch: '3-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '3-0-stable'
gem 'alchemy_spree', github: 'magiclabs/alchemy_spree', branch: 'master'
Please help on the compatibility issues, if possible, please upload a working gem file.