Skip to content

Commit

Permalink
Merge pull request #69 from gskbyte/update-gems
Browse files Browse the repository at this point in the history
Update gems to fix slather support
  • Loading branch information
gskbyte committed Oct 19, 2017
2 parents f99766f + 1e89403 commit 02bc646
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://www.rubygems.org'

gem "cocoapods", '~> 1.1'
gem "slather", '~> 2.3.0'
gem "xcpretty", '0.2.8'
gem "rake", '10.4.2'
gem "cocoapods", '~> 1.3'
gem "slather", '~> 2.4.3'
gem "xcpretty", '~> 0.2.8'
gem "rake", '~> 12.1'
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ GEM
netrc (0.11.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
rake (10.4.2)
rake (12.1.0)
rouge (2.0.7)
ruby-macho (1.1.0)
slather (2.3.0)
slather (2.4.3)
CFPropertyList (~> 2.2)
activesupport (>= 4.0.2, < 5)
clamp (~> 0.6)
nokogiri (~> 1.6.3)
xcodeproj (>= 0.20, < 2.0.0)
nokogiri (>= 1.6, < 1.7)
xcodeproj (~> 1.4)
thread_safe (0.3.6)
tzinfo (1.2.3)
thread_safe (~> 0.1)
Expand All @@ -79,10 +80,10 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.1)
rake (= 10.4.2)
slather (~> 2.3.0)
xcpretty (= 0.2.8)
cocoapods (~> 1.3)
rake (~> 12.1)
slather (~> 2.4.3)
xcpretty (~> 0.2.8)

BUNDLED WITH
1.15.4

0 comments on commit 02bc646

Please sign in to comment.