Skip to content

Commit bca5516

Browse files
committed
Finish 3.22.1a
2 parents 489f51c + 682cd96 commit bca5516

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ PATH
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

linter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)