Skip to content

Commit

Permalink
Merge pull request #9 from sue445/sue445-patch-1
Browse files Browse the repository at this point in the history
Relax bundler dependency
  • Loading branch information
sue445 committed Dec 12, 2018
2 parents dbc0074 + e40dff9 commit de6595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-compatible_legacy_migration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "activerecord", ">= 4.0.0"

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "bundler", ">= 1.12"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "rails"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit de6595f

Please sign in to comment.