Files
spree_burstnet/Gemfile
2013-06-03 00:18:12 +01:00

10 lines
230 B
Ruby

source 'https://rubygems.org'
# Provides basic authentication functionality for testing parts of your engine
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', :branch => '2-0-stable'
gemspec
gem 'httparty'
gem 'json'