Created
July 25, 2016 19:06
-
-
Save joshRpowell/3fab3f4a248b33754fe094af96dba1f0 to your computer and use it in GitHub Desktop.
Spree Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
ruby '2.3.1' | |
gem 'rails', '4.2.6' | |
gem 'spree', '~> 3.1.0' | |
gem 'spree_gateway', '~> 3.1.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment