Skip to content

Commit

Permalink
Update mustermann to ~> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Jul 18, 2022
1 parent 2cdc2cd commit 807740b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sinatra-contrib/sinatra-contrib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EOF
s.required_ruby_version = '>= 2.6.0'

s.add_dependency "sinatra", version
s.add_dependency "mustermann", "~> 1.0"
s.add_dependency "mustermann", "~> 2.0"
s.add_dependency "tilt", "~> 2.0"
s.add_dependency "rack-protection", version
s.add_dependency "multi_json"
Expand Down
2 changes: 1 addition & 1 deletion sinatra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ EOF
s.add_dependency 'rack', '~> 2.2', '>= 2.2.4'
s.add_dependency 'tilt', '~> 2.0'
s.add_dependency 'rack-protection', version
s.add_dependency 'mustermann', '~> 1.0'
s.add_dependency 'mustermann', '~> 2.0'
end

0 comments on commit 807740b

Please sign in to comment.