Skip to content

Commit

Permalink
Merge pull request #221 from ifad/dependabot/bundler/rake-13.1.0
Browse files Browse the repository at this point in the history
Bump rake from 13.0.6 to 13.1.0
  • Loading branch information
tagliala authored Nov 8, 2023
2 parents 6b9beea + d2e61a3 commit f77418b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'unicorn', '~> 6.1'
group :development do
gem 'byebug', '~> 11.1'
gem 'rack-test', '~> 2.1'
gem 'rake', '~> 13.0'
gem 'rake', '~> 13.1'
gem 'rspec', '~> 3.12'
gem 'simplecov', '~> 0.22.0'
gem 'timecop', '~> 0.9.8'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
raindrops (0.20.0)
rake (13.0.6)
rake (13.1.0)
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
Expand Down Expand Up @@ -132,7 +132,7 @@ DEPENDENCIES
mime-types (~> 3.5)
nokogiri (~> 1.13)
rack-test (~> 2.1)
rake (~> 13.0)
rake (~> 13.1)
redis-namespace (~> 1.11)
rest-client (~> 2.1)
rspec (~> 3.12)
Expand Down

0 comments on commit f77418b

Please sign in to comment.