bump ruby-progressbar
parent
2baef0747f
commit
d79e03f845
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue