Skip to content

Commit 473b57d

Browse files
committed
Add gemfile
1 parent 5309e64 commit 473b57d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
99
gem "jekyll"
1010

1111

12-
gem 'tzinfo-data'
12+
gem 'tzinfo-data'
13+
14+
gem 'public_suffix', '~> 3.0', '>= 3.0.2'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
mercenary (0.4.0)
4545
pathutil (0.16.2)
4646
forwardable-extended (~> 2.6)
47-
public_suffix (4.0.5)
47+
public_suffix (3.1.1)
4848
rb-fsevent (0.10.4)
4949
rb-inotify (0.10.1)
5050
ffi (~> 1.0)
@@ -66,6 +66,7 @@ PLATFORMS
6666

6767
DEPENDENCIES
6868
jekyll
69+
public_suffix (~> 3.0, >= 3.0.2)
6970
tzinfo-data
7071

7172
BUNDLED WITH

0 commit comments

Comments
 (0)