Skip to content

Commit

Permalink
[Bundler] Add Gemfile.lock to repo, for Travis issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Nov 23, 2012
1 parent 13c7980 commit f8e7030
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.*.sw?
.DS_Store
.rbenv-version
Gemfile.lock
.idea
46 changes: 46 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.9)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
cocoapods (0.16.0)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
faraday (~> 0.8.1)
json (~> 1.7.3)
octokit (~> 1.7)
open4 (~> 1.3.0)
rake (~> 0.9.4)
xcodeproj (~> 0.4.0)
colored (1.2)
escape (0.0.4)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.5)
multi_json (1.3.7)
multipart-post (1.1.5)
octokit (1.18.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.8)
hashie (~> 1.2)
multi_json (~> 1.3)
open4 (1.3.0)
rake (0.9.5)
xcodeproj (0.4.0)
activesupport (~> 3.2.6)
colored (~> 1.2)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (>= 0.16.0)
rake

0 comments on commit f8e7030

Please sign in to comment.