Skip to content

Commit

Permalink
Merge pull request #82 from PierreRambaud/dependabot/bundler/sinatra-…
Browse files Browse the repository at this point in the history
…2.2.3

Update sinatra requirement from ~> 2.1 to >= 2.1, < 4.0
  • Loading branch information
PierreRambaud authored Dec 1, 2022
2 parents 3302174 + 5489d1e commit b5d6684
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
erubis (~> 2.7)
httpclient (~> 2.8)
parallel (~> 1.21)
sinatra (~> 2.1)
sinatra (>= 2.1, < 4.0)
sinatra-static-assets (~> 1.0)
slop (~> 3.6)
thin (~> 1.8)
Expand All @@ -30,14 +30,14 @@ GEM
fakefs (1.3.2)
hashie (4.1.0)
httpclient (2.8.3)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
public_suffix (4.0.6)
rack (2.2.3.1)
rack-protection (2.2.0)
rack (2.2.4)
rack-protection (2.2.3)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -77,10 +77,10 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sinatra-static-assets (1.0.4)
sinatra (>= 1.1.0)
Expand All @@ -89,7 +89,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.10)
tilt (2.0.11)
unicode-display_width (2.1.0)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion gemirro.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency 'erubis', '~>2.7'
s.add_dependency 'httpclient', '~>2.8'
s.add_dependency 'parallel', '~>1.21'
s.add_dependency 'sinatra', '~>2.1'
s.add_dependency 'sinatra', '>=2.1', '<4.0'
s.add_dependency 'sinatra-static-assets', '~>1.0'
s.add_dependency 'slop', '~>3.6'
s.add_dependency 'thin', '~>1.8'
Expand Down

0 comments on commit b5d6684

Please sign in to comment.