Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
bump sinatra
Browse files Browse the repository at this point in the history
  • Loading branch information
chitty committed Feb 17, 2023
1 parent 0ded93c commit 717a897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
metriks (~> 0.9)
redis (~> 4.4.0)
rusage (~> 0.2.0)
sinatra (>= 1.3, <= 2.2)
sinatra (>= 1.3, <= 2.2.3)
statsd-ruby (~> 1.3)
thin (~> 1.7)
thor
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sinatra (2.2.0)
sinatra (2.2.3)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion qless.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ language-specific extension will also remain up to date.
s.add_dependency 'metriks', '~> 0.9'
s.add_dependency 'redis', ['~> 4.4.0']
s.add_dependency 'rusage', '~> 0.2.0'
s.add_dependency 'sinatra', ['>= 1.3', '<= 2.2']
s.add_dependency 'sinatra', ['>= 1.3', '<= 2.2.3']
s.add_dependency 'statsd-ruby', '~> 1.3'
s.add_dependency 'thin', '~> 1.7'
s.add_dependency 'thor'
Expand Down

0 comments on commit 717a897

Please sign in to comment.