diff --git a/.gitignore b/.gitignore index 100c07a..837b0a5 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ build-iPhoneSimulator/ # Used by RuboCop. Remote config files pulled in from inherit_from directive. # .rubocop-https?--* .DS_Store +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index d404d15..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,37 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - cli (1.4.0) - faraday (2.12.1) - faraday-net_http (>= 2.0, < 3.5) - json - logger - faraday-net_http (3.4.0) - net-http (>= 0.5.0) - json (2.9.0) - logger (1.6.2) - net-http (0.6.0) - uri - octokit (9.2.0) - faraday (>= 1, < 3) - sawyer (~> 0.9) - public_suffix (6.0.1) - rugged (1.6.3) - sawyer (0.9.2) - addressable (>= 2.3.5) - faraday (>= 0.17.3, < 3) - uri (1.0.2) - -PLATFORMS - arm64-darwin-22 - x86_64-darwin-22 - -DEPENDENCIES - cli - octokit (>= 9.2.0) - rugged (= 1.6.3) - -BUNDLED WITH - 2.3.5