Skip to content

Commit 3f01a59

Browse files
Try proxy
1 parent 3a49ff6 commit 3f01a59

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

Gemfile.lock

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.6.0)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.5)
7+
concurrent-ruby (1.1.6)
88
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
ffi (1.11.1)
12+
ffi (1.12.2)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
1515
i18n (0.9.5)
@@ -27,32 +27,34 @@ GEM
2727
pathutil (~> 0.9)
2828
rouge (>= 1.7, < 4)
2929
safe_yaml (~> 1.0)
30-
jekyll-feed (0.9.3)
31-
jekyll (~> 3.3)
30+
jekyll-feed (0.13.0)
31+
jekyll (>= 3.7, < 5.0)
3232
jekyll-sass-converter (1.5.2)
3333
sass (~> 3.4)
34+
jekyll-seo-tag (2.6.1)
35+
jekyll (>= 3.3, < 5.0)
3436
jekyll-watch (2.2.1)
3537
listen (~> 3.0)
3638
kramdown (1.17.0)
3739
liquid (4.0.3)
38-
listen (3.1.5)
39-
rb-fsevent (~> 0.9, >= 0.9.4)
40-
rb-inotify (~> 0.9, >= 0.9.7)
41-
ruby_dep (~> 1.2)
40+
listen (3.2.1)
41+
rb-fsevent (~> 0.10, >= 0.10.3)
42+
rb-inotify (~> 0.9, >= 0.9.10)
4243
mercenary (0.3.6)
43-
minima (2.1.1)
44-
jekyll (~> 3.3)
45-
multi_json (1.13.1)
44+
minima (2.5.1)
45+
jekyll (>= 3.5, < 5.0)
46+
jekyll-feed (~> 0.9)
47+
jekyll-seo-tag (~> 2.1)
48+
multi_json (1.14.1)
4649
pathutil (0.16.2)
4750
forwardable-extended (~> 2.6)
48-
public_suffix (3.0.3)
51+
public_suffix (4.0.4)
4952
pygments.rb (1.2.1)
5053
multi_json (>= 1.0.0)
5154
rb-fsevent (0.10.3)
52-
rb-inotify (0.10.0)
55+
rb-inotify (0.10.1)
5356
ffi (~> 1.0)
54-
rouge (3.3.0)
55-
ruby_dep (1.5.0)
57+
rouge (3.17.0)
5658
safe_yaml (1.0.5)
5759
sass (3.7.4)
5860
sass-listen (~> 4.0.0)
@@ -70,7 +72,7 @@ DEPENDENCIES
7072
pygments.rb (~> 1.2, >= 1.2.1)
7173

7274
RUBY VERSION
73-
ruby 2.5.1p57
75+
ruby 2.5.5p157
7476

7577
BUNDLED WITH
76-
1.16.2
78+
2.1.4

_redirects

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
/api/* https://api.tutorcruncher.com/:splat 200
2+
13
/* / 200
24

35
/enquiry / 200
4-
/*/enquiry /:splat 200
6+
/*/enquiry /:splat 200

0 commit comments

Comments
 (0)