We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5309e64 commit 473b57dCopy full SHA for 473b57d
Gemfile
@@ -9,4 +9,6 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
9
gem "jekyll"
10
11
12
-gem 'tzinfo-data'
+gem 'tzinfo-data'
13
+
14
+gem 'public_suffix', '~> 3.0', '>= 3.0.2'
Gemfile.lock
@@ -44,7 +44,7 @@ GEM
44
mercenary (0.4.0)
45
pathutil (0.16.2)
46
forwardable-extended (~> 2.6)
47
- public_suffix (4.0.5)
+ public_suffix (3.1.1)
48
rb-fsevent (0.10.4)
49
rb-inotify (0.10.1)
50
ffi (~> 1.0)
@@ -66,6 +66,7 @@ PLATFORMS
66
67
DEPENDENCIES
68
jekyll
69
+ public_suffix (~> 3.0, >= 3.0.2)
70
tzinfo-data
71
72
BUNDLED WITH
0 commit comments