Skip to content

Commit

Permalink
Free bundler again
Browse files Browse the repository at this point in the history
  • Loading branch information
KingTiger001 committed May 28, 2019
1 parent 4c598b4 commit 374ac69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpacker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "railties", ">= 4.2"
s.add_dependency "rack-proxy", ">= 0.6.1"

s.add_development_dependency "bundler", "< 2.0", ">= 1.3.0"
s.add_development_dependency "bundler", ">= 1.3.0"
s.add_development_dependency "rubocop", "< 0.69"

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 374ac69

Please sign in to comment.