Skip to content

Commit

Permalink
Merge pull request #44 from danascheider/dependabot/bundler/rake-tw-12.3
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 11.0 to ~> 12.3
  • Loading branch information
danascheider authored May 7, 2020
2 parents aca6641 + c7db89e commit db04c5a
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 @@ -42,7 +42,7 @@ GEM
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (3.0.0)
rake (11.3.0)
rake (12.3.3)
regexp-examples (1.3.2)
rspec (3.6.0)
rspec-core (~> 3.6.0)
Expand Down Expand Up @@ -78,7 +78,7 @@ DEPENDENCIES
json-schema (~> 2.6)
json_test_data!
pry
rake (~> 11.0)
rake (~> 12.3)
rspec (~> 3.4)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion json_test_data.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", "~> 3.4"
s.add_development_dependency "json", "~> 1.7"
s.add_development_dependency "json-schema", "~> 2.6"
s.add_development_dependency "rake", "~> 11.0"
s.add_development_dependency "rake", "~> 12.3"
s.add_development_dependency "coveralls", "~> 0.7"

s.rubygems_version = ">= 1.6.1"
Expand Down

0 comments on commit db04c5a

Please sign in to comment.