Skip to content

Commit

Permalink
Merge pull request #140 from next-tms/dependabot/bundler/rake-tw-13.2.1
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 13.1.0 to ~> 13.2.1
  • Loading branch information
brodyhoskins authored Jun 12, 2024
2 parents 34d1438 + 058b88f commit 83ddd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freight_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency('faker', '~> 3.2.1')
spec.add_development_dependency('rake', '~> 13.1.0')
spec.add_development_dependency('rake', '~> 13.2.1')
spec.add_development_dependency('redcarpet', '~> 3.6.0') # for yard
spec.add_development_dependency('rspec', '~> 3.12')
spec.add_development_dependency('rubocop-next', '~> 1.0.3')
Expand Down

0 comments on commit 83ddd70

Please sign in to comment.