Skip to content

Commit

Permalink
chore(Gemfile): add jazzy to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Jun 28, 2019
1 parent 37dfb26 commit c425e88
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

gem 'fastlane', '~> 2.126.0'
gem 'cocoapods', '~> 1.7.2'
gem 'jazzy', '~> 0.10'
26 changes: 26 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ GEM
xcodeproj (>= 1.8.1, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
ffi (1.11.1)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand Down Expand Up @@ -137,8 +138,18 @@ GEM
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jazzy (0.10.0)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
redcarpet (~> 3.4)
rouge (>= 2.0.6, < 4.0)
sass (~> 3.6)
sqlite3 (~> 1.3)
xcinvoke (~> 0.3.0)
json (2.2.0)
jwt (2.1.0)
liferaft (0.0.6)
memoist (0.16.0)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
Expand All @@ -149,13 +160,19 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
mustache (1.1.0)
nanaimo (0.2.6)
nap (1.1.0)
naturally (2.2.0)
netrc (0.11.0)
open4 (1.3.4)
os (1.0.1)
plist (3.5.0)
public_suffix (2.0.5)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
redcarpet (3.4.0)
representable (3.0.4)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
Expand All @@ -164,6 +181,11 @@ GEM
rouge (2.0.7)
ruby-macho (1.4.0)
rubyzip (1.2.3)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
security (0.1.3)
signet (0.11.0)
addressable (~> 2.3)
Expand All @@ -174,6 +196,7 @@ GEM
CFPropertyList
naturally
slack-notifier (2.3.2)
sqlite3 (1.4.1)
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand All @@ -190,6 +213,8 @@ GEM
unf_ext (0.0.7.6)
unicode-display_width (1.6.0)
word_wrap (1.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.10.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
Expand All @@ -207,6 +232,7 @@ PLATFORMS
DEPENDENCIES
cocoapods (~> 1.7.2)
fastlane (~> 2.126.0)
jazzy (~> 0.10)

BUNDLED WITH
1.17.2

0 comments on commit c425e88

Please sign in to comment.