Skip to content

Commit

Permalink
Merge pull request #3427 from railsadminteam/remove-builder-dep
Browse files Browse the repository at this point in the history
Remove builder dependency
  • Loading branch information
mshibuya committed Nov 28, 2021
2 parents 5cd807e + 2b542ed commit fa0db21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/helpers/rails_admin/main_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'builder'

module RailsAdmin
module MainHelper
def rails_admin_form_for(*args, &block)
Expand Down
1 change: 0 additions & 1 deletion rails_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require 'rails_admin/version'
Gem::Specification.new do |spec|
# If you add a dependency, please maintain alphabetical order
spec.add_dependency 'activemodel-serializers-xml', '>= 1.0'
spec.add_dependency 'builder', '~> 3.1'
spec.add_dependency 'jquery-rails', ['>= 3.0', '< 5']
spec.add_dependency 'jquery-ui-rails', ['>= 6.0', '< 7']
spec.add_dependency 'kaminari', '>= 0.14', '< 2.0'
Expand Down

0 comments on commit fa0db21

Please sign in to comment.