Skip to content

Commit

Permalink
Update ruby gems
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Wright committed Oct 25, 2017
1 parent a6fff5a commit ad5c1b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,6 +2,6 @@ source 'https://rubygems.org'

gem 'cocoapods', '~> 1.3.0'
gem 'xcpretty'
gem 'slather', '~> 2.1'
gem 'slather', '~> 2.4'
gem 'jazzy'
gem 'dotenv'
30 changes: 16 additions & 14 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
activesupport (4.2.9)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand Down Expand Up @@ -38,54 +38,56 @@ GEM
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.2.0)
cocoapods-trunk (1.3.0)
nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
netrc (~> 0.11)
cocoapods-try (1.1.0)
colored2 (3.1.2)
concurrent-ruby (1.0.5)
dotenv (2.2.1)
escape (0.0.4)
ffi (1.9.18)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.0.3)
i18n (0.8.6)
i18n (0.9.0)
concurrent-ruby (~> 1.0)
jazzy (0.0.14)
activesupport (~> 4.1)
mustache (~> 0.99)
nokogiri (~> 1.6)
redcarpet (~> 3.2)
sass (~> 3.4)
mini_portile2 (2.2.0)
mini_portile2 (2.1.0)
minitest (5.10.3)
molinillo (0.5.7)
mustache (0.99.8)
nanaimo (0.2.3)
nap (1.1.0)
netrc (0.7.8)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
netrc (0.11.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redcarpet (3.4.0)
rouge (2.0.7)
ruby-macho (1.1.0)
sass (3.5.1)
sass (3.5.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
slather (2.4.2)
slather (2.4.3)
CFPropertyList (~> 2.2)
activesupport (>= 4.0.2, < 5)
clamp (~> 0.6)
nokogiri (~> 1.6)
nokogiri (>= 1.6, < 1.7)
xcodeproj (~> 1.4)
thread_safe (0.3.6)
tzinfo (1.2.3)
thread_safe (~> 0.1)
xcodeproj (1.5.1)
xcodeproj (1.5.3)
CFPropertyList (~> 2.3.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
Expand All @@ -100,8 +102,8 @@ DEPENDENCIES
cocoapods (~> 1.3.0)
dotenv
jazzy
slather (~> 2.1)
slather (~> 2.4)
xcpretty

BUNDLED WITH
1.15.3
1.15.4

0 comments on commit ad5c1b6

Please sign in to comment.