Skip to content

Commit

Permalink
Merge pull request #28 from PauloMiranda98/update-gems
Browse files Browse the repository at this point in the history
update gems and libs
  • Loading branch information
PauloMiranda98 authored Jul 16, 2024
2 parents ec2719b + bd85c64 commit fe84aea
Show file tree
Hide file tree
Showing 6 changed files with 758 additions and 390 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.2"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.3", ">= 7.0.3.1"
gem "rails", "~> 7.1"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand All @@ -15,7 +15,7 @@ gem "sprockets-rails"
gem "sqlite3"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"
gem "puma", "~> 6.0"

# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
gem "jsbundling-rails"
Expand Down
Loading

0 comments on commit fe84aea

Please sign in to comment.