Skip to content

Commit

Permalink
update rake
Browse files Browse the repository at this point in the history
  • Loading branch information
bsharpe committed May 7, 2020
1 parent e3a12f7 commit 603d77b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer
rake (10.5.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -39,7 +39,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.0)
light_service_object!
rake (~> 10.0)
rake (>= 12.3.3)
rspec (~> 3.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion light_service_object.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_dependency "dry-initializer", "~> 3.0"
Expand Down

0 comments on commit 603d77b

Please sign in to comment.