Skip to content

Commit

Permalink
Remove activemodel dependency
Browse files Browse the repository at this point in the history
Because it prevents using this gem with Rails 7.
  • Loading branch information
artemave authored and tylerwillingham committed Jan 21, 2022
1 parent ed6ae65 commit 65ae1c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PATH
remote: .
specs:
fake_idp (1.0.5)
activemodel (>= 5.2.5, < 7.0)
builder (>= 3.2.2)
nokogiri (~> 1.12.5)
ruby-saml (~> 1.13.0)
Expand Down
1 change: 0 additions & 1 deletion fake_idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "nokogiri", "~> 1.12.5"
spec.add_dependency "builder", ">= 3.2.2"
spec.add_dependency "activemodel", ">= 5.2.5", "< 7.0"
spec.add_dependency "xmlenc", ">= 0.7.1"

spec.add_development_dependency "bundler", "~> 2"
Expand Down

0 comments on commit 65ae1c3

Please sign in to comment.