8 lines
218 B
Ruby
8 lines
218 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' |