From 0413c079f586743fdf85246a16e364c2c6aee00e Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Mon, 10 Oct 2016 11:56:34 -0700 Subject: [PATCH] [Gemspec] Bump CLAide to `'>= 1.0.1', '< 2.0'` --- Gemfile.lock | 8 ++++---- xcodeproj.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a60a9ac31..b419fa1dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/CocoaPods/CLAide - revision: 61071679fc965083b6d43fdc1aa042afbaf172d1 + revision: 8a8f26fb5d6e2b0d604bdb3c2cca14fab4f80adc specs: - claide (1.0.0) + claide (1.0.1) GIT remote: https://github.com/segiddins/json.git @@ -16,7 +16,7 @@ PATH specs: xcodeproj (1.3.1) activesupport (>= 3) - claide (>= 1.0.0, < 2.0) + claide (>= 1.0.1, < 2.0) colored (~> 1.2) GEM @@ -44,7 +44,7 @@ GEM rb-inotify (>= 0.9) rb-kqueue (>= 0.2) metaclass (0.0.4) - minitest (5.9.0) + minitest (5.9.1) mocha (1.1.0) metaclass (~> 0.0.1) mocha-on-bacon (0.2.2) diff --git a/xcodeproj.gemspec b/xcodeproj.gemspec index 69791fe05..cd2076cad 100644 --- a/xcodeproj.gemspec +++ b/xcodeproj.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'activesupport', '>= 3' s.add_runtime_dependency 'colored', '~> 1.2' - s.add_runtime_dependency 'claide', '>= 1.0.0', '< 2.0' + s.add_runtime_dependency 'claide', '>= 1.0.1', '< 2.0' ## Make sure you can build the gem on older versions of RubyGems too: s.rubygems_version = "1.6.2"