From d5335e0fec58785e265003d7c70eb83a989347b1 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Tue, 10 May 2016 09:29:13 -0500 Subject: [PATCH] [Gemspec] Bump CLAide to `'>= 1.0.0', '< 2.0'` --- Gemfile.lock | 6 +++--- xcodeproj.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2f281f9a9..a182a0c97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,15 @@ GIT remote: https://github.com/CocoaPods/CLAide - revision: 3da283de4bf714950cbd044631b344b41fc146bc + revision: e76d82aadde8f36b6b4511b869ea800f4118b5d1 specs: - claide (1.0.0.rc.1) + claide (1.0.0) PATH remote: . specs: xcodeproj (1.0.0.rc.2) activesupport (>= 3) - claide (= 1.0.0.rc.1) + claide (>= 1.0.0, < 2.0) colored (~> 1.2) GEM diff --git a/xcodeproj.gemspec b/xcodeproj.gemspec index 63a7fcade..69791fe05 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.rc.1' + s.add_runtime_dependency 'claide', '>= 1.0.0', '< 2.0' ## Make sure you can build the gem on older versions of RubyGems too: s.rubygems_version = "1.6.2"