Gemfile: update bundler alongside our dependencies

This commit is contained in:
Suraj N. Kurapati 2020-05-02 22:30:12 -07:00
parent c177497f2d
commit 1b241cdf8e
2 changed files with 9 additions and 7 deletions

View File

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

View File

@ -1,15 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
git (1.3.0)
rake (12.3.3)
git (1.7.0)
rchardet (~> 1.8)
rake (13.0.1)
rchardet (1.8.0)
PLATFORMS
ruby
DEPENDENCIES
git (~> 1.2)
rake (~> 12.3)
git (~> 1.7)
rake (~> 13.0)
BUNDLED WITH
1.12.3
2.1.4