Skip to content

Commit

Permalink
Merge pull request #53 from dkarter/dependabot/bundler/rake-12.3.3
Browse files Browse the repository at this point in the history
Bump rake from 12.3.1 to 12.3.3
  • Loading branch information
dkarter committed Mar 2, 2020
2 parents 9e32723 + c8f1072 commit 7dde47b
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 7dde47b

Please sign in to comment.