-
- Downloads
Enable renovate
... | @@ -5,7 +5,7 @@ ruby "3.3.6" | ... | @@ -5,7 +5,7 @@ ruby "3.3.6" |
gem "rails", "~> 8.0.1" | gem "rails", "~> 8.0.1" | ||
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] | # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] | ||
gem "sprockets-rails" | gem "sprockets-rails", "> 0" | ||
# Use sqlite3 as the database for Active Record | # Use sqlite3 as the database for Active Record | ||
gem "sqlite3", "~> 2.5" | gem "sqlite3", "~> 2.5" | ||
... | @@ -29,7 +29,7 @@ end | ... | @@ -29,7 +29,7 @@ end |
group :development do | group :development do | ||
# Use console on exceptions pages [https://github.com/rails/web-console] | # Use console on exceptions pages [https://github.com/rails/web-console] | ||
gem "web-console" | gem "web-console", "> 0" | ||
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler] | # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler] | ||
# gem "rack-mini-profiler" | # gem "rack-mini-profiler" | ||
... | @@ -46,7 +46,7 @@ end | ... | @@ -46,7 +46,7 @@ end |
gem "solid_queue", "~> 1.1" | gem "solid_queue", "~> 1.1" | ||
gem "httparty" | gem "httparty", "> 0" | ||
gem "tailwindcss-rails", "~> 3.1" | gem "tailwindcss-rails", "~> 3.1" | ||
... | ... |
renovate.json
0 → 100644
Please register or sign in to comment