remove Gemfile.lock from repo
This commit is contained in:
parent
6c89086dea
commit
3e44f396e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
pkg/*
|
||||
*.gem
|
||||
.bundle
|
||||
Gemfile.lock
|
||||
|
||||
## MAC OS
|
||||
.DS_Store
|
||||
|
47
Gemfile.lock
47
Gemfile.lock
@ -1,47 +0,0 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
guard (0.2.1)
|
||||
open_gem (~> 1.4.2)
|
||||
thor (~> 0.14.3)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
configuration (1.1.0)
|
||||
diff-lcs (1.1.2)
|
||||
growl (1.0.3)
|
||||
guard-rspec (0.1.4)
|
||||
guard (>= 0.2.0)
|
||||
launchy (0.3.7)
|
||||
configuration (>= 0.0.5)
|
||||
rake (>= 0.8.1)
|
||||
open_gem (1.4.2)
|
||||
launchy (~> 0.3.5)
|
||||
rake (0.8.7)
|
||||
rb-fsevent (0.3.3)
|
||||
rspec (2.0.1)
|
||||
rspec-core (~> 2.0.1)
|
||||
rspec-expectations (~> 2.0.1)
|
||||
rspec-mocks (~> 2.0.1)
|
||||
rspec-core (2.0.1)
|
||||
rspec-expectations (2.0.1)
|
||||
diff-lcs (>= 1.1.2)
|
||||
rspec-mocks (2.0.1)
|
||||
rspec-core (~> 2.0.1)
|
||||
rspec-expectations (~> 2.0.1)
|
||||
thor (0.14.3)
|
||||
|
||||
PLATFORMS
|
||||
java
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
bundler (~> 1.0.3)
|
||||
growl (~> 1.0.3)
|
||||
guard!
|
||||
guard-rspec (~> 0.1.4)
|
||||
open_gem (~> 1.4.2)
|
||||
rb-fsevent (>= 0.3.3)
|
||||
rspec (~> 2.0.1)
|
||||
thor (~> 0.14.3)
|
Loading…
Reference in New Issue
Block a user