Skip to content

Commit 05c2ff3

Browse files
chore(deps): update all non-major bundler dependencies (#529)
* chore(deps): update all non-major bundler dependencies * Update Gemfile * Update Gemfile * moved factory bot to plugins rubocop * generated gem.lock file * chore(deps): update all non-major bundler dependencies * Update Gemfile * Update Gemfile * generated gem.lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lodewiges <[email protected]> Co-authored-by: Jorai Geertsema <[email protected]>
1 parent 8270046 commit 05c2ff3

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ gem 'redis', '~> 5.4'
3636
gem 'roo', '~> 2.10', '>= 2.10.1'
3737
gem 'ruby-filemagic', '~> 0.7', '>= 0.7.3'
3838
gem 'rubyzip', '~> 2.4', '>= 2.4.1'
39-
gem 'sentry-rails', '~> 5.5'
40-
gem 'sentry-ruby', '~> 5.5'
41-
gem 'sentry-sidekiq', '~> 5.5'
39+
gem 'sentry-rails', '~> 5.22', '>= 5.22.4'
40+
gem 'sentry-ruby', '~> 5.22', '>= 5.22.4'
41+
gem 'sentry-sidekiq', '~> 5.22', '>= 5.22.4'
4242
gem 'sepa_king', '~> 0.14'
4343
gem 'sidekiq', '~> 7.3', '>= 7.3.9'
4444
gem 'sidekiq-scheduler', '~> 5.0', '>= 5.0.6'

Gemfile.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
GEM
32
remote: https://rubygems.org/
43
specs:
@@ -189,9 +188,6 @@ GEM
189188
http-cookie (1.0.4)
190189
domain_name (~> 0.5)
191190
http-form_data (2.3.0)
192-
http_router (0.11.2)
193-
rack (>= 1.0.0)
194-
url_mount (~> 0.2.1)
195191
i18n (1.14.7)
196192
concurrent-ruby (~> 1.0)
197193
iban-tools (1.2.1)
@@ -507,9 +503,6 @@ GEM
507503
unicode-emoji (~> 4.0, >= 4.0.4)
508504
unicode-emoji (4.0.4)
509505
uniform_notifier (1.16.0)
510-
url_mount (0.2.1)
511-
rack
512-
uuidtools (2.2.0)
513506
validates_timeliness (7.1.0)
514507
activemodel (>= 7.0.0, < 8)
515508
timeliness (>= 0.3.10, < 1)
@@ -597,9 +590,9 @@ DEPENDENCIES
597590
rubocop-rspec_rails (~> 2.30, >= 2.30.0)
598591
ruby-filemagic (~> 0.7, >= 0.7.3)
599592
rubyzip (~> 2.4, >= 2.4.1)
600-
sentry-rails (~> 5.5)
601-
sentry-ruby (~> 5.5)
602-
sentry-sidekiq (~> 5.5)
593+
sentry-rails (~> 5.22, >= 5.22.4)
594+
sentry-ruby (~> 5.22, >= 5.22.4)
595+
sentry-sidekiq (~> 5.22, >= 5.22.4)
603596
sepa_king (~> 0.14)
604597
sidekiq (~> 7.3, >= 7.3.9)
605598
sidekiq-scheduler (~> 5.0, >= 5.0.6)

0 commit comments

Comments
 (0)