diff --git a/Gemfile.lock b/Gemfile.lock index af2a32e..c53e649 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/msip.git - revision: 53f4c98aafbb6c101d5475fb4abd40af3f531fcd + revision: 949bd0628737c82df65194bdc85e6008560495fa branch: main specs: msip (2.2.0.beta4) diff --git a/app/assets/javascripts/msipd/application.js b/app/assets/javascripts/msipd/application.js index 67ce467..f564a04 100644 --- a/app/assets/javascripts/msipd/application.js +++ b/app/assets/javascripts/msipd/application.js @@ -11,5 +11,4 @@ // about supported directives. // //= require rails-ujs -//= require activestorage //= require_tree . diff --git a/test/dummy/app/assets/javascripts/cable.js b/test/dummy/app/assets/javascripts/cable.js deleted file mode 100644 index 739aa5f..0000000 --- a/test/dummy/app/assets/javascripts/cable.js +++ /dev/null @@ -1,13 +0,0 @@ -// Action Cable provides the framework to deal with WebSockets in Rails. -// You can generate new channels where WebSocket features live using the `rails generate channel` command. -// -//= require action_cable -//= require_self -//= require_tree ./channels - -(function() { - this.App || (this.App = {}); - - App.cable = ActionCable.createConsumer(); - -}).call(this); diff --git a/test/dummy/app/assets/javascripts/recursos_sprockets.js b/test/dummy/app/assets/javascripts/recursos_sprockets.js index a01def4..7b00839 100644 --- a/test/dummy/app/assets/javascripts/recursos_sprockets.js +++ b/test/dummy/app/assets/javascripts/recursos_sprockets.js @@ -10,6 +10,5 @@ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details // about supported directives. // -//= require activestorage //= require msip/application //= require_tree .