Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
f7a12f08
Commit
f7a12f08
authored
Jun 02, 2016
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Gemfile] Don't depend on unreleased versions
Attention: This change should stay specific to release branches!
parent
ae644c81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
98 deletions
+32
-98
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+31
-97
No files found.
Gemfile
View file @
f7a12f08
SKIP_UNRELEASED_VERSIONS
=
fals
e
SKIP_UNRELEASED_VERSIONS
=
tru
e
# Declares a dependency to the git repo of CocoaPods gem. This declaration is
# compatible with the local git repos feature of Bundler.
...
...
Gemfile.lock
View file @
f7a12f08
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision: e76d82aadde8f36b6b4511b869ea800f4118b5d1
branch: master
specs:
claide (1.0.0)
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 603bb3c15bf4ee08584305e3a45776daf40b95db
branch: 1-0-stable
specs:
cocoapods-core (1.0.0)
activesupport (>= 4.0.2)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
GIT
remote: https://github.com/CocoaPods/Molinillo.git
revision: 07b0a09b82839ca562076ba3b2094c14cbdfb7a2
branch: master
specs:
molinillo (0.4.5)
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 55af40b1fee835039947db9635c8b098bd03fe90
branch: master
specs:
xcodeproj (1.1.0)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)
GIT
remote: https://github.com/CocoaPods/cocoapods-deintegrate.git
revision: c5e0698f7043b440a0d9d2db89f2145171ae6593
branch: master
specs:
cocoapods-deintegrate (1.0.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: d544c070f4f50738fa75de4735a772bad39b63e7
branch: master
specs:
cocoapods-downloader (1.0.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: 6f7c1c99c6494795e49127bb1fef12f04e0f405f
branch: master
specs:
cocoapods-plugins (1.0.0)
nap
GIT
remote: https://github.com/CocoaPods/cocoapods-search.git
revision: eb60c856fc552124f5846c800fb64e5ec3938837
branch: master
specs:
cocoapods-search (1.0.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-stats.git
revision: 5eaccbc74899fc7d5817839af2d37d4507b405ee
branch: master
specs:
cocoapods-stats (1.0.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: 6ca50940b3848470fa590244ccd791fa847f01a4
branch: master
specs:
cocoapods-trunk (1.0.0)
nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
GIT
remote: https://github.com/CocoaPods/cocoapods-try.git
revision: 170238bec86c3a2c40adcd1fff1c298849cf9506
branch: master
specs:
cocoapods-try (1.0.0)
GIT
remote: https://github.com/segiddins/json.git
revision: d4011cabfaa80e9b0da81947b5e9b38dd47359db
...
...
@@ -125,11 +39,26 @@ GEM
ast (2.2.0)
awesome_print (1.6.1)
bacon (1.2.0)
claide (1.0.0)
clintegracon (0.8.1)
colored (~> 1.2)
diffy
cocoapods-core (1.0.0)
activesupport (>= 4.0.2)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.0)
cocoapods-dependencies (1.0.0.beta.1)
ruby-graphviz (~> 1.2)
cocoapods-downloader (1.0.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.0.0)
nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
cocoapods-try (1.0.0)
cocoapods_debug (0.1.0)
pry (= 0.10.3)
coderay (1.1.0)
...
...
@@ -175,6 +104,7 @@ GEM
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
mocha (>= 0.13.0)
molinillo (0.4.5)
multipart-post (2.0.0)
nap (1.1.0)
netrc (0.7.8)
...
...
@@ -224,6 +154,10 @@ GEM
webmock (1.20.4)
addressable (>= 2.3.6)
crack (>= 0.3.2)
xcodeproj (1.1.0)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)
yard (0.8.7.6)
PLATFORMS
...
...
@@ -233,18 +167,18 @@ DEPENDENCIES
awesome_print
bacon
bundler (~> 1.3)
claide
!
claide
clintegracon
cocoapods!
cocoapods-core
!
cocoapods-deintegrate
!
cocoapods-core
cocoapods-deintegrate
cocoapods-dependencies (~> 1.0.beta.1)
cocoapods-downloader
!
cocoapods-plugins
!
cocoapods-search
!
cocoapods-stats
!
cocoapods-trunk
!
cocoapods-try
!
cocoapods-downloader
cocoapods-plugins
cocoapods-search
cocoapods-stats
cocoapods-trunk
cocoapods-try
cocoapods_debug
danger
diffy
...
...
@@ -253,14 +187,14 @@ DEPENDENCIES
kicker
mocha
mocha-on-bacon
molinillo
!
molinillo
prettybacon
rake (~> 10.0)
rb-fsevent
rubocop
ruby-prof
webmock
xcodeproj
!
xcodeproj
BUNDLED WITH
1.12.5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment