Skip to content

Commit

Permalink
Update sinatra requirement from > 3.0, < 4.0 to > 3.0, < 5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.2.0...v4.1.0)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent ee795d2 commit 15279a9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand Down Expand Up @@ -80,13 +81,16 @@ GEM
minitest (>= 5.0)
sexpr (~> 1.1)
public_suffix (5.0.5)
rack (2.2.9)
rack-protection (3.2.0)
rack (3.1.8)
rack-protection (4.1.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-proxy (0.7.7)
rack
rack-robustness (1.2.0)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rake (13.2.1)
Expand All @@ -110,12 +114,14 @@ GEM
rspec-core (>= 2, < 4, != 2.12.0)
ruby2_keywords (0.0.5)
sexpr (1.1.0)
sinatra (3.2.0)
sinatra (4.1.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.3.0)
tilt (2.4.0)
timeout (0.4.1)

PLATFORMS
Expand All @@ -128,7 +134,7 @@ DEPENDENCIES
rake (~> 13)
rspec (~> 3.10)
rspec_junit_formatter (>= 0.6, < 0.7)
sinatra (> 3.0, < 4.0)
sinatra (> 3.0, < 5.0)
webspicy!

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion webspicy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = (Dir["bin/*"]).collect{|f| File.basename(f)}

s.add_development_dependency "rake", "~> 13"
s.add_development_dependency 'sinatra', '> 3.0', '< 4.0'
s.add_development_dependency 'sinatra', '> 3.0', '< 5.0'
s.add_development_dependency "rspec", "~> 3.10"
s.add_development_dependency 'rspec_junit_formatter', '>= 0.6', '< 0.7'

Expand Down

0 comments on commit 15279a9

Please sign in to comment.