Ignore Bundler dev version in Gemfile.lock

* Fixes https://github.com/ruby/setup-ruby/issues/394
This commit is contained in:
Benoit Daloze
2022-11-22 16:22:30 +01:00
parent c4fe7bd15d
commit 4887fd8753
5 changed files with 47 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem "path"
+13
View File
@@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
path (2.0.1)
PLATFORMS
x86_64-linux
DEPENDENCIES
path
BUNDLED WITH
2.4.0.dev