1
0
Fork 0
This commit is contained in:
Alex Kotov 2023-05-10 14:07:25 +04:00
parent 1ddf20edf9
commit 2ec012ca31
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename f }
spec.add_runtime_dependency 'erb', '~> 4.0', '>= 4.0.2'
spec.add_runtime_dependency 'json', '~> 2.6', '>= 2.6.3'
spec.add_runtime_dependency 'puma', '~> 6.2', '>= 6.2.2'
spec.add_runtime_dependency 'rack', '~> 2.2', '>= 2.2.7'

View File

@ -11,6 +11,7 @@ require 'pathname'
# Gems #
########
require 'erb'
require 'json'
require 'puma'
require 'rack'