Skip to content

Commit 27e4fd8

Browse files
committed
updates to version
1 parent 99423e4 commit 27e4fd8

File tree

4 files changed

+127
-129
lines changed

4 files changed

+127
-129
lines changed

.vscode/settings.json

-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
11
{
2-
"workbench.colorCustomizations": {
3-
"activityBar.activeBackground": "#1f6fd0",
4-
"activityBar.activeBorder": "#ee90bb",
5-
"activityBar.background": "#1f6fd0",
6-
"activityBar.foreground": "#e7e7e7",
7-
"activityBar.inactiveForeground": "#e7e7e799",
8-
"activityBarBadge.background": "#ee90bb",
9-
"activityBarBadge.foreground": "#15202b",
10-
"statusBar.background": "#1857a4",
11-
"statusBar.border": "#1857a4",
12-
"statusBar.foreground": "#e7e7e7",
13-
"statusBarItem.hoverBackground": "#1f6fd0",
14-
"titleBar.activeBackground": "#1857a4",
15-
"titleBar.activeForeground": "#e7e7e7",
16-
"titleBar.border": "#1857a4",
17-
"titleBar.inactiveBackground": "#1857a499",
18-
"titleBar.inactiveForeground": "#e7e7e799"
19-
},
202
"peacock.remoteColor": "#1857a4"
213
}

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ group :jekyll_plugins do
1515
gem "jekyll-include-cache"
1616
gem "jekyll-algolia"
1717
end
18-
19-
gem "activesupport", ">= 4.1.11"
18+
gem "webrick", "~> 1.7"

0 commit comments

Comments
 (0)