Skip to content

Commit

Permalink
Drop unused attr_encrypted dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jul 13, 2022
1 parent b8d3d8e commit c936ca2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ PATH
shipit-engine (0.36.1)
active_model_serializers (~> 0.9.3)
ansi_stream (~> 0.0.6)
attr_encrypted (~> 3.1.0)
autoprefixer-rails (~> 6.4.1)
coffee-rails (~> 5.0)
explicit-parameters (~> 0.4.0)
Expand Down Expand Up @@ -106,8 +105,6 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ansi_stream (0.0.6)
ast (2.4.2)
attr_encrypted (3.1.0)
encryptor (~> 3.0.0)
autoprefixer-rails (6.4.1.1)
execjs
axiom-types (0.1.1)
Expand All @@ -134,7 +131,6 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
digest (3.1.0)
docile (1.4.0)
encryptor (3.0.0)
equalizer (0.0.11)
erubi (1.10.0)
execjs (2.8.1)
Expand Down
1 change: 0 additions & 1 deletion shipit-engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |s|

s.add_dependency('active_model_serializers', '~> 0.9.3')
s.add_dependency('ansi_stream', '~> 0.0.6')
s.add_dependency('attr_encrypted', '~> 3.1.0')
s.add_dependency('autoprefixer-rails', '~> 6.4.1')
s.add_dependency('coffee-rails', '~> 5.0')
s.add_dependency('explicit-parameters', '~> 0.4.0')
Expand Down

0 comments on commit c936ca2

Please sign in to comment.