sinatra-bootstrap
sinatra-bootstrap copied to clipboard
A demonstrator for Sinatra and Twitter's Bootstrap
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...
Change pulled directly from https://www.bootstrapcdn.com/.
Updated: - Updated Bootstrap to v4.3.1 - Updated Gemfile: add thin gem - Updated config.ru - Updated layout.rb Fix: - App.rb fix connected to layout.rb - Fix readme.md by markdownlint/doc/Rules.md
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 2.2.3. Changelog Sourced from sinatra's changelog. 2.2.3 / 2022-11-25 Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei Sakai Fix: fixed ReDoS for Rack::Protection::IPSpoofing....