diff options
author | Chris Schlaeger <chris@linux.com> | 2016-07-13 18:35:57 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-07-13 18:35:57 +0200 |
commit | 93b5fc82a4d8ef9c6587abdd43b2e91ea829cfda (patch) | |
tree | a8b45eb7b5470d079db4dcf29f77af0307f062ba /postrunner.gemspec | |
parent | 036b2cb39f74b822e5a7ef0b41dab33dccd3fad6 (diff) | |
download | postrunner-93b5fc82a4d8ef9c6587abdd43b2e91ea829cfda.zip |
New: Require new fit4ruby version 1.3.0v0.6.0
Diffstat (limited to 'postrunner.gemspec')
-rw-r--r-- | postrunner.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postrunner.gemspec b/postrunner.gemspec index 3adeb90..225fc12 100644 --- a/postrunner.gemspec +++ b/postrunner.gemspec @@ -27,7 +27,7 @@ should work on other operating systems as well.} spec.require_paths = ["lib"] spec.required_ruby_version = '>=2.0' - spec.add_dependency 'fit4ruby', '~> 1.2.0' + spec.add_dependency 'fit4ruby', '~> 1.3.0' spec.add_dependency 'perobs', '~> 2.2' spec.add_dependency 'nokogiri', '~> 1.6' |