mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Ignore Gemfile.lock.
This commit is contained in:
parent
99700082e6
commit
ed49272cab
2 changed files with 1 additions and 49 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
Gemfile.lock
|
||||
.DS_Store
|
||||
.yardoc/
|
||||
doc/
|
||||
|
|
49
Gemfile.lock
49
Gemfile.lock
|
@ -1,49 +0,0 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
httparty (0.7.2)
|
||||
crack (= 0.1.8)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activesupport (2.3.10)
|
||||
builder (2.1.2)
|
||||
crack (0.1.8)
|
||||
cucumber (0.9.2)
|
||||
builder (~> 2.1.2)
|
||||
diff-lcs (~> 1.1.2)
|
||||
gherkin (~> 2.2.5)
|
||||
json (~> 1.4.6)
|
||||
term-ansicolor (~> 1.0.5)
|
||||
daemons (1.0.10)
|
||||
diff-lcs (1.1.2)
|
||||
fakeweb (1.3.0)
|
||||
gem_plugin (0.2.3)
|
||||
gherkin (2.2.9)
|
||||
json (~> 1.4.6)
|
||||
term-ansicolor (~> 1.0.5)
|
||||
git (1.2.5)
|
||||
jeweler (1.5.2)
|
||||
bundler (~> 1.0.0)
|
||||
git (>= 1.2.5)
|
||||
rake
|
||||
json (1.4.6)
|
||||
mongrel (1.2.0.pre2)
|
||||
daemons (~> 1.0.10)
|
||||
gem_plugin (~> 0.2.3)
|
||||
rake (0.8.7)
|
||||
rspec (1.3.1)
|
||||
term-ansicolor (1.0.5)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activesupport (~> 2.3)
|
||||
cucumber (~> 0.7)
|
||||
fakeweb (~> 1.2)
|
||||
httparty!
|
||||
jeweler (~> 1.5)
|
||||
mongrel (= 1.2.0.pre2)
|
||||
rspec (~> 1.3)
|
Loading…
Reference in a new issue