Skip to content

Commit

Permalink
dependency update - rake
Browse files Browse the repository at this point in the history
  • Loading branch information
m1lt0n committed Sep 11, 2020
1 parent 505fcb8 commit e25ef7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dead_simple_authorization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec"
end
2 changes: 1 addition & 1 deletion lib/dead_simple_authorization/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeadSimpleAuthorization
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit e25ef7a

Please sign in to comment.