view runtime/pack/dist/opt/editorconfig/tests/plugin/Gemfile.lock @ 33014:5c8ed31be901

runtime: Distribute the editorconfig with vim (#12902) Commit: https://github.com/vim/vim/commit/e5e04306bf02aa4ad488558dd593cf5c3b72f9b7 Author: Christian Brabandt <cb@256bit.org> Date: Sun Aug 27 17:52:18 2023 +0100 runtime: Distribute the editorconfig with vim (https://github.com/vim/vim/issues/12902) This is the editorconfig-vim plugin Commit e014708e917b457e8f6c57f357d55dd3826880d4 from https://github.com/editorconfig/editorconfig-vim closes: #2286 related: https://github.com/editorconfig/editorconfig-vim/issues/223 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 19:00:09 +0200
parents
children
line wrap: on
line source

GEM
  remote: https://rubygems.org/
  specs:
    diff-lcs (1.2.5)
    rake (12.3.3)
    rspec (3.4.0)
      rspec-core (~> 3.4.0)
      rspec-expectations (~> 3.4.0)
      rspec-mocks (~> 3.4.0)
    rspec-core (3.4.1)
      rspec-support (~> 3.4.0)
    rspec-expectations (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-mocks (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-support (3.4.1)
    vimrunner (0.3.1)

PLATFORMS
  ruby

DEPENDENCIES
  rake (~> 12.3.3)
  rspec (~> 3.4.0)
  vimrunner (~> 0.3.1)