Skip to content

Commit fcb2b4d

Browse files
committed
fix
1 parent ace456c commit fcb2b4d

File tree

2 files changed

+66
-53
lines changed

2 files changed

+66
-53
lines changed

Gemfile.lock

Lines changed: 65 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
Ascii85 (1.1.1)
5+
addressable (2.8.6)
6+
public_suffix (>= 2.0.2, < 6.0)
7+
afm (0.2.2)
8+
async (2.12.0)
9+
console (~> 1.25, >= 1.25.2)
10+
fiber-annotation
11+
io-event (~> 1.6)
12+
bigdecimal (3.1.8)
613
colorator (1.1.0)
7-
concurrent-ruby (1.1.10)
14+
concurrent-ruby (1.3.1)
15+
console (1.25.2)
16+
fiber-annotation
17+
fiber-local (~> 1.1)
18+
json
819
em-websocket (0.5.3)
920
eventmachine (>= 0.12.9)
1021
http_parser.rb (~> 0)
11-
ethon (0.15.0)
22+
ethon (0.16.0)
1223
ffi (>= 1.15.0)
1324
eventmachine (1.2.7)
14-
faraday (1.10.0)
15-
faraday-em_http (~> 1.0)
16-
faraday-em_synchrony (~> 1.0)
17-
faraday-excon (~> 1.1)
18-
faraday-httpclient (~> 1.0)
19-
faraday-multipart (~> 1.0)
20-
faraday-net_http (~> 1.0)
21-
faraday-net_http_persistent (~> 1.0)
22-
faraday-patron (~> 1.0)
23-
faraday-rack (~> 1.0)
24-
faraday-retry (~> 1.0)
25-
ruby2_keywords (>= 0.0.4)
26-
faraday-em_http (1.0.0)
27-
faraday-em_synchrony (1.0.0)
28-
faraday-excon (1.1.0)
29-
faraday-httpclient (1.0.1)
30-
faraday-multipart (1.0.3)
31-
multipart-post (>= 1.2, < 3)
32-
faraday-net_http (1.0.1)
33-
faraday-net_http_persistent (1.2.0)
34-
faraday-patron (1.0.0)
35-
faraday-rack (1.0.0)
36-
faraday-retry (1.0.3)
37-
ffi (1.15.5)
25+
faraday (2.9.1)
26+
faraday-net_http (>= 2.0, < 3.2)
27+
faraday-net_http (3.1.0)
28+
net-http
29+
ffi (1.17.0-x86_64-darwin)
30+
ffi (1.17.0-x86_64-linux-gnu)
31+
fiber-annotation (0.2.0)
32+
fiber-local (1.1.0)
33+
fiber-storage
34+
fiber-storage (0.1.1)
3835
forwardable-extended (2.6.0)
39-
html-proofer (3.19.4)
36+
hashery (2.1.2)
37+
html-proofer (5.0.9)
4038
addressable (~> 2.3)
41-
mercenary (~> 0.3)
39+
async (~> 2.1)
4240
nokogiri (~> 1.13)
43-
parallel (~> 1.10)
41+
pdf-reader (~> 2.11)
4442
rainbow (~> 3.0)
4543
typhoeus (~> 1.3)
4644
yell (~> 2.0)
45+
zeitwerk (~> 2.5)
4746
http_parser.rb (0.8.0)
48-
i18n (1.10.0)
47+
i18n (1.14.5)
4948
concurrent-ruby (~> 1.0)
49+
io-event (1.6.0)
5050
jekyll (4.2.2)
5151
addressable (~> 2.4)
5252
colorator (~> 1.0)
@@ -68,48 +68,61 @@ GEM
6868
sassc (> 2.0.1, < 3.0)
6969
jekyll-watch (2.2.1)
7070
listen (~> 3.0)
71+
json (2.7.2)
7172
kramdown (2.4.0)
7273
rexml
7374
kramdown-parser-gfm (1.1.0)
7475
kramdown (~> 2.0)
75-
liquid (4.0.3)
76-
listen (3.7.1)
76+
liquid (4.0.4)
77+
listen (3.9.0)
7778
rb-fsevent (~> 0.10, >= 0.10.3)
7879
rb-inotify (~> 0.9, >= 0.9.10)
7980
mercenary (0.4.0)
80-
multipart-post (2.1.1)
81-
nokogiri (1.13.6-x86_64-darwin)
81+
net-http (0.4.1)
82+
uri
83+
nokogiri (1.16.5-x86_64-darwin)
8284
racc (~> 1.4)
83-
nokogiri (1.13.6-x86_64-linux)
85+
nokogiri (1.16.5-x86_64-linux)
8486
racc (~> 1.4)
85-
octokit (4.22.0)
86-
faraday (>= 0.9)
87-
sawyer (~> 0.8.0, >= 0.5.3)
88-
parallel (1.22.1)
87+
octokit (4.25.1)
88+
faraday (>= 1, < 3)
89+
sawyer (~> 0.9)
8990
pathutil (0.16.2)
9091
forwardable-extended (~> 2.6)
91-
public_suffix (4.0.7)
92-
racc (1.6.0)
92+
pdf-reader (2.12.0)
93+
Ascii85 (~> 1.0)
94+
afm (~> 0.2.1)
95+
hashery (~> 2.0)
96+
ruby-rc4
97+
ttfunk
98+
public_suffix (5.0.5)
99+
racc (1.8.0)
93100
rainbow (3.1.1)
94-
rb-fsevent (0.11.1)
95-
rb-inotify (0.10.1)
101+
rb-fsevent (0.11.2)
102+
rb-inotify (0.11.1)
96103
ffi (~> 1.0)
97-
rexml (3.2.5)
98-
rouge (3.28.0)
99-
ruby2_keywords (0.0.5)
104+
rexml (3.2.8)
105+
strscan (>= 3.0.9)
106+
rouge (3.30.0)
107+
ruby-rc4 (0.1.5)
100108
safe_yaml (1.0.5)
101109
sassc (2.4.0)
102110
ffi (~> 1.9)
103-
sawyer (0.8.2)
111+
sawyer (0.9.2)
104112
addressable (>= 2.3.5)
105-
faraday (> 0.8, < 2.0)
113+
faraday (>= 0.17.3, < 3)
114+
strscan (3.1.0)
106115
terminal-table (2.0.0)
107116
unicode-display_width (~> 1.1, >= 1.1.1)
108-
typhoeus (1.4.0)
117+
ttfunk (1.8.0)
118+
bigdecimal (~> 3.1)
119+
typhoeus (1.4.1)
109120
ethon (>= 0.9.0)
110121
unicode-display_width (1.8.0)
111-
webrick (1.7.0)
122+
uri (0.13.0)
123+
webrick (1.8.1)
112124
yell (2.2.2)
125+
zeitwerk (2.6.15)
113126

114127
PLATFORMS
115128
x86_64-darwin-19

morea/UAVFieldwork/experience-fw-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Pleas note below you will use demo files from the package. To change it just put
171171
library(uavRmp)
172172
# get example DEM data
173173
filenameDEM = system.file("extdata", "mrbiko.tif", package = "uavRmp")
174-
filenameFlightarea = system.file("extdata", ""tutdata_qgc_survey.plan"", package = "uavRmp")
174+
filenameFlightarea = system.file("extdata", "tutdata_qgc_survey.plan", package = "uavRmp")
175175

176176

177177
fp = makeAP(projectDir = "~/uav",

0 commit comments

Comments
 (0)