Commit 0b49a43
committed
fix: upgrade Sinatra to 2.0+ for Rack 2.1.0 compatibility
Changed sinatra dependency from unversioned to "~> 2.0" to ensure
compatibility with Rack 2.1.0. Sinatra 1.x requires Rack ~> 1.5
which conflicts with Rack 2.1.0, causing cucumber tests to fail.1 parent 83764a7 commit 0b49a43
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments