summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-03 19:10:30 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-06 19:09:28 +0100
commit26b0dc3ae689aa45580aca655492fae49e3637e6 (patch)
tree72a039fcb8f8711f33c2cfae0f1238806b1a4ec8
parentbfd786e23a4c4bb651989a76b0cee098e656135d (diff)
downloadbundler-26b0dc3ae689aa45580aca655492fae49e3637e6.tar.gz
WIP
-rw-r--r--Gemfile12
-rw-r--r--Gemfile.lock62
2 files changed, 74 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000000..7dd6858a31
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,12 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+gemspec
+
+gem "automatiek", "~> 0.1.0"
+gem "rake", "~> 12.0"
+gem "ronn", "~> 0.7.3"
+gem "rspec", "~> 3.6"
+gem "rubocop", "= 0.68.0"
+gem "rubocop-performance", "~> 1.1"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000000..0eccd4fb79
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,62 @@
+PATH
+ remote: .
+ specs:
+
+GEM
+ remote: https://rubygems.org/
+ specs:
+ ast (2.4.0)
+ automatiek (0.1.2)
+ diff-lcs (1.3)
+ hpricot (0.8.6)
+ jaro_winkler (1.5.2)
+ mustache (1.1.0)
+ parallel (1.17.0)
+ parser (2.6.3.0)
+ ast (~> 2.4.0)
+ rainbow (3.0.0)
+ rake (12.3.2)
+ rdiscount (2.2.0.1)
+ ronn (0.7.3)
+ hpricot (>= 0.8.2)
+ mustache (>= 0.7.0)
+ rdiscount (>= 1.5.8)
+ 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.68.0)
+ jaro_winkler (~> 1.5.1)
+ parallel (~> 1.10)
+ parser (>= 2.5, != 2.5.1.1)
+ rainbow (>= 2.2.2, < 4.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 1.6)
+ rubocop-performance (1.1.0)
+ rubocop (>= 0.67.0)
+ ruby-progressbar (1.10.0)
+ unicode-display_width (1.5.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ automatiek (~> 0.1.0)
+ bundler!
+ rake (~> 12.0)
+ ronn (~> 0.7.3)
+ rspec (~> 3.6)
+ rubocop (= 0.68.0)
+ rubocop-performance (~> 1.1)
+
+BUNDLED WITH
+ 2.1.0.pre.1