-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
29 lines (22 loc) · 817 Bytes
/
Gemfile
File metadata and controls
29 lines (22 loc) · 817 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
27
28
29
source 'https://rubygems.org'
gem 'rails', '3.2.2'
gem 'mysql2'
gem 'rack-raw-upload'
gem 'formtastic', git: 'git://github.com/justinfrench/formtastic.git', branch:'2.1-stable'
gem 'formtastic-bootstrap', git:'git://github.com/SCPR/formtastic-bootstrap.git'
#gem "formtastic-bootstrap", path:"/Users/eric/projects/forks/formtastic-bootstrap"
gem "streamio-ffmpeg", :git => "git://github.com/SCPR/streamio-ffmpeg.git"
#gem "streamio-ffmpeg", :path => "/Users/eric/projects/forks/streamio-ffmpeg"
gem "resque"
gem "devise"
gem "redis-store"
# 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'
gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
gem "less-rails-bootstrap"
end
gem 'jquery-rails'