Skip to content

Commit

Permalink
Drop dependency on hashie-forbidden_attributes. It was for grape/acti…
Browse files Browse the repository at this point in the history
…verecord compatibility, which hasn't been part of this lib since the name change
  • Loading branch information
jhollinger committed Dec 13, 2024
1 parent 75abfec commit 24fe1e0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions gemfiles/ar_6.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
otr-activerecord (2.4.0)
activerecord (>= 6.0, < 8.1)
hashie-forbidden_attributes (~> 0.1)

GEM
remote: https://rubygems.org/
Expand All @@ -24,9 +23,6 @@ GEM
rake
thor (>= 0.14.0)
concurrent-ruby (1.3.3)
hashie (5.0.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.24.0)
Expand Down
4 changes: 0 additions & 4 deletions gemfiles/ar_7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
otr-activerecord (2.4.0)
activerecord (>= 6.0, < 8.1)
hashie-forbidden_attributes (~> 0.1)

GEM
remote: https://rubygems.org/
Expand All @@ -23,9 +22,6 @@ GEM
rake
thor (>= 0.14.0)
concurrent-ruby (1.3.3)
hashie (5.0.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.24.0)
Expand Down
4 changes: 0 additions & 4 deletions gemfiles/ar_7.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
otr-activerecord (2.4.0)
activerecord (>= 6.0, < 8.1)
hashie-forbidden_attributes (~> 0.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -33,9 +32,6 @@ GEM
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
drb (2.2.1)
hashie (5.0.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.24.0)
Expand Down
4 changes: 0 additions & 4 deletions gemfiles/ar_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
otr-activerecord (2.4.0)
activerecord (>= 6.0, < 8.1)
hashie-forbidden_attributes (~> 0.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -34,9 +33,6 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
hashie (5.0.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
logger (1.6.0)
Expand Down
4 changes: 0 additions & 4 deletions gemfiles/ar_8.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
otr-activerecord (2.4.0)
activerecord (>= 6.0, < 8.1)
hashie-forbidden_attributes (~> 0.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -37,9 +36,6 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
hashie (5.0.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
logger (1.6.3)
Expand Down
1 change: 0 additions & 1 deletion lib/otr-activerecord.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'active_record'
require 'hashie-forbidden_attributes'

require 'otr-activerecord/version'
require 'otr-activerecord/activerecord'
Expand Down
1 change: 0 additions & 1 deletion otr-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.0.0'

gem.add_runtime_dependency 'activerecord', ['>= 6.0', '< 8.1']
gem.add_runtime_dependency 'hashie-forbidden_attributes', '~> 0.1'
end

0 comments on commit 24fe1e0

Please sign in to comment.