-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
30 lines (23 loc) · 907 Bytes
/
Gemfile
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
27
28
29
30
source 'https://rubygems.org'
gem 'rails', '3.2.8'
gem 'pg'
# Railsyard
gem 'railsyard-backend', github: 'cantierecreativo/railsyard-backend', branch: 'develop'
gem 'railsyard-wysihtml5', github: 'cantierecreativo/railsyard-wysihtml5'
gem 'railsyard-dragonfly', github: 'cantierecreativo/railsyard-dragonfly'
gem 'railsyard-gallery', github: 'cantierecreativo/railsyard-gallery'
gem 'railsyard-authentication-devise', github: 'cantierecreativo/railsyard-authentication-devise', branch: 'develop'
gem 'country_select'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
end
group :production do
gem 'fog'
end
gem 'jquery-rails'