diff options
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 28 |
2 files changed, 0 insertions, 32 deletions
diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 4a544814..00000000 --- a/Gemfile +++ /dev/null @@ -1,4 +0,0 @@ -source 'https://rubygems.org' - -gem 'vimrunner' -gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index bfae97ff..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,28 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - diff-lcs (1.3) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.0) - vimrunner (0.3.4) - -PLATFORMS - ruby - -DEPENDENCIES - rspec - vimrunner - -BUNDLED WITH - 1.16.2 |