Skip to content

Commit

Permalink
Loosen bundler dependency for old ruby support
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed May 4, 2017
1 parent e3ca639 commit f0aab10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary_struct.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ from/to a Hash.

spec.required_ruby_version = '>= 1.9.3'

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler", ">= 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", ">= 3.0"
spec.add_development_dependency "coveralls"
Expand Down

0 comments on commit f0aab10

Please sign in to comment.