Skip to content
Snippets Groups Projects
Verified Commit c7ff64f1 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Enable renovate

parent 0833d282
No related branches found
No related tags found
No related merge requests found
Pipeline #36845 skipped
...@@ -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"
......
...@@ -340,7 +340,7 @@ DEPENDENCIES ...@@ -340,7 +340,7 @@ DEPENDENCIES
debug debug
devise (~> 4.9) devise (~> 4.9)
hotwire-rails (~> 0.1.3) hotwire-rails (~> 0.1.3)
httparty httparty (> 0)
icalendar (~> 2.10) icalendar (~> 2.10)
importmap-rails (~> 2.0) importmap-rails (~> 2.0)
puma (>= 5.0) puma (>= 5.0)
...@@ -348,12 +348,12 @@ DEPENDENCIES ...@@ -348,12 +348,12 @@ DEPENDENCIES
redis (>= 4.0.1) redis (>= 4.0.1)
selenium-webdriver selenium-webdriver
solid_queue (~> 1.1) solid_queue (~> 1.1)
sprockets-rails sprockets-rails (> 0)
sqlite3 (~> 2.5) sqlite3 (~> 2.5)
tailwindcss-rails (~> 3.1) tailwindcss-rails (~> 3.1)
telegram-bot-ruby (~> 2.0) telegram-bot-ruby (~> 2.0)
tzinfo-data tzinfo-data
web-console web-console (> 0)
RUBY VERSION RUBY VERSION
ruby 3.3.6p108 ruby 3.3.6p108
......
{
"extends": ["config:recommended", "group:rubyOnRails"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment