summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 2bbb94f29e7c01a196b68618671d6f2f600088ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source 'https://rubygems.org'

branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
gem 'solidus', github: 'solidusio/solidus', branch: branch
# Provides basic authentication functionality for testing parts of your engine
gem 'solidus_auth_devise', '~> 1.0'

gem 'pg'
gem 'mysql2'
gem 'listen'

gemspec