Skip to content

Commit

Permalink
Update Ruby, Rails and other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
murdho committed Oct 28, 2024
1 parent ebf641e commit 1cdfb32
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.1
ruby-3.3.5
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "rails", github: "rails/rails", branch: "main"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.1"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand Down
Loading

0 comments on commit 1cdfb32

Please sign in to comment.