Skip to content

Instantly share code, notes, and snippets.

@shadone
Created July 20, 2018 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadone/04de1f4d4658d9b8aca50de92d24a199 to your computer and use it in GitHub Desktop.
Save shadone/04de1f4d4658d9b8aca50de92d24a199 to your computer and use it in GitHub Desktop.
$ cat Gemfile [~/dev/com.schibsted/vgnext/ios]
source "https://rubygems.org"
gem 'fastlane', '~> 2.98.0'
gem 'slather', '~> 2.4.5'
gem 'cocoapods', '~> 1.4.0'
gem 'cocoapods-acknowledgements', '~> 1.1.2'
$ grep cocoapods Gemfile.lock [~/dev/com.schibsted/vgnext/ios]
cocoapods (1.4.0)
cocoapods-core (= 1.4.0)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.3.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
cocoapods-acknowledgements (1.1.2)
cocoapods-core (1.4.0)
cocoapods-deintegrate (1.0.2)
cocoapods-downloader (1.1.3)
cocoapods-plugins (1.0.0)
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.3.0)
cocoapods-try (1.1.0)
cocoapods (~> 1.4.0)
cocoapods-acknowledgements (~> 1.1.2)
$ bundle install [~/dev/com.schibsted/vgnext/ios]
Using CFPropertyList 2.3.6
Using i18n 0.8.6
Using minitest 5.10.3
Using thread_safe 0.3.6
Using tzinfo 1.2.3
Using activesupport 4.2.9
Using public_suffix 2.0.5
Using addressable 2.5.2
Using atomos 0.1.2
Using babosa 1.0.2
Using bundler 1.16.2
Using claide 1.0.2
Using clamp 0.6.5
Using fuzzy_match 2.0.4
Using nap 1.1.0
Using cocoapods-core 1.4.0
Using cocoapods-deintegrate 1.0.2
Using cocoapods-downloader 1.1.3
Using cocoapods-plugins 1.0.0
Using cocoapods-search 1.0.0
Using cocoapods-stats 1.0.0
Using netrc 0.11.0
Using cocoapods-trunk 1.3.0
Using cocoapods-try 1.1.0
Using colored2 3.1.2
Using escape 0.0.4
Using fourflusher 2.0.1
Using gh_inspector 1.1.3
Using molinillo 0.6.4
Using ruby-macho 1.1.0
Using nanaimo 0.2.4
Using xcodeproj 1.5.7
Using cocoapods 1.4.0
Using redcarpet 3.4.0
Using cocoapods-acknowledgements 1.1.2
Using colored 1.2
Using highline 1.7.10
Using commander-fastlane 4.4.6
Using declarative 0.0.10
Using declarative-option 0.1.0
Using unf_ext 0.0.7.5
Using unf 0.1.4
Using domain_name 0.5.20180417
Using dotenv 2.5.0
Using emoji_regex 0.1.1
Using excon 0.62.0
Using multipart-post 2.0.0
Using faraday 0.15.2
Using http-cookie 1.0.3
Using faraday-cookie_jar 0.0.6
Using faraday_middleware 0.12.2
Using fastimage 2.1.3
Using jwt 2.1.0
Using little-plugger 1.1.4
Using multi_json 1.13.1
Using logging 2.2.2
Using memoist 0.16.0
Using os 0.9.6
Using signet 0.8.1
Using googleauth 0.6.2
Using httpclient 2.8.3
Using mime-types-data 3.2016.0521
Using mime-types 3.1
Using uber 0.1.0
Using representable 3.0.4
Using retriable 3.1.2
Using google-api-client 0.21.2
Using json 2.1.0
Using mini_magick 4.5.1
Using multi_xml 0.6.0
Using plist 3.4.0
Using rubyzip 1.2.1
Using security 0.1.3
Using naturally 2.2.0
Using simctl 1.6.5
Using slack-notifier 2.3.2
Using terminal-notifier 1.8.0
Using unicode-display_width 1.4.0
Using terminal-table 1.8.0
Using tty-screen 0.6.4
Using tty-cursor 0.5.0
Using tty-spinner 0.8.0
Using word_wrap 1.0.0
Using rouge 2.0.7
Using xcpretty 0.2.8
Using xcpretty-travis-formatter 1.0.0
Using fastlane 2.98.0
Using mini_portile2 2.3.0
Using nokogiri 1.8.2
Using slather 2.4.5
Bundle complete! 4 Gemfile dependencies, 90 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
$ pod --version [~/dev/com.schibsted/vgnext/ios]
1.5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment