forked from hyperstudio/Annotation-Studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
55 lines (44 loc) · 1.18 KB
/
Gemfile
File metadata and controls
55 lines (44 loc) · 1.18 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
source 'https://rubygems.org'
gem 'rails', '>= 3.2.11'
#gem 'thin'
gem 'unicorn'
gem 'pg'
#gem "newrelic_rpm", "~> 3.5.5.38"
gem "newrelic_rpm", "~> 3.5.7.59"
gem 'heroku-true-relic'
gem 'devise', '>= 2.2.2'
gem 'cancan'
gem 'repertoire-groups', '0.0.1', :path => 'vendor/repertoire-groups-0.0.1' #, :require => 'repertoire-groups'
gem 'acts-as-taggable-on', '~> 2.3.3'
gem "friendly_id", ">= 4.0.9"
gem "babosa"
group :development do
gem 'rails-footnotes', '>= 3.7.9'
gem 'sextant'
gem 'meta_request', '0.2.1'
end
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem "therubyracer"
gem 'less-rails' #, '~> 3.2.3'
gem 'sass-rails' #, '~> 3.2.3'
gem 'coffee-rails' #, '~> 3.2.1'
gem 'uglifier' #, '>= 1.0.3'
end
gem "twitter-bootstrap-rails" # https://github.com/seyhunak/twitter-bootstrap-rails/issues/401 ?
group :development do
gem 'meta_request', '0.2.1'
gem 'sextant'
end
gem 'jquery-rails', '~> 2.1.4'
gem 'redactor-rails', '0.3.2'
gem 'jbuilder'
gem "jwt", "0.1.4"
gem "rabl"
gem "gon"
gem 'activeadmin', "0.5.1"
gem 'sass-rails'
gem "meta_search", '>= 1.1.0.pre'
gem "figaro"
gem 'will_paginate', '> 3.0'