From 523e285224c6454d43f028d2e6c8174469623b5c Mon Sep 17 00:00:00 2001 From: "Kevin J. Smith" Date: Sat, 29 Aug 2020 14:07:49 -0500 Subject: [PATCH] Not checking in lock file Signed-off-by: Kevin J. Smith --- Gemfile.lock | 80 ---------------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 9d34012..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,80 +0,0 @@ -PATH - remote: . - specs: - zabbixapi (4.1.0) - http (~> 2.0) - json (~> 2.0) - -GEM - remote: https://rubygems.org/ - specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - ast (2.4.0) - coderay (1.1.2) - diff-lcs (1.3) - domain_name (0.5.20180417) - unf (>= 0.0.5, < 1.0.0) - http (2.2.2) - addressable (~> 2.3) - http-cookie (~> 1.0) - http-form_data (~> 1.0.1) - http_parser.rb (~> 0.6.0) - http-cookie (1.0.3) - domain_name (~> 0.5) - http-form_data (1.0.3) - http_parser.rb (0.6.0) - jaro_winkler (1.5.2) - json (2.2.0) - method_source (0.9.2) - parallel (1.17.0) - parser (2.6.3.0) - ast (~> 2.4.0) - pry (0.12.2) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - public_suffix (3.1.0) - rainbow (3.0.0) - rake (11.3.0) - 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.3) - 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) - rubocop (0.70.0) - jaro_winkler (~> 1.5.1) - parallel (~> 1.10) - parser (>= 2.6) - rainbow (>= 2.2.2, < 4.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) - ruby-progressbar (1.10.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.7.6) - unicode-display_width (1.6.0) - yard (0.9.20) - -PLATFORMS - ruby - -DEPENDENCIES - bundler (~> 1.0) - jruby-openssl - pry - rake (~> 11.1) - rspec (>= 3.8) - rubocop (>= 0.60) - yard (>= 0.9) - zabbixapi! - -BUNDLED WITH - 1.16.6