Skip to content

Commit e572719

Browse files
chore: revert ignoring Gemfile.lock
1 parent fede0e6 commit e572719

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
bin/tapioca
88
Brewfile.lock.json
99
doc/
10-
Gemfile.lock
1110
sorbet/tapioca/*

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/stainless-api/syntax_tree-rbs.git
3-
revision: c30b50219918be7cfe3ef803a00b59d1e77fcada
3+
revision: 140eb3ba2ff4b959b345ac2a7927cd758a9f1284
44
branch: main
55
specs:
66
syntax_tree-rbs (1.0.0)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require "rubocop/rake_task"
1111
tapioca = "sorbet/tapioca"
1212
ignore_file = ".ignore"
1313

14-
CLEAN.push(*%w[.idea/ .ruby-lsp/ .yardoc/ doc/ Gemfile.lock], *FileList["*.gem"], ignore_file)
14+
CLEAN.push(*%w[.idea/ .ruby-lsp/ .yardoc/ doc/], *FileList["*.gem"], ignore_file)
1515

1616
CLOBBER.push(*%w[sorbet/rbi/annotations/ sorbet/rbi/gems/], tapioca)
1717

scripts/bootstrap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ fi
1313

1414
echo "==> Installing Ruby dependencies…"
1515

16-
rm -fr -v -- Gemfile.lock
1716
exec -- bundle install "$@"

0 commit comments

Comments
 (0)