Skip to content

Commit

Permalink
Boletín
Browse files Browse the repository at this point in the history
  • Loading branch information
colmexdev committed May 6, 2019
1 parent ba96b91 commit 1574c3f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'pg', '~> 0.15'
gem 'tiny_tds'
gem 'activerecord-sqlserver-adapter'
gem 'bootstrap-datepicker-rails'
gem 'remotipart', '~> 1.2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
gem 'bootstrap-sass', '~> 3.3.6'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (4.3.0)
remotipart (1.4.2)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
sass (3.5.6)
Expand Down Expand Up @@ -229,6 +230,7 @@ DEPENDENCIES
paperclip (~> 6.0.0)
pg (~> 0.15)
rails (= 4.2.6)
remotipart (~> 1.2)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
spring
Expand Down
1 change: 1 addition & 0 deletions Gemfile~
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'rails', '4.2.6'
gem 'pg', '~> 0.15'
gem 'tiny_tds'
gem 'activerecord-sqlserver-adapter'
gem 'bootstrap-datepicker-rails'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
gem 'bootstrap-sass', '~> 3.3.6'
Expand Down
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
//= require bootstrap-sprockets
//= require bootstrap-datepicker/core
//= require bootstrap-datepicker/locales/bootstrap-datepicker.es.js
//= require jquery.remotipart
//= require backend

2 changes: 2 additions & 0 deletions app/assets/javascripts/application.js~
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
//= require jquery
//= require jquery_ujs
//= require bootstrap-sprockets
//= require bootstrap-datepicker/core
//= require bootstrap-datepicker/locales/bootstrap-datepicker.es.js
//= require backend

0 comments on commit 1574c3f

Please sign in to comment.