SU2-2 | Скрипт интегрирован в sidekiq, создан простой интерфейс на взаимодействие с SK, тест на нескольких ИНН
This commit is contained in:
@@ -6,6 +6,10 @@ ruby "3.3.0"
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "rails", "~> 7.1.3", ">= 7.1.3.2"
|
||||
|
||||
gem "sidekiq" # background jobs processing
|
||||
gem 'httparty' # for http requests
|
||||
gem 'rubyzip' # for zip file processing
|
||||
|
||||
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
|
||||
gem "sprockets-rails"
|
||||
|
||||
@@ -60,7 +64,7 @@ gem 'inline_svg' # inline svg in html
|
||||
gem 'rack-cas', github: 'aleksandrov1988/rack-cas', branch: 'master'
|
||||
gem 'addressable', github: 'aleksandrov1988/addressable', branch: 'master'
|
||||
|
||||
gem "pagy" # for turbo pagination
|
||||
gem "pagy" # for turbo pagination
|
||||
|
||||
group :development, :test do
|
||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||
|
||||
Reference in New Issue
Block a user