bump ruby-progressbar

dev
Andy Meneely 2016-04-25 08:46:40 -04:00
parent 2baef0747f
commit d79e03f845
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Bugs:
Chores: Chores:
* Switched to `require_relative` internally throughout the codebase to be more pry-friendly (#130) * Switched to `require_relative` internally throughout the codebase to be more pry-friendly (#130)
* Rewrote the entire API doc and placed it on [squib.readthedocs.org](http://squib.readthedocs.org). :tada: * Rewrote the entire API doc and placed it on [squib.readthedocs.org](http://squib.readthedocs.org). :tada:
* Bumped dependency ruby-progressbar to 1.8.
Compatibility: Compatibility:
* Upgraded Cairo from 1.14.3 to 1.15.2. With this change, Squib no longer supports Ruby <= 2.1. * Upgraded Cairo from 1.14.3 to 1.15.2. With this change, Squib no longer supports Ruby <= 2.1.

View File

@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'roo', '~> 2.3.0' spec.add_runtime_dependency 'roo', '~> 2.3.0'
spec.add_runtime_dependency 'rsvg2', '~> 3.0.0' spec.add_runtime_dependency 'rsvg2', '~> 3.0.0'
spec.add_runtime_dependency 'mercenary', '~> 0.3.4' spec.add_runtime_dependency 'mercenary', '~> 0.3.4'
spec.add_runtime_dependency 'ruby-progressbar', '~> 1.6' spec.add_runtime_dependency 'ruby-progressbar', '~> 1.8'
spec.add_development_dependency 'bundler', '~> 1.6' spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'rake' spec.add_development_dependency 'rake'