Skip to content

Commit 3489d45

Browse files
chore(deps): update all non-major bundler dependencies (#1053)
* chore(deps): update all non-major bundler dependencies * Update Gemfile * generate gemfile.lock * chore(deps): update all non-major bundler dependencies * Update Gemfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lodewiges <[email protected]> Co-authored-by: Lodewiges <[email protected]>
1 parent c350874 commit 3489d45

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'http', '~> 5.2.0'
1212
gem 'jbuilder', '~> 2.13.0'
1313
gem 'jquery-rails', '~> 4.6.0'
1414
gem 'kaminari', '~> 1.2.2'
15-
gem 'mollie-api-ruby', '~> 4.16.0'
15+
gem 'mollie-api-ruby', '~> 4.17.0'
1616
gem 'net-imap', require: false
1717
gem 'net-pop', require: false
1818
gem 'net-smtp', require: false
@@ -47,10 +47,10 @@ group :development, :test do
4747
gem 'awesome_print'
4848
gem 'better_errors'
4949
gem 'brakeman', require: false
50-
gem 'bullet', '~> 8.0', '>= 8.0.1'
50+
gem 'bullet', '~> 8.0', '>= 8.0.6'
5151
gem 'colorize'
5252
gem 'consistency_fail'
53-
gem 'dotenv-rails', '~> 3.1.7'
53+
gem 'dotenv-rails', '~> 3.1.8'
5454
gem 'guard-livereload', '~> 2.5.2'
5555
gem 'guard-rspec', require: false
5656
gem 'pry-byebug'
@@ -72,7 +72,7 @@ end
7272

7373
group :test do
7474
gem 'rails-controller-testing', '~> 1.0.5'
75-
gem 'rubocop', '~> 1.75.3', require: false
75+
gem 'rubocop', '~> 1.75.5', require: false
7676
gem 'rubocop-factory_bot', '~> 2.27.1', require: false
7777
gem 'rubocop-performance', '~> 1.25', require: false
7878
gem 'rubocop-rails', '~> 2.31', require: false

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
brakeman (5.2.3)
9999
browser (6.2.0)
100100
builder (3.3.0)
101-
bullet (8.0.1)
101+
bullet (8.0.6)
102102
activesupport (>= 3.0.0)
103103
uniform_notifier (~> 1.11)
104104
byebug (11.1.3)
@@ -116,7 +116,7 @@ GEM
116116
coderay (1.1.3)
117117
colorize (0.8.1)
118118
concurrent-ruby (1.3.5)
119-
connection_pool (2.5.0)
119+
connection_pool (2.5.3)
120120
consistency_fail (0.3.7)
121121
crass (1.0.6)
122122
date (3.4.1)
@@ -133,9 +133,9 @@ GEM
133133
docile (1.4.0)
134134
domain_name (0.5.20190701)
135135
unf (>= 0.0.5, < 1.0.0)
136-
dotenv (3.1.7)
137-
dotenv-rails (3.1.7)
138-
dotenv (= 3.1.7)
136+
dotenv (3.1.8)
137+
dotenv-rails (3.1.8)
138+
dotenv (= 3.1.8)
139139
railties (>= 6.1)
140140
drb (2.2.1)
141141
em-websocket (0.5.3)
@@ -204,7 +204,7 @@ GEM
204204
i18n (1.14.7)
205205
concurrent-ruby (~> 1.0)
206206
io-console (0.8.0)
207-
irb (1.15.1)
207+
irb (1.15.2)
208208
pp (>= 0.6.0)
209209
rdoc (>= 4.0.0)
210210
reline (>= 0.4.2)
@@ -237,7 +237,7 @@ GEM
237237
llhttp-ffi (0.5.0)
238238
ffi-compiler (~> 1.0)
239239
rake (~> 13.0)
240-
logger (1.6.6)
240+
logger (1.7.0)
241241
loofah (2.24.0)
242242
crass (~> 1.0.2)
243243
nokogiri (>= 1.12.0)
@@ -257,7 +257,7 @@ GEM
257257
mini_mime (1.1.5)
258258
mini_portile2 (2.8.8)
259259
minitest (5.25.5)
260-
mollie-api-ruby (4.16.0)
260+
mollie-api-ruby (4.17.0)
261261
bigdecimal (~> 3.1, >= 3.1.8)
262262
ostruct (~> 0.6.0)
263263
msgpack (1.5.2)
@@ -267,7 +267,7 @@ GEM
267267
nenv (0.3.0)
268268
date
269269
net-protocol
270-
net-imap (0.5.7)
270+
net-imap (0.5.8)
271271
date
272272
net-protocol
273273
net-pop (0.1.2)
@@ -281,10 +281,10 @@ GEM
281281
net-ssh (6.1.0)
282282
netrc (0.11.0)
283283
nio4r (2.7.4)
284-
nokogiri (1.18.6)
284+
nokogiri (1.18.8)
285285
mini_portile2 (~> 2.8.2)
286286
racc (~> 1.4)
287-
nokogiri (1.18.6-x86_64-linux-gnu)
287+
nokogiri (1.18.8-x86_64-linux-gnu)
288288
racc (~> 1.4)
289289
notiffany (0.1.3)
290290
nenv (~> 0.1)
@@ -329,7 +329,7 @@ GEM
329329
pry (>= 0.13, < 0.15)
330330
pry-rails (0.3.9)
331331
pry (>= 0.10.4)
332-
psych (5.2.3)
332+
psych (5.2.5)
333333
date
334334
stringio
335335
public_suffix (4.0.7)
@@ -339,7 +339,7 @@ GEM
339339
activesupport (>= 3.0.0)
340340
raabro (1.4.0)
341341
racc (1.8.1)
342-
rack (2.2.13)
342+
rack (2.2.14)
343343
rack-attack (6.7.0)
344344
rack (>= 1.0, < 4)
345345
rack-protection (3.0.6)
@@ -395,7 +395,7 @@ GEM
395395
rb-inotify (0.10.1)
396396
ffi (~> 1.0)
397397
rb-readline (0.5.5)
398-
rdoc (6.13.0)
398+
rdoc (6.13.1)
399399
psych (>= 4.0.0)
400400
redis (4.8.1)
401401
redis-actionpack (5.3.0)
@@ -417,7 +417,7 @@ GEM
417417
redis-store (1.9.1)
418418
redis (>= 4, < 5)
419419
regexp_parser (2.10.0)
420-
reline (0.6.0)
420+
reline (0.6.1)
421421
io-console (~> 0.5)
422422
request_store (1.7.0)
423423
rack (>= 1.4)
@@ -450,7 +450,7 @@ GEM
450450
rspec-mocks (~> 3.12)
451451
rspec-support (~> 3.12)
452452
rspec-support (3.12.0)
453-
rubocop (1.75.3)
453+
rubocop (1.75.5)
454454
json (~> 2.3)
455455
language_server-protocol (~> 3.17.0.2)
456456
lint_roller (~> 1.1.0)
@@ -544,7 +544,7 @@ GEM
544544
sshkit (1.21.2)
545545
net-scp (>= 1.1.2)
546546
net-ssh (>= 2.8.0)
547-
stringio (3.1.6)
547+
stringio (3.1.7)
548548
terminal-notifier-guard (1.7.0)
549549
thor (1.3.2)
550550
tilt (2.1.0)
@@ -601,13 +601,13 @@ DEPENDENCIES
601601
bootsnap (~> 1.18.4)
602602
brakeman
603603
browser (~> 6.2.0)
604-
bullet (~> 8.0, >= 8.0.1)
604+
bullet (~> 8.0, >= 8.0.6)
605605
capistrano-sidekiq
606606
colorize
607607
consistency_fail
608608
devise (~> 4.9.4)
609609
devise-i18n (~> 1.13.0)
610-
dotenv-rails (~> 3.1.7)
610+
dotenv-rails (~> 3.1.8)
611611
factory_bot_rails (~> 6.4.4)
612612
faker (~> 3.5.1)
613613
font-awesome-rails (~> 4.7.0.9)
@@ -620,7 +620,7 @@ DEPENDENCIES
620620
kaminari (~> 1.2.2)
621621
listen
622622
mina (~> 1.2.5)
623-
mollie-api-ruby (~> 4.16.0)
623+
mollie-api-ruby (~> 4.17.0)
624624
net-imap
625625
net-pop
626626
net-smtp
@@ -642,7 +642,7 @@ DEPENDENCIES
642642
redis-rails (~> 5.0.2)
643643
rest-client (~> 2.1.0)
644644
rspec-rails
645-
rubocop (~> 1.75.3)
645+
rubocop (~> 1.75.5)
646646
rubocop-factory_bot (~> 2.27.1)
647647
rubocop-performance (~> 1.25)
648648
rubocop-rails (~> 2.31)

0 commit comments

Comments
 (0)