-
- Downloads
Upgrade rails 7.1 -> 8.0, sqlite 1.4 -> 2.5 and tailwind 2.6 -> 3.1
There are no more updates available as of now.
... | ... | @@ -3,13 +3,13 @@ source "https://rubygems.org" |
ruby "3.3.6" | ||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" | ||
gem "rails", "~> 7.1.2" | ||
gem "rails", "~> 8.0.1" | ||
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] | ||
gem "sprockets-rails" | ||
# Use sqlite3 as the database for Active Record | ||
gem "sqlite3", "~> 1.4" | ||
gem "sqlite3", "~> 2.5" | ||
# Use the Puma web server [https://github.com/puma/puma] | ||
gem "puma", ">= 5.0" | ||
... | ... | @@ -57,7 +57,7 @@ end |
gem "solid_queue", "~> 1.1" | ||
gem "httparty" | ||
gem "tailwindcss-rails", "~> 2.6" | ||
gem "tailwindcss-rails", "~> 3.1" | ||
gem "hotwire-rails", "~> 0.1.3" | ||
... | ... |
Please register or sign in to comment