You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments