forked from Lordnibbler/spree-html-email
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
24 lines (20 loc) · 656 Bytes
/
Copy pathGemfile
File metadata and controls
24 lines (20 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
source 'http://rubygems.org'
# group :development do
# gem 'guard'
# gem 'guard-rspec'
# gem 'rb-inotify', :require => false
# gem 'rb-fsevent', :require => false
# gem 'rb-fchange', :require => false
# gem 'libnotify' if /linux/ =~ RUBY_PLATFORM
# gem 'growl' if /darwin/ =~ RUBY_PLATFORM
# end
group :development, :test do
gem 'rails', '~> 4'
gem 'sqlite3'
gem 'pry'
# gem 'database_cleaner', '1.0.1'
# gem 'poltergeist', '~> 1.5'
end
gem 'spree', github: 'spree/spree', branch: '2-1-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-1-stable'
gemspec