File tree Expand file tree Collapse file tree
rack-protection/lib/rack/protection
sinatra-contrib/lib/sinatra/contrib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.2.2 / 2022-07-23
2+
3+ * Update mustermann dependency version 2.
4+
15## 2.2.1 / 2022-07-15
26
37* Fix JRuby regression by using ruby2_keywords for delegation. [ #1750 ] ( https://github.com/sinatra/sinatra/pull/1750 ) by Patrik Ragnarsson
Original file line number Diff line number Diff line change 1- 2.2.1
1+ 2.2.2
Original file line number Diff line number Diff line change 11module Sinatra
2- VERSION = '2.2.1 '
2+ VERSION = '2.2.2 '
33end
Original file line number Diff line number Diff line change 11module Rack
22 module Protection
3- VERSION = '2.2.1 '
3+ VERSION = '2.2.2 '
44 end
55end
Original file line number Diff line number Diff line change 11module Sinatra
22 module Contrib
3- VERSION = '2.2.1 '
3+ VERSION = '2.2.2 '
44 end
55end
66
You can’t perform that action at this time.
0 commit comments