Add ERB
This commit is contained in:
parent
1ddf20edf9
commit
2ec012ca31
2 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
|
@ -11,6 +11,7 @@ require 'pathname'
|
|||
# Gems #
|
||||
########
|
||||
|
||||
require 'erb'
|
||||
require 'json'
|
||||
require 'puma'
|
||||
require 'rack'
|
||||
|
|
Loading…
Reference in a new issue