mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Bump sinatra from 2.2.1 to 2.2.2 (#23520)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
de127671e7
commit
3e121a8767
2
Gemfile
2
Gemfile
@ -19,7 +19,7 @@ group :jekyll_plugins do
|
|||||||
gem 'jekyll-toc', '0.17.1'
|
gem 'jekyll-toc', '0.17.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'sinatra', '2.2.1'
|
gem 'sinatra', '2.2.2'
|
||||||
gem 'nokogiri', '1.13.8'
|
gem 'nokogiri', '1.13.8'
|
||||||
|
|
||||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
12
Gemfile.lock
12
Gemfile.lock
@ -68,7 +68,7 @@ GEM
|
|||||||
mercenary (0.4.0)
|
mercenary (0.4.0)
|
||||||
mini_portile2 (2.8.0)
|
mini_portile2 (2.8.0)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
mustermann (1.1.2)
|
mustermann (2.0.2)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
nokogiri (1.13.8)
|
nokogiri (1.13.8)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
@ -80,7 +80,7 @@ GEM
|
|||||||
public_suffix (4.0.7)
|
public_suffix (4.0.7)
|
||||||
racc (1.6.0)
|
racc (1.6.0)
|
||||||
rack (2.2.4)
|
rack (2.2.4)
|
||||||
rack-protection (2.2.1)
|
rack-protection (2.2.2)
|
||||||
rack
|
rack
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
rb-fsevent (0.11.1)
|
rb-fsevent (0.11.1)
|
||||||
@ -97,10 +97,10 @@ GEM
|
|||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
sassc (2.1.0-x64-mingw32)
|
sassc (2.1.0-x64-mingw32)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
sinatra (2.2.1)
|
sinatra (2.2.2)
|
||||||
mustermann (~> 1.0)
|
mustermann (~> 2.0)
|
||||||
rack (~> 2.2)
|
rack (~> 2.2)
|
||||||
rack-protection (= 2.2.1)
|
rack-protection (= 2.2.2)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
stringex (2.8.5)
|
stringex (2.8.5)
|
||||||
terminal-table (2.0.0)
|
terminal-table (2.0.0)
|
||||||
@ -127,7 +127,7 @@ DEPENDENCIES
|
|||||||
rake (= 13.0.6)
|
rake (= 13.0.6)
|
||||||
sass-globbing (= 1.1.5)
|
sass-globbing (= 1.1.5)
|
||||||
sassc (= 2.1.0)
|
sassc (= 2.1.0)
|
||||||
sinatra (= 2.2.1)
|
sinatra (= 2.2.2)
|
||||||
stringex (= 2.8.5)
|
stringex (= 2.8.5)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user