Skip to content

Commit 594557b

Browse files
Bump rake from 13.3.1 to 13.4.2
Bumps [rake](https://github.com/ruby/rake) from 13.3.1 to 13.4.2. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.3.1...v13.4.2) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c60dec2 commit 594557b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in open_fda_api.gemspec
66
gemspec
77

8-
gem "rake", "~> 13.0"
8+
gem "rake", "~> 13.4"
99

1010
gem "rspec", "~> 3.0"
1111

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GEM
3636
reline (>= 0.6.0)
3737
racc (1.8.1)
3838
rainbow (3.1.1)
39-
rake (13.3.1)
39+
rake (13.4.2)
4040
regexp_parser (2.12.0)
4141
reline (0.6.3)
4242
io-console (~> 0.5)
@@ -86,7 +86,7 @@ PLATFORMS
8686
DEPENDENCIES
8787
open_fda_api!
8888
pry
89-
rake (~> 13.0)
89+
rake (~> 13.4)
9090
rspec (~> 3.0)
9191
rubocop (~> 1.7)
9292
simplecov

0 commit comments

Comments
 (0)