Skip to content

Commit 444584b

Browse files
build(deps): Upgrade yarn (#212)
* build(deps): Upgrade yarn * build(deps): Upgrade gems * build(deps): Remove obsolete gems * v0.0.0 * build(deps): Update semantic-release * fix(questionnaire): visual bug in school autocomplete school dropdown the css was set for an "a" tag when the list was made up of divs so I switched the css to work for the "div" tag in the autocomplete * fix(questionnaire): visual bug in school autocomplete school dropdown the css was set for an "a" tag when the list was made up of divs so I switched the css to work for the "div" tag in the autocomplete. I also hide a element that was not present earlier * build(deps): Upgrades Rails to 5.2.4.3 * build(deps): Upgrades gems Co-authored-by: Jeremy Rudman <[email protected]>
1 parent 95da03b commit 444584b

File tree

70 files changed

+946
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+946
-733
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828

2929
# don't commit local env vars
3030
.env
31+
32+
# Ignore RubyMine
33+
/.idea
34+
35+
.generators

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55
ruby '>= 2.5'
66

77
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
8-
gem 'rails', '~> 5.2.4.2'
8+
gem 'rails', '~> 5.2.4.3'
99
# Use mysql as the database for Active Record
1010
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
1111
# Use Puma as the app server
@@ -61,7 +61,7 @@ gem 'mustache', '~> 1.0'
6161
# Assets
6262
gem 'sprockets'
6363
gem 'jquery-rails'
64-
gem 'jquery-ui-sass-rails'
64+
gem 'jquery-ui-rails'
6565
gem 'selectize-rails'
6666
gem 'highcharts-rails', '~> 6.0'
6767
gem 'bootstrap', '~> 4.3.1'

Gemfile.lock

Lines changed: 59 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.4.2)
5-
actionpack (= 5.2.4.2)
4+
actioncable (5.2.4.3)
5+
actionpack (= 5.2.4.3)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.4.2)
9-
actionpack (= 5.2.4.2)
10-
actionview (= 5.2.4.2)
11-
activejob (= 5.2.4.2)
8+
actionmailer (5.2.4.3)
9+
actionpack (= 5.2.4.3)
10+
actionview (= 5.2.4.3)
11+
activejob (= 5.2.4.3)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.4.2)
15-
actionview (= 5.2.4.2)
16-
activesupport (= 5.2.4.2)
14+
actionpack (5.2.4.3)
15+
actionview (= 5.2.4.3)
16+
activesupport (= 5.2.4.3)
1717
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.2.4.2)
22-
activesupport (= 5.2.4.2)
21+
actionview (5.2.4.3)
22+
activesupport (= 5.2.4.3)
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.2.4.2)
28-
activesupport (= 5.2.4.2)
27+
activejob (5.2.4.3)
28+
activesupport (= 5.2.4.3)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.4.2)
31-
activesupport (= 5.2.4.2)
32-
activerecord (5.2.4.2)
33-
activemodel (= 5.2.4.2)
34-
activesupport (= 5.2.4.2)
30+
activemodel (5.2.4.3)
31+
activesupport (= 5.2.4.3)
32+
activerecord (5.2.4.3)
33+
activemodel (= 5.2.4.3)
34+
activesupport (= 5.2.4.3)
3535
arel (>= 9.0)
36-
activestorage (5.2.4.2)
37-
actionpack (= 5.2.4.2)
38-
activerecord (= 5.2.4.2)
36+
activestorage (5.2.4.3)
37+
actionpack (= 5.2.4.3)
38+
activerecord (= 5.2.4.3)
3939
marcel (~> 0.3.1)
40-
activesupport (5.2.4.2)
40+
activesupport (5.2.4.3)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
@@ -56,23 +56,23 @@ GEM
5656
autoprefixer-rails (9.7.6)
5757
execjs
5858
aws-eventstream (1.1.0)
59-
aws-partitions (1.305.0)
60-
aws-sdk-core (3.94.0)
59+
aws-partitions (1.317.0)
60+
aws-sdk-core (3.96.1)
6161
aws-eventstream (~> 1, >= 1.0.2)
6262
aws-partitions (~> 1, >= 1.239.0)
6363
aws-sigv4 (~> 1.1)
6464
jmespath (~> 1.0)
65-
aws-sdk-kms (1.30.0)
65+
aws-sdk-kms (1.31.0)
6666
aws-sdk-core (~> 3, >= 3.71.0)
6767
aws-sigv4 (~> 1.1)
68-
aws-sdk-s3 (1.63.0)
69-
aws-sdk-core (~> 3, >= 3.83.0)
68+
aws-sdk-s3 (1.65.0)
69+
aws-sdk-core (~> 3, >= 3.96.1)
7070
aws-sdk-kms (~> 1)
7171
aws-sigv4 (~> 1.1)
7272
aws-sigv4 (1.1.3)
7373
aws-eventstream (~> 1.0, >= 1.0.2)
7474
bcrypt (3.1.13)
75-
better_errors (2.7.0)
75+
better_errors (2.7.1)
7676
coderay (>= 1.0.0)
7777
erubi (>= 1.0.0)
7878
rack (>= 0.9.0)
@@ -92,7 +92,7 @@ GEM
9292
sassc-rails (>= 2.0.0)
9393
builder (3.2.4)
9494
byebug (11.1.3)
95-
capybara (3.32.1)
95+
capybara (3.32.2)
9696
addressable
9797
mini_mime (>= 0.1.3)
9898
nokogiri (~> 1.8)
@@ -127,7 +127,7 @@ GEM
127127
doorkeeper
128128
rails
129129
docile (1.3.2)
130-
doorkeeper (5.3.1)
130+
doorkeeper (5.4.0)
131131
railties (>= 5)
132132
dotenv (2.7.5)
133133
dotenv-rails (2.7.5)
@@ -154,7 +154,7 @@ GEM
154154
font-awesome-rails (4.7.0.5)
155155
railties (>= 3.2, < 6.1)
156156
formatador (0.2.5)
157-
fugit (1.3.4)
157+
fugit (1.3.5)
158158
et-orbi (~> 1.1, >= 1.1.8)
159159
raabro (~> 1.1)
160160
globalid (0.4.2)
@@ -199,17 +199,12 @@ GEM
199199
concurrent-ruby (~> 1.0)
200200
io-like (0.3.1)
201201
jmespath (1.4.0)
202-
jquery-rails (4.3.5)
202+
jquery-rails (4.4.0)
203203
rails-dom-testing (>= 1, < 3)
204204
railties (>= 4.2.0)
205205
thor (>= 0.14, < 2.0)
206-
jquery-ui-rails (4.0.3)
207-
jquery-rails
208-
railties (>= 3.1.0)
209-
jquery-ui-sass-rails (4.0.3.0)
210-
jquery-rails
211-
jquery-ui-rails (= 4.0.3)
212-
railties (>= 3.1.0)
206+
jquery-ui-rails (6.0.1)
207+
railties (>= 3.2.16)
213208
json (2.3.0)
214209
jwt (2.2.1)
215210
listen (3.1.5)
@@ -227,11 +222,11 @@ GEM
227222
method_source (1.0.0)
228223
mime-types (3.3.1)
229224
mime-types-data (~> 3.2015)
230-
mime-types-data (3.2020.0425)
231-
mimemagic (0.3.4)
225+
mime-types-data (3.2020.0512)
226+
mimemagic (0.3.5)
232227
mini_mime (1.0.2)
233228
mini_portile2 (2.4.0)
234-
minitest (5.14.0)
229+
minitest (5.14.1)
235230
minitest-reporters (1.4.2)
236231
ansi
237232
builder
@@ -275,27 +270,27 @@ GEM
275270
pry (0.13.1)
276271
coderay (~> 1.1)
277272
method_source (~> 1.0)
278-
public_suffix (4.0.4)
279-
puma (4.3.3)
273+
public_suffix (4.0.5)
274+
puma (4.3.4)
280275
nio4r (~> 2.0)
281-
raabro (1.1.6)
276+
raabro (1.3.1)
282277
rack (2.2.2)
283278
rack-protection (2.0.8.1)
284279
rack
285280
rack-test (1.1.0)
286281
rack (>= 1.0, < 3)
287-
rails (5.2.4.2)
288-
actioncable (= 5.2.4.2)
289-
actionmailer (= 5.2.4.2)
290-
actionpack (= 5.2.4.2)
291-
actionview (= 5.2.4.2)
292-
activejob (= 5.2.4.2)
293-
activemodel (= 5.2.4.2)
294-
activerecord (= 5.2.4.2)
295-
activestorage (= 5.2.4.2)
296-
activesupport (= 5.2.4.2)
282+
rails (5.2.4.3)
283+
actioncable (= 5.2.4.3)
284+
actionmailer (= 5.2.4.3)
285+
actionpack (= 5.2.4.3)
286+
actionview (= 5.2.4.3)
287+
activejob (= 5.2.4.3)
288+
activemodel (= 5.2.4.3)
289+
activerecord (= 5.2.4.3)
290+
activestorage (= 5.2.4.3)
291+
activesupport (= 5.2.4.3)
297292
bundler (>= 1.3.0)
298-
railties (= 5.2.4.2)
293+
railties (= 5.2.4.3)
299294
sprockets-rails (>= 2.0.0)
300295
rails-controller-testing (1.0.4)
301296
actionpack (>= 5.0.1.x)
@@ -313,18 +308,18 @@ GEM
313308
rails_stdout_logging
314309
rails_serve_static_assets (0.0.5)
315310
rails_stdout_logging (0.0.5)
316-
railties (5.2.4.2)
317-
actionpack (= 5.2.4.2)
318-
activesupport (= 5.2.4.2)
311+
railties (5.2.4.3)
312+
actionpack (= 5.2.4.3)
313+
activesupport (= 5.2.4.3)
319314
method_source
320315
rake (>= 0.8.7)
321316
thor (>= 0.19.0, < 2.0)
322317
rake (13.0.1)
323-
rb-fsevent (0.10.3)
318+
rb-fsevent (0.10.4)
324319
rb-inotify (0.10.1)
325320
ffi (~> 1.0)
326321
redcarpet (3.5.0)
327-
redis (4.1.3)
322+
redis (4.1.4)
328323
regexp_parser (1.7.0)
329324
responders (3.0.0)
330325
actionpack (>= 5.0)
@@ -418,7 +413,7 @@ GEM
418413
uglifier (4.2.0)
419414
execjs (>= 0.3.0, < 3)
420415
valid_attribute (2.0.0)
421-
validate_url (1.0.8)
416+
validate_url (1.0.11)
422417
activemodel (>= 3.0.0)
423418
public_suffix
424419
warden (1.2.8)
@@ -470,15 +465,15 @@ DEPENDENCIES
470465
highcharts-rails (~> 6.0)
471466
httparty
472467
jquery-rails
473-
jquery-ui-sass-rails
468+
jquery-ui-rails
474469
listen (>= 3.0.5, < 3.2)
475470
minitest-reporters
476471
mustache (~> 1.0)
477472
mysql2 (>= 0.4.4, < 0.6.0)
478473
omniauth-mlh (~> 0.1)
479474
omniauth-rails_csrf_protection
480475
puma (~> 4.3)
481-
rails (~> 5.2.4.2)
476+
rails (~> 5.2.4.3)
482477
rails-controller-testing
483478
rails-settings-cached (~> 0.7.2)
484479
rails_12factor

