Gemfile.lock removed. Ignore this file anyway

master
Denis Knauf 2021-12-12 18:13:21 +01:00
parent 3ca2de0cd9
commit ae8f1e0a33
2 changed files with 2 additions and 72 deletions

36
.gitignore vendored
View File

@ -1,49 +1,17 @@
# rcov generated
coverage
coverage.data
# rdoc generated
rdoc
# yard generated
doc
.yardoc
# bundler
.bundle
# jeweler generated
Gemfile.lock
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
# For TextMate
*.tmproj
tmtags
# For emacs:
*~
\#*
.\#*
# For vim:
*.swp
# For redcar:
*.sw[p-n]
.redcar
# For rubinius:
*.rbc

View File

@ -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