Skip to content

Commit d998cc9

Browse files
authored
Update all Bundler dependencies (2022-01-15) (#590)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent cf95af4 commit d998cc9

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

.rubocop.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ Style/NumericLiterals:
4141

4242
Style/StringLiterals:
4343
EnforcedStyle: double_quotes
44+
45+
################################################################################
46+
#
47+
# Rules we don't want to enable
48+
#
49+
################################################################################
50+
51+
Rails/SchemaComment: { Enabled: false }

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ GEM
3939
delayed_job_active_record (4.1.6)
4040
activerecord (>= 3.0, < 6.2)
4141
delayed_job (>= 3.0, < 5)
42-
diff-lcs (1.4.4)
42+
diff-lcs (1.5.0)
4343
docile (1.4.0)
4444
execjs (2.8.1)
4545
faker (2.19.0)
4646
i18n (>= 1.6, < 2)
4747
feedbag (0.10.1)
4848
nokogiri (~> 1.8, >= 1.8.2)
4949
open_uri_redirections (~> 0.2)
50-
feedjira (3.2.0)
50+
feedjira (3.2.1)
5151
loofah (>= 2.3.1)
5252
sax-machine (>= 1.0)
53-
ffi (1.15.4)
53+
ffi (1.15.5)
5454
httparty (0.20.0)
5555
mime-types (~> 3.0)
5656
multi_xml (>= 0.5.2)
@@ -63,21 +63,21 @@ GEM
6363
method_source (1.0.0)
6464
mime-types (3.4.1)
6565
mime-types-data (~> 3.2015)
66-
mime-types-data (3.2021.1115)
66+
mime-types-data (3.2022.0105)
6767
mini_mime (1.1.2)
68-
mini_portile2 (2.6.1)
68+
mini_portile2 (2.7.1)
6969
minitest (5.15.0)
7070
multi_json (1.15.0)
7171
multi_xml (0.6.0)
7272
mustermann (1.1.1)
7373
ruby2_keywords (~> 0.0.1)
7474
nio4r (2.5.8)
75-
nokogiri (1.12.5)
76-
mini_portile2 (~> 2.6.1)
75+
nokogiri (1.13.1)
76+
mini_portile2 (~> 2.7.0)
7777
racc (~> 1.4)
7878
open_uri_redirections (0.2.1)
7979
parallel (1.21.0)
80-
parser (3.0.3.2)
80+
parser (3.1.0.0)
8181
ast (~> 2.4.1)
8282
pg (1.2.3)
8383
pry (0.13.1)
@@ -100,7 +100,7 @@ GEM
100100
racksh (1.0.0)
101101
rack (>= 1.0)
102102
rack-test (>= 0.5)
103-
rainbow (3.0.0)
103+
rainbow (3.1.1)
104104
rake (13.0.6)
105105
rb-fsevent (0.11.0)
106106
rb-inotify (0.10.1)
@@ -113,7 +113,7 @@ GEM
113113
rspec-mocks (~> 3.10.0)
114114
rspec-core (3.10.1)
115115
rspec-support (~> 3.10.0)
116-
rspec-expectations (3.10.1)
116+
rspec-expectations (3.10.2)
117117
diff-lcs (>= 1.2.0, < 2.0)
118118
rspec-support (~> 3.10.0)
119119
rspec-html-matchers (0.9.4)
@@ -123,24 +123,24 @@ GEM
123123
diff-lcs (>= 1.2.0, < 2.0)
124124
rspec-support (~> 3.10.0)
125125
rspec-support (3.10.3)
126-
rubocop (1.23.0)
126+
rubocop (1.24.1)
127127
parallel (~> 1.10)
128128
parser (>= 3.0.0.0)
129129
rainbow (>= 2.2.2, < 4.0)
130130
regexp_parser (>= 1.8, < 3.0)
131131
rexml
132-
rubocop-ast (>= 1.12.0, < 2.0)
132+
rubocop-ast (>= 1.15.1, < 2.0)
133133
ruby-progressbar (~> 1.7)
134134
unicode-display_width (>= 1.4.0, < 3.0)
135-
rubocop-ast (1.15.0)
135+
rubocop-ast (1.15.1)
136136
parser (>= 3.0.1.1)
137-
rubocop-rails (2.12.4)
137+
rubocop-rails (2.13.2)
138138
activesupport (>= 4.2.0)
139139
rack (>= 1.1)
140140
rubocop (>= 1.7.0, < 2.0)
141141
rubocop-rake (0.6.0)
142142
rubocop (~> 1.0)
143-
rubocop-rspec (2.6.0)
143+
rubocop-rspec (2.7.0)
144144
rubocop (~> 1.19)
145145
ruby-progressbar (1.11.0)
146146
ruby2_keywords (0.0.5)
@@ -163,7 +163,7 @@ GEM
163163
rack (~> 2.2)
164164
rack-protection (= 2.1.0)
165165
tilt (~> 2.0)
166-
sinatra-activerecord (2.0.23)
166+
sinatra-activerecord (2.0.25)
167167
activerecord (>= 4.1)
168168
sinatra (>= 1.0)
169169
sinatra-contrib (2.1.0)
@@ -182,11 +182,11 @@ GEM
182182
sync (0.5.0)
183183
term-ansicolor (1.7.1)
184184
tins (~> 1.0)
185-
thor (1.1.0)
185+
thor (1.2.1)
186186
thread (0.2.2)
187187
tilt (2.0.10)
188188
timecop (0.9.4)
189-
tins (1.29.1)
189+
tins (1.31.0)
190190
sync
191191
tzinfo (2.0.4)
192192
concurrent-ruby (~> 1.0)
@@ -196,7 +196,7 @@ GEM
196196
will_paginate (3.3.1)
197197
xpath (3.2.0)
198198
nokogiri (~> 1.8)
199-
zeitwerk (2.5.1)
199+
zeitwerk (2.5.3)
200200

201201
PLATFORMS
202202
ruby

0 commit comments

Comments
 (0)