Commit f7a12f08 authored by Marius Rackwitz's avatar Marius Rackwitz

[Gemfile] Don't depend on unreleased versions

Attention: This change should stay specific to release branches!
parent ae644c81
SKIP_UNRELEASED_VERSIONS = false SKIP_UNRELEASED_VERSIONS = true
# Declares a dependency to the git repo of CocoaPods gem. This declaration is # Declares a dependency to the git repo of CocoaPods gem. This declaration is
# compatible with the local git repos feature of Bundler. # compatible with the local git repos feature of Bundler.
......
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 GIT
remote: https://github.com/segiddins/json.git remote: https://github.com/segiddins/json.git
revision: d4011cabfaa80e9b0da81947b5e9b38dd47359db revision: d4011cabfaa80e9b0da81947b5e9b38dd47359db
...@@ -125,11 +39,26 @@ GEM ...@@ -125,11 +39,26 @@ GEM
ast (2.2.0) ast (2.2.0)
awesome_print (1.6.1) awesome_print (1.6.1)
bacon (1.2.0) bacon (1.2.0)
claide (1.0.0)
clintegracon (0.8.1) clintegracon (0.8.1)
colored (~> 1.2) colored (~> 1.2)
diffy 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) cocoapods-dependencies (1.0.0.beta.1)
ruby-graphviz (~> 1.2) 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) cocoapods_debug (0.1.0)
pry (= 0.10.3) pry (= 0.10.3)
coderay (1.1.0) coderay (1.1.0)
...@@ -175,6 +104,7 @@ GEM ...@@ -175,6 +104,7 @@ GEM
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2) mocha-on-bacon (0.2.2)
mocha (>= 0.13.0) mocha (>= 0.13.0)
molinillo (0.4.5)
multipart-post (2.0.0) multipart-post (2.0.0)
nap (1.1.0) nap (1.1.0)
netrc (0.7.8) netrc (0.7.8)
...@@ -224,6 +154,10 @@ GEM ...@@ -224,6 +154,10 @@ GEM
webmock (1.20.4) webmock (1.20.4)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
xcodeproj (1.1.0)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)
yard (0.8.7.6) yard (0.8.7.6)
PLATFORMS PLATFORMS
...@@ -233,18 +167,18 @@ DEPENDENCIES ...@@ -233,18 +167,18 @@ DEPENDENCIES
awesome_print awesome_print
bacon bacon
bundler (~> 1.3) bundler (~> 1.3)
claide! claide
clintegracon clintegracon
cocoapods! cocoapods!
cocoapods-core! cocoapods-core
cocoapods-deintegrate! cocoapods-deintegrate
cocoapods-dependencies (~> 1.0.beta.1) cocoapods-dependencies (~> 1.0.beta.1)
cocoapods-downloader! cocoapods-downloader
cocoapods-plugins! cocoapods-plugins
cocoapods-search! cocoapods-search
cocoapods-stats! cocoapods-stats
cocoapods-trunk! cocoapods-trunk
cocoapods-try! cocoapods-try
cocoapods_debug cocoapods_debug
danger danger
diffy diffy
...@@ -253,14 +187,14 @@ DEPENDENCIES ...@@ -253,14 +187,14 @@ DEPENDENCIES
kicker kicker
mocha mocha
mocha-on-bacon mocha-on-bacon
molinillo! molinillo
prettybacon prettybacon
rake (~> 10.0) rake (~> 10.0)
rb-fsevent rb-fsevent
rubocop rubocop
ruby-prof ruby-prof
webmock webmock
xcodeproj! xcodeproj
BUNDLED WITH BUNDLED WITH
1.12.5 1.12.5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment