Skip to content

Commit 2b86435

Browse files
committed
- Allow Sinatra 4
1 parent 5b1f634 commit 2b86435

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
strategy:
13-
matrix: { ruby: ['3.0', '3.1', '3.2', head] }
13+
matrix: { ruby: ['3.0', '3.1', '3.2', '3.3'] }
1414

1515
steps:
1616
- name: Checkout code

madness.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
s.add_runtime_dependency 'redcarpet', '~> 3.5'
2626
s.add_runtime_dependency 'requires', '~> 1.0'
2727
s.add_runtime_dependency 'rouge', '~> 4.0'
28-
s.add_runtime_dependency 'sinatra', '~> 3.0'
28+
s.add_runtime_dependency 'sinatra', '>= 3.0', '< 5'
2929
s.add_runtime_dependency 'slim', '>= 4.0', '< 6'
3030

3131
s.metadata = {

0 commit comments

Comments
 (0)