mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add webhooks (#447)
This commit is contained in:
committed by
GitHub
parent
2290cff507
commit
a12a95eccc
5
Gemfile
5
Gemfile
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
ruby '3.0.6'
|
||||
|
||||
gem 'rake', '12.3.3'
|
||||
gem 'rake', '13.2.1'
|
||||
|
||||
gem 'rails', '6.1.7.9'
|
||||
|
||||
@@ -67,6 +67,9 @@ gem 'sidekiq', '7.3.5'
|
||||
# Cron jobs with sidekiq
|
||||
gem 'sidekiq-cron', '2.0.1'
|
||||
|
||||
# Template language
|
||||
gem 'liquid', '5.5.1'
|
||||
|
||||
group :development, :test do
|
||||
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user