Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Feb 12, 2024
1 parent 8cfbda6 commit 79ed25e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ gem "prawnto_2", :require => "prawnto"

gem "prawn-table"

gem "rack", "~> 2"

gem "rails", ">= 7.1", "<7.2"

gem "rails-i18n"
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,14 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack (2.2.8)
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rackup (1.0.0)
rack (< 3)
webrick
rails (7.1.3)
actioncable (= 7.1.3)
actionmailbox (= 7.1.3)
Expand Down Expand Up @@ -442,6 +442,7 @@ DEPENDENCIES
prawn-table
prawnto_2
puma
rack (~> 2)
rails (>= 7.1, < 7.2)
rails-i18n
redcarpet
Expand All @@ -464,4 +465,4 @@ RUBY VERSION
ruby 3.2.0p0

BUNDLED WITH
2.5.4
2.5.6
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# require "action_mailbox/engine"
# require "action_text/engine"
require "action_view/railtie"
# require "action_cable/engine"
require "action_cable/engine"
require "rails/test_unit/railtie"


Expand Down

0 comments on commit 79ed25e

Please sign in to comment.