Skip to content

Commit aaa2173

Browse files
authored
Merge pull request #215 from gonX/static-bootswatch
Update Bootstrap and Bootswatch to 5.3.3
2 parents 4c8e6ac + bb591dd commit aaa2173

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

site/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ group :jekyll_plugins do
1818
end
1919

2020
gem 'json'
21-
gem "bootswatch", github: "thomaspark/bootswatch", branch: "v5"
22-
gem "bootstrap", "~> 5.3.2"
21+
gem "bootswatch", github: "thomaspark/bootswatch", tag: "v5.3.3"
22+
gem "bootstrap", "~> 5.3.3"
2323

2424
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2525
# and associated library.

site/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: https://github.com/thomaspark/bootswatch.git
3-
revision: 0b64b984923ed0eb373aed9cf1bb8e697c30847a
4-
branch: v5
3+
revision: 646c94da2c262473c6f73664f4547c046f3a28dd
4+
tag: v5.3.3
55
specs:
66
bootswatch (5.3.3)
77

@@ -10,9 +10,9 @@ GEM
1010
specs:
1111
addressable (2.8.6)
1212
public_suffix (>= 2.0.2, < 6.0)
13-
autoprefixer-rails (10.4.16.0)
13+
autoprefixer-rails (10.4.19.0)
1414
execjs (~> 2)
15-
bootstrap (5.3.2)
15+
bootstrap (5.3.3)
1616
autoprefixer-rails (>= 9.1.0)
1717
popper_js (>= 2.11.8, < 3)
1818
colorator (1.1.0)
@@ -21,7 +21,7 @@ GEM
2121
eventmachine (>= 0.12.9)
2222
http_parser.rb (~> 0)
2323
eventmachine (1.2.7)
24-
execjs (2.9.1)
24+
execjs (2.10.0)
2525
faraday (2.9.0)
2626
faraday-net_http (>= 2.0, < 3.2)
2727
faraday-net_http (3.1.0)
@@ -141,7 +141,7 @@ PLATFORMS
141141
x86_64-linux-musl
142142

143143
DEPENDENCIES
144-
bootstrap (~> 5.3.2)
144+
bootstrap (~> 5.3.3)
145145
bootswatch!
146146
http_parser.rb (~> 0.6.0)
147147
jekyll (~> 4.3)

0 commit comments

Comments
 (0)