Skip to content

Commit 999dfb8

Browse files
authored
Merge pull request #780 from nschonni/fix-build
Fix build
2 parents 62b0e62 + 6388ce0 commit 999dfb8

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.5.3

Gemfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'github-pages'
6-
gem 'jekyll-octicons'
7-
# need lazy-load support
8-
gem 'jekyll-avatar', '>= 0.6.0'
5+
gem 'github-pages', '> 103', group: :jekyll_plugins
6+
7+
group :jekyll_plugins do
8+
gem 'jekyll-octicons'
9+
# need lazy-load support
10+
gem 'jekyll-avatar'
11+
end
912

1013
group :development, :test do
1114
gem 'html-proofer'

_data/governments.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,6 @@ U.S. Federal:
717717
- globegit
718718
- gopleader
719719
- government-services
720-
- GreatSmokyMountainsNationalPark
721720
- gsa
722721
- gsa-oes
723722
- hhs

0 commit comments

Comments
 (0)