Skip to content

Commit 67e4510

Browse files
committed
Release #503, #504
2 parents 68a48e3 + 2b622c7 commit 67e4510

File tree

8 files changed

+99
-90
lines changed

8 files changed

+99
-90
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Contributing Guidelines
22

3-
We love improvements to our tools! EDGI has general [guidelines for contributing](https://github.com/edgi-govdata-archiving/overview/blob/master/CONTRIBUTING.md) and a [code of conduct](https://github.com/edgi-govdata-archiving/overview/blob/master/CONDUCT.md) for all of our organizational repos.
3+
We love improvements to our tools! EDGI has general [guidelines for contributing][edgi-contributing] and a [code of conduct][edgi-conduct] for all of our organizational repos.
44

5-
## Submitting Web Monitoring Issues
5+
## Here are some notes specific to this project:
6+
7+
### Submitting Web Monitoring Issues
68

79
Issues that are project-wide, or relate heavily to the interaction between different components, should be added to our [Web Monitoring issue queue](https://github.com/edgi-govdata-archiving/web-monitoring/issues). Component-specific issues should be added to their respective repository.
10+
11+
12+
<!-- Links -->
13+
[edgi-conduct]: https://github.com/edgi-govdata-archiving/overview/blob/master/CONDUCT.md
14+
[edgi-contributing]: https://github.com/edgi-govdata-archiving/overview/blob/master/CONTRIBUTING.md

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'aws-sdk-s3', '~> 1.30'
1111
gem 'devise'
1212
gem 'httparty'
1313
gem 'jwt', '~> 2.1'
14-
gem 'rails', '~> 5.2.2'
14+
gem 'rails', '~> 5.2.2.1'
1515
gem 'pg', '~> 1.1'
1616
gem 'puma', '~> 3.12'
1717
gem 'rack-cors', :require => 'rack/cors'
@@ -44,7 +44,7 @@ gem 'bootsnap', '>= 1.3.1', require: false
4444
group :development, :test do
4545
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
4646
gem 'byebug', platform: :mri
47-
gem 'rubocop', '~> 0.63.1', require: false
47+
gem 'rubocop', '~> 0.65.0', require: false
4848
gem 'dotenv-rails'
4949
end
5050

Gemfile.lock

Lines changed: 81 additions & 78 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.2)
5-
actionpack (= 5.2.2)
4+
actioncable (5.2.2.1)
5+
actionpack (= 5.2.2.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.2)
9-
actionpack (= 5.2.2)
10-
actionview (= 5.2.2)
11-
activejob (= 5.2.2)
8+
actionmailer (5.2.2.1)
9+
actionpack (= 5.2.2.1)
10+
actionview (= 5.2.2.1)
11+
activejob (= 5.2.2.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.2)
15-
actionview (= 5.2.2)
16-
activesupport (= 5.2.2)
14+
actionpack (5.2.2.1)
15+
actionview (= 5.2.2.1)
16+
activesupport (= 5.2.2.1)
1717
rack (~> 2.0)
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.2)
22-
activesupport (= 5.2.2)
21+
actionview (5.2.2.1)
22+
activesupport (= 5.2.2.1)
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.2)
28-
activesupport (= 5.2.2)
27+
activejob (5.2.2.1)
28+
activesupport (= 5.2.2.1)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.2)
31-
activesupport (= 5.2.2)
32-
activerecord (5.2.2)
33-
activemodel (= 5.2.2)
34-
activesupport (= 5.2.2)
30+
activemodel (5.2.2.1)
31+
activesupport (= 5.2.2.1)
32+
activerecord (5.2.2.1)
33+
activemodel (= 5.2.2.1)
34+
activesupport (= 5.2.2.1)
3535
arel (>= 9.0)
36-
activestorage (5.2.2)
37-
actionpack (= 5.2.2)
38-
activerecord (= 5.2.2)
36+
activestorage (5.2.2.1)
37+
actionpack (= 5.2.2.1)
38+
activerecord (= 5.2.2.1)
3939
marcel (~> 0.3.1)
40-
activesupport (5.2.2)
40+
activesupport (5.2.2.1)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
@@ -46,53 +46,54 @@ GEM
4646
public_suffix (>= 2.0.2, < 4.0)
4747
arel (9.0.0)
4848
ast (2.4.0)
49-
aws-eventstream (1.0.1)
50-
aws-partitions (1.136.0)
51-
aws-sdk-core (3.46.0)
49+
aws-eventstream (1.0.2)
50+
aws-partitions (1.144.0)
51+
aws-sdk-core (3.46.2)
5252
aws-eventstream (~> 1.0)
5353
aws-partitions (~> 1.0)
5454
aws-sigv4 (~> 1.0)
5555
jmespath (~> 1.0)
5656
aws-sdk-kms (1.13.0)
5757
aws-sdk-core (~> 3, >= 3.39.0)
5858
aws-sigv4 (~> 1.0)
59-
aws-sdk-s3 (1.30.1)
59+
aws-sdk-s3 (1.31.0)
6060
aws-sdk-core (~> 3, >= 3.39.0)
6161
aws-sdk-kms (~> 1)
6262
aws-sigv4 (~> 1.0)
63-
aws-sigv4 (1.0.3)
63+
aws-sigv4 (1.1.0)
64+
aws-eventstream (~> 1.0, >= 1.0.2)
6465
bcrypt (3.1.12)
6566
bindex (0.5.0)
66-
bootsnap (1.4.0)
67+
bootsnap (1.4.1)
6768
msgpack (~> 1.0)
6869
builder (3.2.3)
69-
byebug (10.0.2)
70+
byebug (11.0.0)
7071
coderay (1.1.2)
71-
concurrent-ruby (1.1.4)
72+
concurrent-ruby (1.1.5)
7273
connection_pool (2.2.2)
7374
crack (0.4.3)
7475
safe_yaml (~> 1.0.0)
7576
crass (1.0.4)
7677
declarative (0.0.10)
7778
declarative-option (0.1.0)
78-
devise (4.5.0)
79+
devise (4.6.1)
7980
bcrypt (~> 3.0)
8081
orm_adapter (~> 0.1)
8182
railties (>= 4.1.0, < 6.0)
8283
responders
8384
warden (~> 1.2.3)
84-
dotenv (2.6.0)
85-
dotenv-rails (2.6.0)
86-
dotenv (= 2.6.0)
87-
railties (>= 3.2, < 6.0)
85+
dotenv (2.7.1)
86+
dotenv-rails (2.7.1)
87+
dotenv (= 2.7.1)
88+
railties (>= 3.2, < 6.1)
8889
erubi (1.8.0)
8990
execjs (2.7.0)
9091
faraday (0.15.4)
9192
multipart-post (>= 1.2, < 3)
92-
ffi (1.9.25)
93+
ffi (1.10.0)
9394
globalid (0.4.2)
9495
activesupport (>= 4.2.0)
95-
google-api-client (0.28.3)
96+
google-api-client (0.28.4)
9697
addressable (~> 2.5, >= 2.5.1)
9798
googleauth (>= 0.5, < 0.10.0)
9899
httpclient (>= 2.8.1, < 3.0)
@@ -109,15 +110,15 @@ GEM
109110
signet (~> 0.7)
110111
hashdiff (0.3.8)
111112
hiredis (0.6.3)
112-
httparty (0.16.3)
113+
httparty (0.16.4)
113114
mime-types (~> 3.0)
114115
multi_xml (>= 0.5.2)
115116
httpclient (2.8.3)
116-
i18n (1.5.3)
117+
i18n (1.6.0)
117118
concurrent-ruby (~> 1.0)
118119
jaro_winkler (1.5.2)
119120
jmespath (1.4.0)
120-
json (2.1.0)
121+
json (2.2.0)
121122
jwt (2.1.0)
122123
listen (3.1.5)
123124
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -140,18 +141,18 @@ GEM
140141
mini_portile2 (2.4.0)
141142
minitest (5.11.3)
142143
mono_logger (1.1.0)
143-
msgpack (1.2.6)
144+
msgpack (1.2.9)
144145
multi_json (1.13.1)
145146
multi_xml (0.6.0)
146147
multipart-post (2.0.0)
147148
mustermann (1.0.3)
148149
nio4r (2.3.1)
149150
nokogiri (1.10.1)
150151
mini_portile2 (~> 2.4.0)
151-
oj (3.7.8)
152+
oj (3.7.9)
152153
orm_adapter (0.5.0)
153154
os (1.0.0)
154-
parallel (1.13.0)
155+
parallel (1.14.0)
155156
parser (2.6.0.0)
156157
ast (~> 2.4.0)
157158
pg (1.1.4)
@@ -166,77 +167,79 @@ GEM
166167
method_source (~> 0.9.0)
167168
pry-rails (0.3.9)
168169
pry (>= 0.10.4)
170+
psych (3.1.0)
169171
public_suffix (3.0.3)
170172
puma (3.12.0)
171173
rack (2.0.6)
172174
rack-cors (1.0.2)
173-
rack-protection (2.0.3)
175+
rack-protection (2.0.5)
174176
rack
175177
rack-test (1.1.0)
176178
rack (>= 1.0, < 3)
177-
rails (5.2.2)
178-
actioncable (= 5.2.2)
179-
actionmailer (= 5.2.2)
180-
actionpack (= 5.2.2)
181-
actionview (= 5.2.2)
182-
activejob (= 5.2.2)
183-
activemodel (= 5.2.2)
184-
activerecord (= 5.2.2)
185-
activestorage (= 5.2.2)
186-
activesupport (= 5.2.2)
179+
rails (5.2.2.1)
180+
actioncable (= 5.2.2.1)
181+
actionmailer (= 5.2.2.1)
182+
actionpack (= 5.2.2.1)
183+
actionview (= 5.2.2.1)
184+
activejob (= 5.2.2.1)
185+
activemodel (= 5.2.2.1)
186+
activerecord (= 5.2.2.1)
187+
activestorage (= 5.2.2.1)
188+
activesupport (= 5.2.2.1)
187189
bundler (>= 1.3.0)
188-
railties (= 5.2.2)
190+
railties (= 5.2.2.1)
189191
sprockets-rails (>= 2.0.0)
190192
rails-dom-testing (2.0.3)
191193
activesupport (>= 4.2.0)
192194
nokogiri (>= 1.6)
193195
rails-html-sanitizer (1.0.4)
194196
loofah (~> 2.2, >= 2.2.2)
195-
railties (5.2.2)
196-
actionpack (= 5.2.2)
197-
activesupport (= 5.2.2)
197+
railties (5.2.2.1)
198+
actionpack (= 5.2.2.1)
199+
activesupport (= 5.2.2.1)
198200
method_source
199201
rake (>= 0.8.7)
200202
thor (>= 0.19.0, < 2.0)
201203
rainbow (3.0.0)
202204
rake (12.3.2)
203205
rb-fsevent (0.10.3)
204-
rb-inotify (0.9.10)
205-
ffi (>= 0.5.0, < 2)
206+
rb-inotify (0.10.0)
207+
ffi (~> 1.0)
206208
readthis (2.2.0)
207209
connection_pool (~> 2.1)
208210
redis (>= 3.0, < 5.0)
209-
redis (4.0.2)
211+
redis (4.1.0)
210212
redis-namespace (1.6.0)
211213
redis (>= 3.0.4)
212214
representable (3.0.4)
213215
declarative (< 0.1.0)
214216
declarative-option (< 0.2.0)
215217
uber (< 0.2.0)
216-
responders (2.4.0)
217-
actionpack (>= 4.2.0, < 5.3)
218-
railties (>= 4.2.0, < 5.3)
219-
resque (1.27.4)
218+
responders (2.4.1)
219+
actionpack (>= 4.2.0, < 6.0)
220+
railties (>= 4.2.0, < 6.0)
221+
resque (2.0.0)
220222
mono_logger (~> 1.0)
221223
multi_json (~> 1.0)
222-
redis-namespace (~> 1.3)
224+
redis-namespace (~> 1.6)
223225
sinatra (>= 0.9.2)
224226
vegas (~> 0.1.2)
225-
resque-heroku-signals (1.27.4.3)
226-
resque (= 1.27.4)
227+
resque-heroku-signals (2.0.0)
228+
resque (= 2.0.0)
227229
retriable (3.1.2)
228-
rubocop (0.63.1)
230+
rubocop (0.65.0)
229231
jaro_winkler (~> 1.5.1)
230232
parallel (~> 1.10)
231233
parser (>= 2.5, != 2.5.1.1)
232234
powerpack (~> 0.1)
235+
psych (>= 3.1.0)
233236
rainbow (>= 2.2.2, < 4.0)
234237
ruby-progressbar (~> 1.7)
235238
unicode-display_width (~> 1.4.0)
236239
ruby-progressbar (1.10.0)
237240
ruby_dep (1.5.0)
238-
safe_yaml (1.0.4)
239-
sass (3.5.7)
241+
safe_yaml (1.0.5)
242+
sass (3.7.3)
240243
sass-listen (~> 4.0.0)
241244
sass-listen (4.0.0)
242245
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -254,10 +257,10 @@ GEM
254257
faraday (~> 0.9)
255258
jwt (>= 1.5, < 3.0)
256259
multi_json (~> 1.10)
257-
sinatra (2.0.3)
260+
sinatra (2.0.5)
258261
mustermann (~> 1.0)
259262
rack (~> 2.0)
260-
rack-protection (= 2.0.3)
263+
rack-protection (= 2.0.5)
261264
tilt (~> 2.0)
262265
spring (2.0.2)
263266
activesupport (>= 4.2)
@@ -273,7 +276,7 @@ GEM
273276
sprockets (>= 3.0.0)
274277
thor (0.20.3)
275278
thread_safe (0.3.6)
276-
tilt (2.0.8)
279+
tilt (2.0.9)
277280
tzinfo (1.2.5)
278281
thread_safe (~> 0.1)
279282
uber (0.1.0)
@@ -282,8 +285,8 @@ GEM
282285
unicode-display_width (1.4.1)
283286
vegas (0.1.11)
284287
rack (>= 1.0.0)
285-
warden (1.2.7)
286-
rack (>= 1.0)
288+
warden (1.2.8)
289+
rack (>= 2.0.6)
287290
web-console (3.7.0)
288291
actionview (>= 5.0)
289292
activemodel (>= 5.0)
@@ -318,11 +321,11 @@ DEPENDENCIES
318321
pry-rails
319322
puma (~> 3.12)
320323
rack-cors
321-
rails (~> 5.2.2)
324+
rails (~> 5.2.2.1)
322325
readthis
323326
resque
324327
resque-heroku-signals
325-
rubocop (~> 0.63.1)
328+
rubocop (~> 0.65.0)
326329
sass-rails (~> 5.0)
327330
sentry-raven
328331
spring

app/views/users/registrations/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h2>Edit <%= resource_name.to_s.humanize %></h2>
22

33
<%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %>
4-
<%= devise_error_messages! %>
4+
<%= render 'devise/shared/error_messages' %>
55

66
<div class="field">
77
<%= f.label :email %><br />

config/database.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
<%
66
if Rails.env.development? || Rails.env.test?
77
# Copy current environment and overlay test-specific config onto it
8-
test_env = {}.update(ENV)
9-
Dotenv::ignoring_nonexistent_files do
10-
test_env.update(Dotenv::Environment.new('.env.test', true))
11-
end
8+
test_env = {}.update(ENV).update(Dotenv.parse('.env.test'))
129
1310
# Copy any `DATABASE_*` variables to current env as `DATABASE_*_TEST`
1411
test_env.each do |key, value|

config/environments/development.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# Mailers
3434
config.action_mailer.default_url_options = {
35-
:host => ENV.fetch('HOST_URL', 'localhost:3000')
35+
host: ENV.fetch('HOST_URL', 'localhost:3000').chomp('/')
3636
}
3737
config.action_mailer.delivery_method = :sendmail
3838
config.action_mailer.raise_delivery_errors = true

0 commit comments

Comments
 (0)