Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
asmallteapot committed Nov 8, 2018
1 parent 6b05989 commit 7cde4ee
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 46 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

group :development do
gem 'cocoapods', git: 'https://github.com/cocoapods/cocoapods.git'
gem 'cocoapods-generate', git: 'https://github.com/square/cocoapods-generate.git'
gem 'cocoapods', '~> 1.6.0.beta.2'
gem 'cocoapods-generate', '~> 1.2'
gem 'guard'
gem 'guard-bundler'
gem 'guard-rubocop'
Expand Down
78 changes: 34 additions & 44 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,62 +1,52 @@
GIT
remote: https://github.com/cocoapods/cocoapods.git
revision: b91e2b5eb3ee9224db0e67dc372ef8dacd67a40f
GEM
remote: https://rubygems.org/
specs:
cocoapods (1.5.3)
CFPropertyList (3.0.0)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ast (2.4.0)
atomos (0.1.3)
claide (1.0.2)
cocoapods (1.6.0.beta.2)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.5.3)
cocoapods-core (= 1.6.0.beta.2)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.2.1, < 2.0)
cocoapods-downloader (>= 1.2.2, < 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-trunk (>= 1.3.1, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.2)
xcodeproj (>= 1.5.8, < 2.0)

GIT
remote: https://github.com/square/cocoapods-generate.git
revision: 4bdcb148b747dfb8743a5258c3d8bb6b2bf16913
specs:
cocoapods-generate (1.1.0)

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.0)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ast (2.4.0)
atomos (0.1.3)
claide (1.0.2)
cocoapods-core (1.5.3)
ruby-macho (~> 1.3, >= 1.3.1)
xcodeproj (>= 1.7.0, < 2.0)
cocoapods-core (1.6.0.beta.2)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.2)
cocoapods-downloader (1.2.1)
cocoapods-downloader (1.2.2)
cocoapods-generate (1.2.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.3.0)
cocoapods-trunk (1.3.1)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
coderay (1.1.2)
colored2 (3.1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.3)
escape (0.0.4)
ffi (1.9.25)
formatador (0.2.5)
Expand Down Expand Up @@ -88,7 +78,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.13)
method_source (0.9.0)
method_source (0.9.1)
minitest (5.11.3)
molinillo (0.6.6)
nanaimo (0.2.6)
Expand All @@ -99,25 +89,25 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.12.1)
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.11.3)
pry (0.12.0)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rainbow (3.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rubocop (0.58.2)
rubocop (0.60.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-macho (1.2.0)
unicode-display_width (~> 1.4.0)
ruby-macho (1.3.1)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
shellany (0.0.1)
Expand All @@ -126,23 +116,23 @@ GEM
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
xcodeproj (1.5.9)
xcodeproj (1.7.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.2)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.5)
nanaimo (~> 0.2.6)

PLATFORMS
ruby

DEPENDENCIES
cocoapods!
cocoapods-generate!
cocoapods (~> 1.6.0.beta.2)
cocoapods-generate (~> 1.2)
guard
guard-bundler
guard-rubocop
rubocop

BUNDLED WITH
1.16.3
1.17.1

0 comments on commit 7cde4ee

Please sign in to comment.