forked from hquery/query-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
executable file
·39 lines (33 loc) · 858 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
31
32
33
34
35
36
37
38
39
source 'http://rubygems.org'
gem 'rails', '3.1.0.rc4'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# Asset template engines
gem 'sass-rails', "~> 3.1.0.rc"
gem 'coffee-script'
gem 'uglifier'
gem 'jquery-rails'
gem 'sprockets', '= 2.0.0.beta.10'
gem 'bson_ext', :platforms => :mri
gem "mongoid", "~> 2.0"
gem 'simple_form'
gem 'multipart-post'
gem 'delayed_job'
gem 'delayed_job_mongoid'
gem "hquery-patient-api", :git=>'http://github.com/hquery/patientapi.git'
gem 'devise'
gem 'cancan'
#gem 'pry'
#gem 'ruby-debug19'
gem 'bluecloth'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
group :test do
# Pretty printed test output
gem 'turn', :require => false
gem 'cover_me', '>= 1.0.0.rc6'
gem 'fakeweb'
gem 'therubyracer'
gem 'factory_girl'
gem 'mocha', :require => false
end