mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Ignore Gemfile.lock
Rationale at http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
This commit is contained in:
parent
6ad87c114a
commit
ceba00bd5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,5 +23,6 @@ pkg/*
|
||||
.bundle
|
||||
doc
|
||||
log
|
||||
Gemfile.lock
|
||||
|
||||
## PROJECT::SPECIFIC
|
||||
|
43
Gemfile.lock
43
Gemfile.lock
@ -1,43 +0,0 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
faraday (0.5.3)
|
||||
addressable (~> 2.2.2)
|
||||
multipart-post (~> 1.0.1)
|
||||
rack (>= 1.1.0, < 2)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
addressable (2.2.2)
|
||||
em-http-request (0.2.15)
|
||||
addressable (>= 2.0.0)
|
||||
eventmachine (>= 0.12.9)
|
||||
em-synchrony (0.2.0)
|
||||
eventmachine (>= 0.12.9)
|
||||
eventmachine (0.12.10)
|
||||
multipart-post (1.0.1)
|
||||
patron (0.4.10)
|
||||
rack (1.2.1)
|
||||
rake (0.8.7)
|
||||
sinatra (1.1.0)
|
||||
rack (~> 1.1)
|
||||
tilt (~> 1.1)
|
||||
tilt (1.1)
|
||||
typhoeus (0.2.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
addressable (~> 2.2.2)
|
||||
em-http-request (~> 0.2)
|
||||
em-synchrony (~> 0.2)
|
||||
eventmachine (~> 0.12)
|
||||
faraday!
|
||||
multipart-post (~> 1.0.1)
|
||||
patron (~> 0.4)
|
||||
rack (>= 1.1.0, < 2)
|
||||
rake (~> 0.8)
|
||||
sinatra (~> 1.1)
|
||||
typhoeus (~> 0.2)
|
Loading…
x
Reference in New Issue
Block a user