Skip to content

Commit

Permalink
Use upstream attr_encrypted
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenagreer committed Feb 28, 2024
1 parent ce110a0 commit aaa7d02
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions packages/camel_trail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PATH
remote: .
specs:
camel_trail (0.0.2)
attr_encrypted (= 4.0.0)
nitro_config
powerhome-attr_encrypted (= 1.2.0)
rails (>= 6.0.6.1, < 7.2)

GEM
Expand Down Expand Up @@ -83,6 +83,8 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
attr_encrypted (4.0.0)
encryptor (~> 3.0.0)
builder (3.2.4)
concurrent-ruby (1.2.3)
crass (1.0.6)
Expand Down Expand Up @@ -139,8 +141,6 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
powerhome-attr_encrypted (1.2.0)
encryptor (~> 3.0.0)
racc (1.7.3)
rack (2.2.8.1)
rack-test (2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/camel_trail/camel_trail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "docs/README.md"]

s.add_dependency "nitro_config"
s.add_dependency "powerhome-attr_encrypted", "1.2.0"
s.add_dependency "attr_encrypted", "4.0.0"

s.add_dependency "rails", ">= 6.0.6.1", "< 7.2"

Expand Down
8 changes: 4 additions & 4 deletions packages/camel_trail/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PATH
remote: ..
specs:
camel_trail (0.0.2)
attr_encrypted (= 4.0.0)
nitro_config
powerhome-attr_encrypted (= 1.2.0)
rails (>= 6.0.6.1, < 7.2)

GEM
Expand Down Expand Up @@ -79,6 +79,8 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
attr_encrypted (4.0.0)
encryptor (~> 3.0.0)
builder (3.2.4)
concurrent-ruby (1.2.3)
crass (1.0.6)
Expand Down Expand Up @@ -131,8 +133,6 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
powerhome-attr_encrypted (1.2.0)
encryptor (~> 3.0.0)
racc (1.7.3)
rack (2.2.8.1)
rack-test (2.1.0)
Expand Down Expand Up @@ -252,7 +252,7 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin-22
arm64-darwin
x86_64-linux

DEPENDENCIES
Expand Down
8 changes: 4 additions & 4 deletions packages/camel_trail/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PATH
remote: ..
specs:
camel_trail (0.0.2)
attr_encrypted (= 4.0.0)
nitro_config
powerhome-attr_encrypted (= 1.2.0)
rails (>= 6.0.6.1, < 7.2)

GEM
Expand Down Expand Up @@ -83,6 +83,8 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
attr_encrypted (4.0.0)
encryptor (~> 3.0.0)
builder (3.2.4)
concurrent-ruby (1.2.3)
crass (1.0.6)
Expand Down Expand Up @@ -135,8 +137,6 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
powerhome-attr_encrypted (1.2.0)
encryptor (~> 3.0.0)
racc (1.7.3)
rack (2.2.8.1)
rack-test (2.1.0)
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin-22
arm64-darwin
x86_64-linux

DEPENDENCIES
Expand Down
10 changes: 5 additions & 5 deletions packages/camel_trail/gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PATH
remote: ..
specs:
camel_trail (0.0.2)
attr_encrypted (= 4.0.0)
nitro_config
powerhome-attr_encrypted (= 1.2.0)
rails (>= 6.0.6.1, < 7.2)

GEM
Expand Down Expand Up @@ -98,6 +98,8 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
attr_encrypted (4.0.0)
encryptor (~> 3.0.0)
base64 (0.2.0)
bigdecimal (3.1.6)
builder (3.2.4)
Expand Down Expand Up @@ -159,8 +161,6 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
powerhome-attr_encrypted (1.2.0)
encryptor (~> 3.0.0)
psych (5.1.2)
stringio
racc (1.7.3)
Expand Down Expand Up @@ -287,7 +287,7 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin-22
arm64-darwin
x86_64-linux

DEPENDENCIES
Expand All @@ -305,4 +305,4 @@ DEPENDENCIES
yard (= 0.9.21)

BUNDLED WITH
2.4.10
2.5.4

0 comments on commit aaa7d02

Please sign in to comment.