fix bug crawling
Showing
| ... | ... | @@ -8,6 +8,7 @@ gem 'rails', '~> 6.1.3', '>= 6.1.3.2' |
| gem 'bootstrap', '~> 5.0.1' | ||
| gem 'nokogiri', '~> 1.11', '>= 1.11.7' | ||
| # Use sqlite3 as the database for Active Record | ||
| gem 'mysql2', '~> 0.5.3' | ||
| # Use Puma as the app server | ||
| ... | ... | @@ -30,6 +31,7 @@ gem 'jbuilder', '~> 2.7' |
| # Reduces boot times through caching; required in config/boot.rb | ||
| gem 'bootsnap', '>= 1.4.4', require: false | ||
| gem 'whenever', require: false | ||
| group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| ... | ... |
config/schedule.rb
0 → 100644
Please
register
or
sign in
to comment