Skip to content

Commit

Permalink
added test dependencies and fixed other gems to minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Malijkh committed Apr 3, 2014
1 parent fa23db2 commit 67d7126
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ib.gemspec
Expand Up @@ -16,9 +16,11 @@ Gem::Specification.new do |gem|
gem.version = IB::VERSION

gem.add_dependency 'xcodeproj', '~> 0.16.0'
gem.add_dependency "thor", ">= 0.15.4"
gem.add_dependency "tilt", ">= 1.4.1"
gem.add_dependency 'thor', '~> 0.15.4'
gem.add_dependency 'tilt', '~> 1.4.1'

gem.add_development_dependency "rspec", ">= 2.0"
gem.add_development_dependency "rake"
gem.add_development_dependency 'rspec', '~> 2.0'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'guard-rspec'
gem.add_development_dependency 'guard-bundler'
end

0 comments on commit 67d7126

Please sign in to comment.