Skip to content

Commit

Permalink
Bump rake from 12.3.1 to 12.3.3
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 12.3.1 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v12.3.1...v12.3.3)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2020
1 parent 9e32723 commit c8f1072
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
group :test do
gem 'pry'
gem 'pry-byebug'
gem 'rake', '~> 12.3.1'
gem 'rake', '~> 12.3.3'
gem 'rspec'
gem 'vimrunner'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
rake (12.3.1)
rake (12.3.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -33,7 +33,7 @@ PLATFORMS
DEPENDENCIES
pry
pry-byebug
rake (~> 12.3.1)
rake (~> 12.3.3)
rspec
vimrunner

Expand Down

0 comments on commit c8f1072

Please sign in to comment.