app/assets/config/manifest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
//= link_tree ../images
22
//= link_tree ../javascripts .js
33
//= link_directory ../stylesheets .css
4+
//= link application.css

app/assets/javascripts/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//= require activestorage
1515
//= require turbolinks
1616
//= require jquery
17-
//= require jquery.ui.autocomplete
17+
//= require jquery-ui/widgets/autocomplete
1818
//= require highcharts
1919
//= require chartkick
2020
//= require ./vendor/debounce

app/assets/javascripts/registrations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
document.addEventListener('turbolinks:load', function() {
22
$('[data-school-picker]').autocomplete({
33
source: function(request, response) {
4+
$(".ui-helper-hidden-accessible").hide();
45
$.ajax({
56
url: '/apply/schools',
67
dataType: 'json',

app/assets/stylesheets/forms/_forms.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,10 @@ input[type=submit]
261261
color: var(--input--text--focus)
262262
list-style: none
263263
padding: 0
264-
.ui-menu-item a
264+
.ui-menu-item div
265265
padding: 2px 5px
266266
display: block
267+
cursor: pointer
267268
&:hover, &.ui-state-focus
268269
@include css4
269270
background: var(--primary)

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"private": true,
44
"dependencies": {},
55
"devDependencies": {
6-
"@semantic-release/changelog": "^3.0.2",
7-
"@semantic-release/git": "^7.0.8",
8-
"semantic-release": "^15.13.12"
9-
}
6+
"@semantic-release/changelog": "^5.0.1",
7+
"@semantic-release/git": "^9.0.0",
8+
"semantic-release": "^17.0.7"
9+
},
10+
"version": "0.0.0"
1011
}
-40.5 KB
Binary file not shown.
40.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)