Skip to content

Commit

Permalink
update bundler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
m1lt0n committed Sep 11, 2020
1 parent e25ef7a commit 8883990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dead_simple_authorization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec"
end

0 comments on commit 8883990

Please sign in to comment.