Skip to content

Commit

Permalink
Completa eliminacion de jquery, coffescript y coccon. Closes #740
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Nov 18, 2024
1 parent a523962 commit 06314f7
Show file tree
Hide file tree
Showing 11 changed files with 172 additions and 212 deletions.
11 changes: 0 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "apexcharts"#, git: "https://github.com/styd/apexcharts.rb.git", branch: :master

gem "babel-transpiler"

gem "bcrypt"

gem 'bootsnap', require: false

gem "cancancan" # Roles

gem "cocoon", git: "https://github.com/vtamara/cocoon.git",
branch: "new_id_with_ajax"# Formularios anidados (algunos con ajax)

gem "coffee-rails" # CoffeeScript mientras reemplazamos por Javascript

gem "color"

gem "devise" # Autenticación
Expand Down Expand Up @@ -124,12 +117,8 @@ group :development do
end

group :test do
gem "capybara"

gem "compare-xml"

gem "cuprite"

gem "minitest"

gem "minitest-reporters"
Expand Down
Loading

0 comments on commit 06314f7

Please sign in to comment.