Loosen bundler dependency to fix travis

This commit is contained in:
Daniel Azuma 2019-01-04 14:07:50 -08:00 committed by GitHub
parent 6fa73a25a9
commit a07011bb45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec gemspec
group :development do group :development do
gem 'bundler', '~> 1.9' gem 'bundler', '>= 1.9'
gem 'coveralls', '~> 0.7' gem 'coveralls', '~> 0.7'
gem 'fakefs', '~> 0.6' gem 'fakefs', '~> 0.6'
gem 'fakeredis', '~> 0.5' gem 'fakeredis', '~> 0.5'