forked from ging/social_stream
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
26 lines (19 loc) · 708 Bytes
/
Gemfile
File metadata and controls
26 lines (19 loc) · 708 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
25
26
source "http://rubygems.org"
# Uncomment the following lines if you are planing to
# use a local code of any of these gems
# Travis' bundler does not properly resolve dependencies for railties
gem 'rails', '3.2.14'
# Gems before social_stream-base
# gem 'mailboxer', :path => '../mailboxer'
# gem 'avatars_for_rails', :path => '../avatars_for_rails'
# gem 'rails-scheduler', path: '../rails-scheduler'
# gem 'omniauth-socialstream', path: '../omniauth-socialstream'
# gem 'flashy', path: '../flashy'
# Needs the libsndfile package
gem 'paperclip_waveform'
gem 'pry-rails'
# social_stream gems
%w(base documents events linkser presence).each do |g|
gem "social_stream-#{ g }", :path => g
end
gemspec