-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGemfile
58 lines (54 loc) · 1.44 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
source 'https://rubygems.org'
gem 'rails', '4.0.2'
gem 'exception_notification', '~> 4.0.0'
gem 'devise', '~>3.2.2'
gem 'cancan', '~>1.6.10'
gem 'pg', '~> 0.17.0'
gem 'nsisam', '~> 0.7.7'
gem 'nsicloudooo', '~> 0.5.2'
gem 'delorean'
gem 'inherited_resources', '~> 1.4.1'
gem 'haml', '~> 4.0.3'
gem 'formtastic', '~> 2.3.0.rc2'
gem 'cocoon', '~> 1.2.0'
gem 'flexible_date', github: 'rodrigomanhaes/flexible_date', branch: 'rails4'
gem 'state_machine', '~> 1.2.0'
gem 'tire', '~> 0.6.0'
gem 'apachelogregex'
gem 'rufus-scheduler'
gem "ckeditor", "~> 4.0.4"
gem "paperclip", '~> 3.5.1'
gem 'jquery-rails'
gem 'rabl'
gem 'gon'
gem 'multi_json', '~>1.3.0'
gem 'nsi-abntformat', '~>1.0.4'
gem 'odt2html-nsi'
gem 'mail_form', '~> 1.5.0'
gem 'erb2haml'
gem 'simple-navigation', '~> 3.11.0'
gem 'nokogiri'
gem "nsivideogranulate", "~> 0.2.0"
gem 'rubyzip', '0.9.9'
group :assets do
gem 'sass-rails', '~> 4.0.1'
gem 'coffee-rails', '~> 4.0.1'
gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
end
group :test, :development do
gem 'sqlite3'
gem 'rspec-rails', '~> 2.14.0'
gem 'capybara', '~> 2.1.0'
gem 'poltergeist', '~> 1.4.1'
gem 'launchy', '~> 2.3.0'
gem 'factory_girl_rails', '~> 4.3.0'
gem 'valid_attribute', '~> 1.3.1'
gem 'timecop', '~> 0.7.0'
gem 'pry-rails', '~> 0.3.2'
gem 'capistrano', '~>2.15.5'
gem 'simplecov', require: false
gem 'simplecov-rcov', require: false
gem 'zippy'
gem 'toothbrush', github: 'rodrigomanhaes/toothbrush'
end