aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock84
1 files changed, 84 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 000000000..be4521e0e
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,84 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ ast (2.3.0)
+ codecov (0.1.10)
+ json
+ simplecov
+ url
+ diff-lcs (1.3)
+ docile (1.1.5)
+ hpricot (0.8.6)
+ json (2.1.0)
+ mustache (1.0.5)
+ parallel (1.11.1)
+ parallel_tests (2.14.1)
+ parallel
+ parser (2.4.0.0)
+ ast (~> 2.2)
+ plist (3.3.0)
+ powerpack (0.1.1)
+ public_suffix (2.0.5)
+ rainbow (2.2.2)
+ rake
+ rake (12.0.0)
+ rdiscount (2.2.0.1)
+ ronn (0.7.3)
+ hpricot (>= 0.8.2)
+ mustache (>= 0.7.0)
+ rdiscount (>= 1.5.8)
+ rspec (3.6.0)
+ rspec-core (~> 3.6.0)
+ rspec-expectations (~> 3.6.0)
+ rspec-mocks (~> 3.6.0)
+ rspec-core (3.6.0)
+ rspec-support (~> 3.6.0)
+ rspec-expectations (3.6.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.6.0)
+ rspec-its (1.2.0)
+ rspec-core (>= 3.0.0)
+ rspec-expectations (>= 3.0.0)
+ rspec-mocks (3.6.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.6.0)
+ rspec-support (3.6.0)
+ rspec-wait (0.0.9)
+ rspec (>= 3, < 4)
+ rubocop (0.47.1)
+ parser (>= 2.3.3.1, < 3.0)
+ powerpack (~> 0.1)
+ rainbow (>= 1.99.1, < 3.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (~> 1.0, >= 1.0.1)
+ rubocop-cask (0.12.0)
+ public_suffix (~> 2.0)
+ rubocop (~> 0.47.1)
+ ruby-macho (1.1.0)
+ ruby-progressbar (1.8.1)
+ simplecov (0.14.1)
+ docile (~> 1.1.0)
+ json (>= 1.8, < 3)
+ simplecov-html (~> 0.10.0)
+ simplecov-html (0.10.0)
+ unicode-display_width (1.2.1)
+ url (0.3.2)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ codecov
+ parallel_tests
+ plist
+ ronn
+ rspec
+ rspec-its
+ rspec-wait
+ rubocop (~> 0.47.1)
+ rubocop-cask (~> 0.12.0)
+ ruby-macho
+ simplecov
+
+BUNDLED WITH
+ 1.14.6