Merge pull request #27 from sunaku/dependabot/bundler/rake-12.3.3

Bump rake from 10.5.0 to 12.3.3
This commit is contained in:
Suraj N. Kurapati 2020-02-29 08:26:02 -08:00
commit c177497f2d
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'git', '~> 1.2'
gem 'rake', '~> 10.0'
gem 'rake', '~> 12.3'

View File

@ -2,14 +2,14 @@ GEM
remote: https://rubygems.org/
specs:
git (1.3.0)
rake (10.5.0)
rake (12.3.3)
PLATFORMS
ruby
DEPENDENCIES
git (~> 1.2)
rake (~> 10.0)
rake (~> 12.3)
BUNDLED WITH
1.12.3