Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
/log/*
!/log/.keep
/tmp

config/application\.yml
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ ruby '2.3.6'
gem 'rails', '4.2.7'

# Use PostgreSQL as the database for Active Record
gem 'pg'
gem 'pg','~> 0.18'

# Nested Forms
gem 'cocoon'

#Heroku
gem 'figaro'

# Geração de PDF
gem 'prawn'
gem 'prawn-table'
Expand Down
80 changes: 40 additions & 40 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ GEM
tzinfo (~> 1.1)
arel (6.0.4)
ast (2.4.0)
autoprefixer-rails (7.2.5)
autoprefixer-rails (9.1.3)
execjs
bcrypt (3.1.11)
better_errors (2.4.0)
bcrypt (3.1.12)
better_errors (2.5.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand All @@ -55,8 +55,8 @@ GEM
bootswatch-rails (3.3.5)
railties (>= 3.1)
builder (3.2.3)
byebug (10.0.0)
cancancan (2.1.3)
byebug (10.0.2)
cancancan (2.2.0)
cocoon (1.2.11)
coderay (1.1.2)
coffee-rails (4.1.1)
Expand All @@ -67,36 +67,36 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crass (1.0.3)
crass (1.0.4)
daemons (1.2.6)
debug_inspector (0.0.3)
devise (4.4.1)
devise (4.5.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
erubi (1.7.0)
erubi (1.7.1)
erubis (2.7.0)
eventmachine (1.0.9.1)
execjs (2.7.0)
faker (1.8.7)
faker (1.9.1)
i18n (>= 0.7)
ffi (1.9.18)
ffi (1.9.25)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (0.9.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-rails (4.3.1)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.6)
kgio (2.11.1)
loofah (2.1.1)
kgio (2.11.2)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
Expand All @@ -109,28 +109,28 @@ GEM
skinny (~> 0.2.3)
sqlite3 (~> 1.3)
thin (~> 1.5.0)
mini_mime (1.0.0)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
momentjs-rails (2.17.1)
momentjs-rails (2.20.1)
railties (>= 3.1)
multi_json (1.13.1)
nokogiri (1.8.2)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
orm_adapter (0.5.0)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
parser (2.5.1.2)
ast (~> 2.4.0)
pdf-core (0.7.0)
pg (1.0.0)
powerpack (0.1.1)
pg (0.21.0)
powerpack (0.1.2)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
rack (1.6.8)
rack-protection (1.5.3)
rack (1.6.10)
rack-protection (1.5.5)
rack
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -151,8 +151,8 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand All @@ -166,8 +166,8 @@ GEM
rainbow (2.2.2)
rake
raindrops (0.19.0)
rake (12.3.0)
rb-fsevent (0.10.2)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (4.3.0)
Expand All @@ -182,8 +182,8 @@ GEM
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
sass (3.5.5)
ruby-progressbar (1.10.0)
sass (3.5.7)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
slim (~> 3.0)
spring (2.0.2)
activesupport (>= 4.2)
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand All @@ -230,15 +230,15 @@ GEM
thread_safe (0.3.6)
tilt (2.0.8)
ttfunk (1.5.1)
turbolinks (5.1.0)
turbolinks-source (~> 5.1)
turbolinks-source (5.1.0)
tzinfo (1.2.4)
turbolinks (5.2.0)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.5)
uglifier (4.1.18)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.3.0)
unicorn (5.4.0)
unicode-display_width (1.4.0)
unicorn (5.4.1)
kgio (~> 2.6)
raindrops (~> 0.7)
unicorn-rails (2.2.1)
Expand Down Expand Up @@ -272,7 +272,7 @@ DEPENDENCIES
json
mailcatcher
momentjs-rails (>= 2.9.0)
pg
pg (~> 0.18)
prawn
prawn-table
rails (= 4.2.7)
Expand All @@ -296,4 +296,4 @@ RUBY VERSION
ruby 2.3.6p384

BUNDLED WITH
1.16.1
1.16.2
Loading