mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
rm Gemfile.lock from version control.
This commit is contained in:
parent
cdaec35574
commit
d6f8bb133f
2 changed files with 1 additions and 94 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@ examples/config/database.yml
|
|||
spec/support/config.yml
|
||||
tmp/*
|
||||
!tmp/.keep
|
||||
Gemfile.lock
|
||||
.rbenv-version
|
||||
.rvmrc
|
||||
.ruby-version
|
||||
|
|
94
Gemfile.lock
94
Gemfile.lock
|
@ -1,94 +0,0 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
database_cleaner-core (2.0.0.beta)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
builder (2.1.2)
|
||||
byebug (10.0.2)
|
||||
coderay (1.1.2)
|
||||
cucumber (1.2.1)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.11.0)
|
||||
json (>= 1.4.6)
|
||||
diff-lcs (1.3)
|
||||
ffi (1.9.25)
|
||||
ffi (1.9.25-java)
|
||||
formatador (0.2.5)
|
||||
gherkin (2.11.6)
|
||||
json (>= 1.7.6)
|
||||
gherkin (2.11.6-java)
|
||||
json (>= 1.7.6)
|
||||
guard (2.14.2)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 2.7, < 4.0)
|
||||
lumberjack (>= 1.0.12, < 2.0)
|
||||
nenv (~> 0.1)
|
||||
notiffany (~> 0.0)
|
||||
pry (>= 0.9.12)
|
||||
shellany (~> 0.0)
|
||||
thor (>= 0.18.1)
|
||||
guard-compat (1.2.1)
|
||||
guard-rspec (4.7.3)
|
||||
guard (~> 2.1)
|
||||
guard-compat (~> 1.1)
|
||||
rspec (>= 2.99.0, < 4.0)
|
||||
json (1.8.6)
|
||||
json (1.8.6-java)
|
||||
listen (3.0.8)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
lumberjack (1.0.13)
|
||||
method_source (0.9.0)
|
||||
nenv (0.3.0)
|
||||
notiffany (0.1.1)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
pry (0.11.3)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.9.0)
|
||||
pry (0.11.3-java)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.9.0)
|
||||
spoon (~> 0.0)
|
||||
rake (11.1.2)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rspec (3.7.0)
|
||||
rspec-core (~> 3.7.0)
|
||||
rspec-expectations (~> 3.7.0)
|
||||
rspec-mocks (~> 3.7.0)
|
||||
rspec-core (3.7.1)
|
||||
rspec-support (~> 3.7.0)
|
||||
rspec-expectations (3.7.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.7.0)
|
||||
rspec-mocks (3.7.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.7.0)
|
||||
rspec-support (3.7.1)
|
||||
shellany (0.0.1)
|
||||
spoon (0.0.6)
|
||||
ffi
|
||||
thor (0.20.0)
|
||||
|
||||
PLATFORMS
|
||||
java
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
bundler
|
||||
byebug
|
||||
cucumber
|
||||
database_cleaner-core!
|
||||
guard-rspec
|
||||
listen
|
||||
rake
|
||||
rspec
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.3
|
Loading…
Reference in a new issue