From 6f412ba9b832672b6a98bba45ed14df46d86283c Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Mon, 27 Jan 2020 08:51:21 +0100 Subject: [PATCH] Add Gemfile --- Gemfile | 8 ++++++++ Gemfile.lock | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..735cc49 --- /dev/null +++ b/Gemfile @@ -0,0 +1,8 @@ +source "https://rubygems.org" + +ruby "2.6.3" + +gem "rexical" +gem "racc" +gem "rspec" + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..6d24f9e --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,33 @@ +GEM + remote: https://rubygems.org/ + specs: + diff-lcs (1.3) + racc (1.4.16) + rexical (1.0.7) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.1) + rspec-support (~> 3.9.1) + rspec-expectations (3.9.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.2) + +PLATFORMS + ruby + +DEPENDENCIES + racc + rexical + rspec + +RUBY VERSION + ruby 2.6.3p62 + +BUNDLED WITH + 2.1.2