Skip to content

Commit 342dce7

Browse files
committed
maint: Update gems
1 parent b345d23 commit 342dce7

40 files changed

+29
-29
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem "aws-sdk-s3", require: false
4848
gem "file_validators"
4949

5050
# Templating utilities
51-
gem 'haml-rails', '~> 1.0'
51+
gem 'haml-rails', '~> 2.0'
5252
gem 'simple_form'
5353
gem 'ajax-datatables-rails', '~> 0.4.0' # Does NOT follow semver
5454
gem 'roadie-rails'

Gemfile.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ GEM
5555
autoprefixer-rails (9.5.1.1)
5656
execjs
5757
aws-eventstream (1.0.3)
58-
aws-partitions (1.164.0)
59-
aws-sdk-core (3.52.1)
58+
aws-partitions (1.168.0)
59+
aws-sdk-core (3.54.0)
6060
aws-eventstream (~> 1.0, >= 1.0.2)
6161
aws-partitions (~> 1.0)
6262
aws-sigv4 (~> 1.1)
6363
jmespath (~> 1.0)
64-
aws-sdk-kms (1.20.0)
65-
aws-sdk-core (~> 3, >= 3.52.1)
64+
aws-sdk-kms (1.21.0)
65+
aws-sdk-core (~> 3, >= 3.53.0)
6666
aws-sigv4 (~> 1.1)
67-
aws-sdk-s3 (1.39.0)
68-
aws-sdk-core (~> 3, >= 3.52.1)
67+
aws-sdk-s3 (1.40.0)
68+
aws-sdk-core (~> 3, >= 3.53.0)
6969
aws-sdk-kms (~> 1)
7070
aws-sigv4 (~> 1.0)
7171
aws-sigv4 (1.1.0)
@@ -78,7 +78,7 @@ GEM
7878
bindex (0.7.0)
7979
binding_of_caller (0.8.0)
8080
debug_inspector (>= 0.0.1)
81-
blazer (2.0.1)
81+
blazer (2.0.2)
8282
activerecord (>= 4.2)
8383
chartkick
8484
railties (>= 4.2)
@@ -91,15 +91,15 @@ GEM
9191
sassc-rails (>= 2.0.0)
9292
builder (3.2.3)
9393
byebug (11.0.1)
94-
capybara (3.20.2)
94+
capybara (3.21.0)
9595
addressable
9696
mini_mime (>= 0.1.3)
9797
nokogiri (~> 1.8)
9898
rack (>= 1.6.0)
9999
rack-test (>= 0.6.3)
100-
regexp_parser (~> 1.2)
100+
regexp_parser (~> 1.5)
101101
xpath (~> 3.2)
102-
chartkick (3.0.2)
102+
chartkick (3.1.0)
103103
childprocess (1.0.1)
104104
rake (< 13.0)
105105
chromedriver-helper (2.1.1)
@@ -166,7 +166,7 @@ GEM
166166
raabro (~> 1.1)
167167
globalid (0.4.2)
168168
activesupport (>= 4.2.0)
169-
groupdate (4.1.1)
169+
groupdate (4.1.2)
170170
activesupport (>= 4.2)
171171
guard (2.15.0)
172172
formatador (>= 0.2.4)
@@ -181,16 +181,16 @@ GEM
181181
guard-minitest (2.4.6)
182182
guard-compat (~> 1.2)
183183
minitest (>= 3.0)
184-
haml (5.1.0)
184+
haml (5.1.1)
185185
temple (>= 0.8.0)
186186
tilt
187-
haml-rails (1.0.0)
188-
actionpack (>= 4.0.1)
189-
activesupport (>= 4.0.1)
187+
haml-rails (2.0.1)
188+
actionpack (>= 5.1)
189+
activesupport (>= 5.1)
190190
haml (>= 4.0.6, < 6.0)
191191
html2haml (>= 1.0.1)
192-
railties (>= 4.0.1)
193-
hashdiff (0.3.9)
192+
railties (>= 5.1)
193+
hashdiff (0.4.0)
194194
hashie (3.6.0)
195195
highcharts-rails (6.0.3)
196196
railties (>= 3.1)
@@ -218,7 +218,7 @@ GEM
218218
jquery-ui-rails (= 4.0.3)
219219
railties (>= 3.1.0)
220220
json (2.2.0)
221-
jwt (2.1.0)
221+
jwt (2.2.1)
222222
listen (3.1.5)
223223
rb-fsevent (~> 0.9, >= 0.9.4)
224224
rb-inotify (~> 0.9, >= 0.9.7)
@@ -279,7 +279,7 @@ GEM
279279
pry (0.12.2)
280280
coderay (~> 1.1.0)
281281
method_source (~> 0.9.0)
282-
public_suffix (3.0.3)
282+
public_suffix (3.1.0)
283283
puma (3.12.1)
284284
raabro (1.1.6)
285285
rack (2.0.7)
@@ -328,7 +328,7 @@ GEM
328328
ffi (~> 1.0)
329329
redcarpet (3.4.0)
330330
redis (4.1.1)
331-
regexp_parser (1.5.0)
331+
regexp_parser (1.5.1)
332332
responders (2.4.1)
333333
actionpack (>= 4.2.0, < 6.0)
334334
railties (>= 4.2.0, < 6.0)
@@ -338,13 +338,13 @@ GEM
338338
roadie-rails (2.1.0)
339339
railties (>= 5.1, < 6.1)
340340
roadie (~> 3.1)
341-
rollbar (2.19.4)
341+
rollbar (2.20.0)
342342
multi_json
343-
ruby-progressbar (1.10.0)
343+
ruby-progressbar (1.10.1)
344344
ruby_dep (1.5.0)
345345
ruby_parser (3.13.1)
346346
sexp_processor (~> 4.9)
347-
rubyzip (1.2.2)
347+
rubyzip (1.2.3)
348348
safe_yaml (1.0.5)
349349
safely_block (0.2.1)
350350
errbase
@@ -369,7 +369,7 @@ GEM
369369
sprockets-rails
370370
tilt
371371
selectize-rails (0.12.6)
372-
selenium-webdriver (3.142.2)
372+
selenium-webdriver (3.142.3)
373373
childprocess (>= 0.5, < 2.0)
374374
rubyzip (~> 1.2, >= 1.2.2)
375375
sexp_processor (4.12.0)
@@ -399,9 +399,9 @@ GEM
399399
json (>= 1.8, < 3)
400400
simplecov-html (~> 0.10.0)
401401
simplecov-html (0.10.2)
402-
skylight (4.0.1)
403-
skylight-core (= 4.0.1)
404-
skylight-core (4.0.1)
402+
skylight (4.0.2)
403+
skylight-core (= 4.0.2)
404+
skylight-core (4.0.2)
405405
activesupport (>= 4.2.0)
406406
sparkpost_rails (1.5.1)
407407
rails (>= 4.0, < 5.3)
@@ -482,7 +482,7 @@ DEPENDENCIES
482482
groupdate
483483
guard
484484
guard-minitest
485-
haml-rails (~> 1.0)
485+
haml-rails (~> 2.0)
486486
highcharts-rails (~> 6.0)
487487
httparty
488488
jquery-rails
-15.5 KB
Binary file not shown.
15.5 KB
Binary file not shown.

vendor/cache/aws-sdk-kms-1.20.0.gem

-54 KB
Binary file not shown.

vendor/cache/aws-sdk-kms-1.21.0.gem

57 KB
Binary file not shown.

vendor/cache/aws-sdk-s3-1.39.0.gem

-176 KB
Binary file not shown.

vendor/cache/aws-sdk-s3-1.40.0.gem

176 KB
Binary file not shown.

vendor/cache/blazer-2.0.1.gem

-754 KB
Binary file not shown.

0 commit comments

Comments
 (0)