Loosen bundler requirement

This commit is contained in:
Daniel Azuma 2019-01-04 13:30:42 -08:00 committed by GitHub
parent dbcedd2e3a
commit 7c2bb15975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ gemspec
group :development do
gem 'bundler', '~> 1.7'
gem 'bundler', '>= 1.7'
gem 'rake', '~> 11.2'
gem 'rspec', '~> 3.1'
gem 'json_spec', '~> 1.1'