Skip to content

Commit

Permalink
Updates CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Romero Zurbuchen committed Jan 19, 2016
1 parent 6d382c9 commit f865d93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'http://rubygems.org'

gem 'cocoapods', '>= 0.35.0'
gem 'cocoapods-coverage', '>= 0.2.0'
gem 'cocoapods', "~> 0.39"
gem 'cocoapods-coverage', '~> 0.2'

gem 'coveralls', require: false

gem 'slather', '~> 1.7.0'
gem 'slather', '~> 1.8'
gem 'xcpretty'
gem 'nokogiri', '= 1.6.3.1'
gem 'nokogiri', '~> 1.6'

0 comments on commit f865d93

Please sign in to comment.