From 8e60c0eb676096ad7bd5442ce2bec0237f50be92 Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Wed, 4 Oct 2023 16:04:33 +0100 Subject: [PATCH] Re-add gemfile.lock --- Gemfile.lock | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..2626f9edf --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,40 @@ +GIT + remote: https://github.com/bugsnag/platforms-bumpsnag + revision: cbab06dc33bad9545688d86d744ad9915eb071bd + branch: initial-release + specs: + bumpsnag (0.1.0) + +GEM + remote: https://rubygems.org/ + specs: + CFPropertyList (3.0.6) + rexml + atomos (0.1.3) + claide (1.1.0) + colored2 (3.1.2) + nanaimo (0.3.0) + rake (13.0.6) + rexml (3.2.6) + rouge (2.0.7) + xcodeproj (1.23.0) + CFPropertyList (>= 2.3.3, < 4.0) + atomos (~> 0.1.3) + claide (>= 1.0.2, < 2.0) + colored2 (~> 3.1) + nanaimo (~> 0.3.0) + rexml (~> 3.2.4) + xcpretty (0.3.0) + rouge (~> 2.0.7) + +PLATFORMS + ruby + +DEPENDENCIES + bumpsnag! + rake + xcodeproj + xcpretty + +BUNDLED WITH + 2.1.4