Skip to content

Commit

Permalink
Remove version constraint on require_all in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Oct 29, 2020
1 parent 0bcf2b9 commit 9368dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin_addons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_dependency "active_material"
s.add_dependency "railties"
s.add_dependency "require_all", "~> 3.0"
s.add_dependency "require_all"
s.add_dependency "sassc"
s.add_dependency "sassc-rails"
s.add_dependency "xdan-datetimepicker-rails", "~> 2.5.1"
Expand Down

0 comments on commit 9368dc4

Please sign in to comment.