Skip to content

Commit b0f8195

Browse files
committed
Merge branch 'release/5.3.1' of github.com:PecanProject/bety into release/5.3.1
2 parents 5d9a55a + 4a32928 commit b0f8195

5 files changed

Lines changed: 137 additions & 103 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.3.8
1+
ruby-2.5.9

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
source "http://rubygems.org"
22

3-
gem "rails", "5.1.7"
3+
gem "rails", "5.2.4.5"
44
# needed for rails 3.1 and above until we phase out prototype:
55
## gem 'prototype-rails', github: 'rails/prototype-rails', branch: '4.2' # see https://github.com/rails/prototype-rails/issues/37
66
gem "nokogiri"
77
gem "narray", "0.6.0.4"
88
gem "choice", "0.1.6"
99
gem "comma", "~> 4.3.2"
1010
gem "json"
11-
gem "rgeo", "~> 0.5.0"
11+
gem "rgeo"
1212
gem "multi_json"
1313
gem "railroad", "0.5.0"
1414
gem "recaptcha", "4.8.0", :require => "recaptcha/rails"

Gemfile.lock

Lines changed: 111 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,56 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actioncable (5.1.7)
5-
actionpack (= 5.1.7)
4+
actioncable (5.2.4.5)
5+
actionpack (= 5.2.4.5)
66
nio4r (~> 2.0)
7-
websocket-driver (~> 0.6.1)
8-
actionmailer (5.1.7)
9-
actionpack (= 5.1.7)
10-
actionview (= 5.1.7)
11-
activejob (= 5.1.7)
7+
websocket-driver (>= 0.6.1)
8+
actionmailer (5.2.4.5)
9+
actionpack (= 5.2.4.5)
10+
actionview (= 5.2.4.5)
11+
activejob (= 5.2.4.5)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.1.7)
15-
actionview (= 5.1.7)
16-
activesupport (= 5.1.7)
17-
rack (~> 2.0)
14+
actionpack (5.2.4.5)
15+
actionview (= 5.2.4.5)
16+
activesupport (= 5.2.4.5)
17+
rack (~> 2.0, >= 2.0.8)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.1.7)
22-
activesupport (= 5.1.7)
21+
actionview (5.2.4.5)
22+
activesupport (= 5.2.4.5)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.1.7)
28-
activesupport (= 5.1.7)
27+
activejob (5.2.4.5)
28+
activesupport (= 5.2.4.5)
2929
globalid (>= 0.3.6)
30-
activemodel (5.1.7)
31-
activesupport (= 5.1.7)
30+
activemodel (5.2.4.5)
31+
activesupport (= 5.2.4.5)
3232
activemodel-serializers-xml (1.0.2)
3333
activemodel (> 5.x)
3434
activesupport (> 5.x)
3535
builder (~> 3.1)
36-
activerecord (5.1.7)
37-
activemodel (= 5.1.7)
38-
activesupport (= 5.1.7)
39-
arel (~> 8.0)
40-
activerecord-postgis-adapter (5.0.3)
36+
activerecord (5.2.4.5)
37+
activemodel (= 5.2.4.5)
38+
activesupport (= 5.2.4.5)
39+
arel (>= 9.0)
40+
activerecord-postgis-adapter (5.2.3)
4141
activerecord (~> 5.1)
42-
rgeo-activerecord (~> 5.1)
43-
activerecord-session_store (1.1.3)
44-
actionpack (>= 4.0)
45-
activerecord (>= 4.0)
42+
rgeo-activerecord (~> 6.0)
43+
activerecord-session_store (2.0.0)
44+
actionpack (>= 5.2.4.1)
45+
activerecord (>= 5.2.4.1)
4646
multi_json (~> 1.11, >= 1.11.2)
47-
rack (>= 1.5.2, < 3)
48-
railties (>= 4.0)
49-
activesupport (5.1.7)
47+
rack (>= 2.0.8, < 3)
48+
railties (>= 5.2.4.1)
49+
activestorage (5.2.4.5)
50+
actionpack (= 5.2.4.5)
51+
activerecord (= 5.2.4.5)
52+
marcel (~> 0.3.1)
53+
activesupport (5.2.4.5)
5054
concurrent-ruby (~> 1.0, >= 1.0.2)
5155
i18n (>= 0.7, < 2)
5256
minitest (~> 5.1)
@@ -55,11 +59,11 @@ GEM
5559
public_suffix (>= 2.0.2, < 5.0)
5660
apipie-rails (0.5.6)
5761
rails (>= 4.1)
58-
arel (8.0.0)
62+
arel (9.0.0)
5963
bootstrap-will_paginate (1.0.0)
6064
will_paginate
6165
builder (3.2.4)
62-
byebug (11.0.1)
66+
byebug (11.1.3)
6367
capybara (2.18.0)
6468
addressable
6569
mini_mime (>= 0.1.3)
@@ -72,121 +76,132 @@ GEM
7276
json
7377
childprocess (3.0.0)
7478
choice (0.1.6)
75-
coderay (1.1.2)
76-
coffee-rails (4.2.2)
79+
coderay (1.1.3)
80+
coffee-rails (5.0.0)
7781
coffee-script (>= 2.2.0)
78-
railties (>= 4.0.0)
82+
railties (>= 5.2.0)
7983
coffee-script (2.4.1)
8084
coffee-script-source
8185
execjs
8286
coffee-script-source (1.12.2)
8387
comma (4.3.2)
8488
activesupport (>= 4.2.0, < 6.1)
85-
concurrent-ruby (1.1.6)
89+
concurrent-ruby (1.1.9)
8690
crass (1.0.6)
87-
database_cleaner (1.8.4)
88-
diff-lcs (1.3)
91+
database_cleaner (2.0.1)
92+
database_cleaner-active_record (~> 2.0.0)
93+
database_cleaner-active_record (2.0.1)
94+
activerecord (>= 5.a)
95+
database_cleaner-core (~> 2.0.0)
96+
database_cleaner-core (2.0.1)
97+
diff-lcs (1.4.4)
8998
dynamic_form (1.1.4)
90-
erubi (1.9.0)
91-
execjs (2.7.0)
92-
ffi (1.12.2)
93-
globalid (0.4.2)
94-
activesupport (>= 4.2.0)
95-
i18n (1.8.2)
99+
erubi (1.10.0)
100+
execjs (2.8.1)
101+
ffi (1.15.4)
102+
globalid (0.5.2)
103+
activesupport (>= 5.0)
104+
i18n (1.8.10)
96105
concurrent-ruby (~> 1.0)
97-
jquery-rails (4.3.5)
106+
jquery-rails (4.4.0)
98107
rails-dom-testing (>= 1, < 3)
99108
railties (>= 4.2.0)
100109
thor (>= 0.14, < 2.0)
101110
jquery-ui-rails (6.0.1)
102111
railties (>= 3.2.16)
103-
json (2.3.0)
112+
json (2.5.1)
104113
json-schema (2.8.1)
105114
addressable (>= 2.4)
106-
kgio (2.11.3)
107-
loofah (2.5.0)
115+
kgio (2.11.4)
116+
loofah (2.12.0)
108117
crass (~> 1.0.2)
109118
nokogiri (>= 1.5.9)
110119
mail (2.7.1)
111120
mini_mime (>= 0.1.1)
121+
marcel (0.3.3)
122+
mimemagic (~> 0.3.2)
112123
memoist (0.16.2)
113124
method_source (1.0.0)
114-
mini_mime (1.0.2)
125+
mimemagic (0.3.10)
126+
nokogiri (~> 1)
127+
rake
128+
mini_mime (1.1.1)
115129
mini_portile2 (2.6.1)
116-
minitest (5.14.0)
117-
multi_json (1.14.1)
130+
minitest (5.14.4)
131+
multi_json (1.15.0)
118132
mustache (1.1.1)
119133
narray (0.6.0.4)
120-
nio4r (2.5.2)
134+
nio4r (2.5.8)
121135
nokogiri (1.12.5)
122136
mini_portile2 (~> 2.6.1)
123137
racc (~> 1.4)
124138
optimist (3.0.1)
125-
passenger (6.0.4)
139+
passenger (6.0.11)
126140
rack
127141
rake (>= 0.8.1)
128142
pg (1.2.3)
129-
protected_attributes_continued (1.5.0)
143+
protected_attributes_continued (1.8.2)
130144
activemodel (>= 5.0)
131-
pry (0.13.1)
145+
pry (0.14.1)
132146
coderay (~> 1.1)
133147
method_source (~> 1.0)
134-
pry-byebug (3.7.0)
148+
pry-byebug (3.8.0)
135149
byebug (~> 11.0)
136150
pry (~> 0.10)
137151
pry-rails (0.3.9)
138152
pry (>= 0.10.4)
139153
public_suffix (4.0.6)
140-
rabl (0.14.3)
154+
rabl (0.14.5)
141155
activesupport (>= 2.3.14)
142156
racc (1.5.2)
143157
rack (2.2.3)
144158
rack-test (1.1.0)
145159
rack (>= 1.0, < 3)
146160
railroad (0.5.0)
147-
rails (5.1.7)
148-
actioncable (= 5.1.7)
149-
actionmailer (= 5.1.7)
150-
actionpack (= 5.1.7)
151-
actionview (= 5.1.7)
152-
activejob (= 5.1.7)
153-
activemodel (= 5.1.7)
154-
activerecord (= 5.1.7)
155-
activesupport (= 5.1.7)
161+
rails (5.2.4.5)
162+
actioncable (= 5.2.4.5)
163+
actionmailer (= 5.2.4.5)
164+
actionpack (= 5.2.4.5)
165+
actionview (= 5.2.4.5)
166+
activejob (= 5.2.4.5)
167+
activemodel (= 5.2.4.5)
168+
activerecord (= 5.2.4.5)
169+
activestorage (= 5.2.4.5)
170+
activesupport (= 5.2.4.5)
156171
bundler (>= 1.3.0)
157-
railties (= 5.1.7)
172+
railties (= 5.2.4.5)
158173
sprockets-rails (>= 2.0.0)
159-
rails-controller-testing (1.0.4)
160-
actionpack (>= 5.0.1.x)
161-
actionview (>= 5.0.1.x)
162-
activesupport (>= 5.0.1.x)
174+
rails-controller-testing (1.0.5)
175+
actionpack (>= 5.0.1.rc1)
176+
actionview (>= 5.0.1.rc1)
177+
activesupport (>= 5.0.1.rc1)
163178
rails-dom-testing (2.0.3)
164179
activesupport (>= 4.2.0)
165180
nokogiri (>= 1.6)
166-
rails-html-sanitizer (1.3.0)
181+
rails-html-sanitizer (1.4.2)
167182
loofah (~> 2.3)
168183
rails3-restful-authentication (3.0.1)
169-
railties (5.1.7)
170-
actionpack (= 5.1.7)
171-
activesupport (= 5.1.7)
184+
railties (5.2.4.5)
185+
actionpack (= 5.2.4.5)
186+
activesupport (= 5.2.4.5)
172187
method_source
173188
rake (>= 0.8.7)
174-
thor (>= 0.18.1, < 2.0)
175-
raindrops (0.19.1)
176-
rake (13.0.1)
189+
thor (>= 0.19.0, < 2.0)
190+
raindrops (0.19.2)
191+
rake (13.0.6)
177192
recaptcha (4.8.0)
178193
json
179-
rgeo (0.5.3)
180-
rgeo-activerecord (5.1.1)
181-
activerecord (~> 5.0)
182-
rgeo (~> 0.3)
194+
rgeo (2.3.0)
195+
rgeo-activerecord (6.2.2)
196+
activerecord (>= 5.0)
197+
rgeo (>= 1.0.0)
183198
rspec (3.9.0)
184199
rspec-core (~> 3.9.0)
185200
rspec-expectations (~> 3.9.0)
186201
rspec-mocks (~> 3.9.0)
187-
rspec-core (3.9.1)
188-
rspec-support (~> 3.9.1)
189-
rspec-expectations (3.9.1)
202+
rspec-core (3.9.3)
203+
rspec-support (~> 3.9.3)
204+
rspec-expectations (3.9.4)
190205
diff-lcs (>= 1.2.0, < 2.0)
191206
rspec-support (~> 3.9.0)
192207
rspec-mocks (3.9.1)
@@ -200,7 +215,7 @@ GEM
200215
rspec-expectations (~> 3.9.0)
201216
rspec-mocks (~> 3.9.0)
202217
rspec-support (~> 3.9.0)
203-
rspec-support (3.9.2)
218+
rspec-support (3.9.4)
204219
rspec_api_documentation (6.1.0)
205220
activesupport (>= 3.0.0)
206221
mustache (~> 1.0, >= 0.99.4)
@@ -211,7 +226,7 @@ GEM
211226
activerecord (>= 3.0.0)
212227
sass-rails (6.0.0)
213228
sassc-rails (~> 2.1, >= 2.1.1)
214-
sassc (2.3.0)
229+
sassc (2.4.0)
215230
ffi (~> 1.9)
216231
sassc-rails (2.1.2)
217232
railties (>= 4.0.0)
@@ -223,31 +238,31 @@ GEM
223238
selenium-webdriver (3.142.7)
224239
childprocess (>= 0.5, < 4.0)
225240
rubyzip (>= 1.2.2)
226-
sprockets (3.7.2)
241+
sprockets (4.0.2)
227242
concurrent-ruby (~> 1.0)
228243
rack (> 1, < 3)
229-
sprockets-rails (3.2.1)
244+
sprockets-rails (3.2.2)
230245
actionpack (>= 4.0)
231246
activesupport (>= 4.0)
232247
sprockets (>= 3.0.0)
233-
thor (1.0.1)
248+
thor (1.1.0)
234249
thread_safe (0.3.6)
235250
tilt (2.0.10)
236-
tzinfo (1.2.7)
251+
tzinfo (1.2.9)
237252
thread_safe (~> 0.1)
238253
uglifier (4.2.0)
239254
execjs (>= 0.3.0, < 3)
240-
unicorn (5.5.5)
255+
unicorn (6.0.0)
241256
kgio (~> 2.6)
242257
raindrops (~> 0.7)
243-
websocket-driver (0.6.5)
258+
websocket-driver (0.7.5)
244259
websocket-extensions (>= 0.1.0)
245260
websocket-extensions (0.1.5)
246-
will_paginate (3.3.0)
261+
will_paginate (3.3.1)
247262
xpath (3.2.0)
248263
nokogiri (~> 1.8)
249264
yajl-ruby (1.3.1)
250-
yard (0.9.24)
265+
yard (0.9.26)
251266

252267
PLATFORMS
253268
ruby
@@ -282,11 +297,11 @@ DEPENDENCIES
282297
pry-rails
283298
rabl
284299
railroad (= 0.5.0)
285-
rails (= 5.1.7)
300+
rails (= 5.2.4.5)
286301
rails-controller-testing
287302
rails3-restful-authentication (~> 3.0.1)
288303
recaptcha (= 4.8.0)
289-
rgeo (~> 0.5.0)
304+
rgeo
290305
rspec-rails (~> 3.0)
291306
rspec_api_documentation
292307
ruby-graphviz (= 1.0.8)

app/assets/config/manifest.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// app/assets/config/manifest.js
2+
//
3+
// = link application.css
4+
// = link bulk_upload.css
5+
// = link schemaSpy.css
6+
//
7+
// = link application.js
8+
// = link lazy/login.js
9+
// = link lazy/map_search.js
10+
// = link lazy/feedback.js
11+
// = link lazy/autocomplete.js
12+
// = link lazy/bulk_upload.js
13+
//
14+
// = link mylibs/maps.js
15+
//
16+
// = link_directory ../images

0 commit comments

Comments
 (0)