From 899bbcf92200d3c2400308d51e31f7e129da6c4b Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Wed, 3 May 2023 13:55:04 -0600 Subject: [PATCH] Add .bundle dir for Github tests to work proper --- .bundle/gemfile | 6 ++++++ .bundle/gemfile.lock | 35 +++++++++++++++++++++++++++++++++++ .gitignore | 1 - 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 .bundle/gemfile create mode 100644 .bundle/gemfile.lock diff --git a/.bundle/gemfile b/.bundle/gemfile new file mode 100644 index 0000000..172fa14 --- /dev/null +++ b/.bundle/gemfile @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +source 'https://rubygems.org' + +gem 'rubocop', '1.46.0' +gem 'json', '2.6.3' diff --git a/.bundle/gemfile.lock b/.bundle/gemfile.lock new file mode 100644 index 0000000..11291f2 --- /dev/null +++ b/.bundle/gemfile.lock @@ -0,0 +1,35 @@ +GEM + remote: https://rubygems.org/ + specs: + ast (2.4.2) + json (2.6.3) + parallel (1.22.1) + parser (3.2.1.0) + ast (~> 2.4.1) + rainbow (3.1.1) + regexp_parser (2.7.0) + rexml (3.2.5) + rubocop (1.46.0) + json (~> 2.3) + parallel (~> 1.10) + parser (>= 3.2.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.26.0, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.26.0) + parser (>= 3.2.1.0) + ruby-progressbar (1.11.0) + unicode-display_width (2.4.2) + +PLATFORMS + x64-mingw-ucrt + +DEPENDENCIES + json (= 2.6.3) + rubocop (= 1.46.0) + +BUNDLED WITH + 2.4.6 diff --git a/.gitignore b/.gitignore index a605628..548f316 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,6 @@ build-iPhoneSimulator/ /rdoc/ ## Environment normalization: -/.bundle/ /vendor/bundle /lib/bundler/man/