File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 163163 json-ld (~> 3.1 )
164164 json-ld-preloaded (~> 3.2 )
165165 nokogiri (~> 1.14 )
166+ puma (~> 6.1 )
166167 rack (~> 2.2 )
167168 rack-cache (~> 1.13 )
168169 rdf (~> 3.2 )
@@ -345,7 +346,6 @@ DEPENDENCIES
345346 json-ld-preloaded !
346347 jsonlint !
347348 linter !
348- puma (~> 6.1 )
349349 rack-rdf !
350350 rack-test (~> 2.1 )
351351 rake
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Gem::Specification.new do |gem|
3535 gem . add_runtime_dependency 'rdf-xsd' , '~> 3.2'
3636
3737 # Sinatra dependencies
38+ gem . add_runtime_dependency 'puma' , '~> 6.1'
3839 gem . add_runtime_dependency 'sinatra' , '~> 3.0'
3940 gem . add_runtime_dependency 'sass' , '~> 3.7'
4041 gem . add_runtime_dependency 'sprockets' , '~> 4.2'
@@ -53,7 +54,6 @@ Gem::Specification.new do |gem|
5354 gem . add_runtime_dependency 'activesupport' , '>= 5' , '< 8'
5455
5556 # development dependencies
56- gem . add_development_dependency 'puma' , '~> 6.1'
5757 gem . add_development_dependency 'foreman'
5858 gem . add_development_dependency 'yard' , '~> 0.9' , ">= 0.9.34"
5959 gem . add_development_dependency 'shotgun' , '~> 0.9'
You can’t perform that action at this time.
0 commit comments