Skip to content

Commit 1037367

Browse files
chore(deps): update active_model_otp to v2 (#476)
* chore(deps): update active_model_otp digest to d41713e * Update Gemfile * updated gemfile * added version to gemfile --------- 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 bd7df9d commit 1037367

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source 'https://rubygems.org'
22

3-
gem 'active_model_otp', git: 'https://github.com/heapsource/active_model_otp.git', ref: '6ed9927'
43
gem 'dav4rack', git: 'https://github.com/csvalpha/dav4rack.git', ref: '8541e53'
54

5+
gem 'active_model_otp', '~> 2.3'
66
gem 'bcrypt', '~> 3.1', '>= 3.1.20'
77
gem 'bootsnap', '~> 1.18', '>= 1.18.4'
88
gem 'carrierwave', '~> 3.1', '>= 3.1.1'

Gemfile.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ GIT
1010
uuidtools (>= 2.1.5)
1111
webrick (>= 1.7.0)
1212

13-
GIT
14-
remote: https://github.com/heapsource/active_model_otp.git
15-
revision: 6ed9927ac2457b3fa7d59931f7758cac209c3b71
16-
ref: 6ed9927
17-
specs:
18-
active_model_otp (1.2.0)
19-
activemodel
20-
rotp (~> 4.0.0)
21-
2213
GEM
2314
remote: https://rubygems.org/
2415
specs:
@@ -67,6 +58,9 @@ GEM
6758
erubi (~> 1.4)
6859
rails-dom-testing (~> 2.0)
6960
rails-html-sanitizer (~> 1.1, >= 1.2.0)
61+
active_model_otp (2.3.4)
62+
activemodel
63+
rotp (~> 6.3.0)
7064
activejob (7.0.8.7)
7165
activesupport (= 7.0.8.7)
7266
globalid (>= 0.3.6)
@@ -215,7 +209,7 @@ GEM
215209
http_router (0.11.2)
216210
rack (>= 1.0.0)
217211
url_mount (~> 0.2.1)
218-
i18n (1.14.6)
212+
i18n (1.14.7)
219213
concurrent-ruby (~> 1.0)
220214
iban-tools (1.2.1)
221215
icalendar (2.10.3)
@@ -402,8 +396,7 @@ GEM
402396
roo (2.10.1)
403397
nokogiri (~> 1)
404398
rubyzip (>= 1.3.0, < 3.0.0)
405-
rotp (4.0.2)
406-
addressable (~> 2.5)
399+
rotp (6.3.0)
407400
rspec (3.11.0)
408401
rspec-core (~> 3.11.0)
409402
rspec-expectations (~> 3.11.0)
@@ -536,7 +529,7 @@ PLATFORMS
536529
x86-mswin32
537530

538531
DEPENDENCIES
539-
active_model_otp!
532+
active_model_otp (~> 2.3)
540533
awesome_print
541534
bcrypt (~> 3.1, >= 3.1.20)
542535
better_errors

0 commit comments

Comments
 (0)