Skip to content

Commit

Permalink
Merge pull request #228 from ruby/remove-lockfile
Browse files Browse the repository at this point in the history
Remove lockfile
  • Loading branch information
hsbt authored Oct 18, 2024
2 parents a8ee251 + e1d9c83 commit db8eaec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/spec/reports/
/tmp/
scratch.rb
/*.lock

# rspec failure tracking
.rspec_status
.DS_Store

85 changes: 0 additions & 85 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion lib/syntax_suggest/lex_value.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def initialize(line, type, token, state, last_lex = nil)
@is_end = false
@is_kw = false
return if type != :on_kw
#

return if last_lex && last_lex.fname? # https://github.com/ruby/ruby/commit/776759e300e4659bb7468e2b97c8c2d4359a2953

case token
Expand Down

0 comments on commit db8eaec

Please sign in to comment.