mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Installed redis gem
This commit is contained in:
parent
7bc3aaa3b9
commit
74b39bafe8
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -65,6 +65,7 @@ gem 'epp', github: 'internetee/epp', branch: :master
|
|||
gem 'epp-xml', '1.2.0', github: 'internetee/epp-xml', branch: :master
|
||||
gem 'jquery-ui-rails', '6.0.1'
|
||||
gem 'pdfkit'
|
||||
gem 'redis'
|
||||
gem 'sidekiq', '~> 7.0'
|
||||
|
||||
gem 'company_register', github: 'internetee/company_register',
|
||||
|
|
|
@ -415,6 +415,8 @@ GEM
|
|||
activesupport (>= 6.1.5)
|
||||
i18n
|
||||
rbtree3 (0.6.0)
|
||||
redis (5.0.6)
|
||||
redis-client (>= 0.9.0)
|
||||
redis-client (0.14.1)
|
||||
connection_pool
|
||||
regexp_parser (2.1.1)
|
||||
|
@ -583,6 +585,7 @@ DEPENDENCIES
|
|||
puma
|
||||
rails (~> 6.1.4)
|
||||
ransack (~> 4.0.0)
|
||||
redis
|
||||
rest-client
|
||||
rexml
|
||||
sass-rails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue