Gemfile.lock removed. Ignore this file anyway
This commit is contained in:
parent
3ca2de0cd9
commit
ae8f1e0a33
36
.gitignore
vendored
36
.gitignore
vendored
|
@ -1,49 +1,17 @@
|
||||||
# rcov generated
|
|
||||||
coverage
|
coverage
|
||||||
coverage.data
|
coverage.data
|
||||||
|
|
||||||
# rdoc generated
|
|
||||||
rdoc
|
rdoc
|
||||||
|
|
||||||
# yard generated
|
|
||||||
doc
|
doc
|
||||||
.yardoc
|
.yardoc
|
||||||
|
|
||||||
# bundler
|
|
||||||
.bundle
|
.bundle
|
||||||
|
Gemfile.lock
|
||||||
# jeweler generated
|
|
||||||
pkg
|
pkg
|
||||||
|
|
||||||
# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
|
|
||||||
#
|
|
||||||
# * Create a file at ~/.gitignore
|
|
||||||
# * Include files you want ignored
|
|
||||||
# * Run: git config --global core.excludesfile ~/.gitignore
|
|
||||||
#
|
|
||||||
# After doing this, these files will be ignored in all your git projects,
|
|
||||||
# saving you from having to 'pollute' every project you touch with them
|
|
||||||
#
|
|
||||||
# Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
|
|
||||||
#
|
|
||||||
# For MacOS:
|
|
||||||
#
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# For TextMate
|
|
||||||
*.tmproj
|
*.tmproj
|
||||||
tmtags
|
tmtags
|
||||||
|
|
||||||
# For emacs:
|
|
||||||
*~
|
*~
|
||||||
\#*
|
\#*
|
||||||
.\#*
|
.\#*
|
||||||
|
*.sw[p-n]
|
||||||
# For vim:
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
# For redcar:
|
|
||||||
.redcar
|
.redcar
|
||||||
|
|
||||||
# For rubinius:
|
|
||||||
*.rbc
|
*.rbc
|
||||||
|
|
38
Gemfile.lock
38
Gemfile.lock
|
@ -1,38 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: .
|
|
||||||
specs:
|
|
||||||
timeout-interrupt (0.4.0)
|
|
||||||
ffi-libc
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
diff-lcs (1.4.4)
|
|
||||||
ffi (1.15.4)
|
|
||||||
ffi-libc (0.1.1)
|
|
||||||
ffi (~> 1.0)
|
|
||||||
rake (12.3.3)
|
|
||||||
rspec (3.10.0)
|
|
||||||
rspec-core (~> 3.10.0)
|
|
||||||
rspec-expectations (~> 3.10.0)
|
|
||||||
rspec-mocks (~> 3.10.0)
|
|
||||||
rspec-core (3.10.1)
|
|
||||||
rspec-support (~> 3.10.0)
|
|
||||||
rspec-expectations (3.10.1)
|
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
|
||||||
rspec-support (~> 3.10.0)
|
|
||||||
rspec-mocks (3.10.2)
|
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
|
||||||
rspec-support (~> 3.10.0)
|
|
||||||
rspec-support (3.10.3)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
rake (~> 12)
|
|
||||||
rspec (~> 3.2)
|
|
||||||
timeout-interrupt!
|
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
2.2.25
|
|
Loading…
Reference in a new issue