Skip to content

Commit

Permalink
Merge pull request #336 from sambostock/drop-active-model
Browse files Browse the repository at this point in the history
Drop unused dependency on `activemodel`
  • Loading branch information
rafaelfranca committed Dec 8, 2023
2 parents a3b7c2a + 5f3cd44 commit 9a5c089
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require File.expand_path("../boot", __FILE__)

require "active_model/railtie"
require "action_controller/railtie"
require "action_view/railtie"

Expand Down
1 change: 0 additions & 1 deletion web-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |s|
rails_version = ">= 6.0.0"

s.add_dependency "railties", rails_version
s.add_dependency "activemodel", rails_version
s.add_dependency "actionview", rails_version
s.add_dependency "bindex", ">= 0.4.0"
end

0 comments on commit 9a5c089

Please sign in to comment.