diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2019-01-01 08:57:27 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2019-01-01 08:57:27 +0100 |
commit | 2de757e7549b909e8c69d13e1334108c9935d12e (patch) | |
tree | 8e4e7f4b6307e34d6d8cc6e673eb8c13167d45b0 | |
parent | 7ba42aba7a21ba3459aabd01be9c768d445d7710 (diff) | |
download | zorglub-2de757e7549b909e8c69d13e1334108c9935d12e.zip zorglub-2de757e7549b909e8c69d13e1334108c9935d12e.tar.gz |
bundle update
-rw-r--r-- | Gemfile.lock | 81 |
1 files changed, 48 insertions, 33 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9564069..1722180 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,41 +6,53 @@ PATH GEM remote: http://rubygems.org/ specs: - coveralls (0.7.0) - multi_json (~> 1.3) - rest-client - simplecov (>= 0.7) - term-ansicolor - thor - diff-lcs (1.2.5) - docile (1.1.3) - haml (4.0.5) + coveralls (0.8.22) + json (>= 1.8, < 3) + simplecov (~> 0.16.1) + term-ansicolor (~> 1.3) + thor (~> 0.19.4) + tins (~> 1.6) + diff-lcs (1.3) + docile (1.3.1) + ffi (1.9.25) + haml (5.0.4) + temple (>= 0.8.0) tilt - mime-types (2.1) - multi_json (1.8.4) - rack (1.5.2) - rake (10.1.1) - rest-client (1.6.7) - mime-types (>= 1.16) - rspec (2.14.1) - rspec-core (~> 2.14.0) - rspec-expectations (~> 2.14.0) - rspec-mocks (~> 2.14.0) - rspec-core (2.14.7) - rspec-expectations (2.14.5) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.14.5) - sass (3.2.14) - simplecov (0.8.2) - docile (~> 1.1.0) - multi_json - simplecov-html (~> 0.8.0) - simplecov-html (0.8.0) - term-ansicolor (1.3.0) + json (2.1.0) + rack (2.0.6) + rake (12.3.2) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) + 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.2) + 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) + sass (3.7.2) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + simplecov (0.16.1) + docile (~> 1.1) + json (>= 1.8, < 3) + simplecov-html (~> 0.10.0) + simplecov-html (0.10.2) + temple (0.8.0) + term-ansicolor (1.7.0) tins (~> 1.0) - thor (0.18.1) - tilt (2.0.0) - tins (1.0.0) + thor (0.19.4) + tilt (2.0.9) + tins (1.20.2) PLATFORMS ruby @@ -53,3 +65,6 @@ DEPENDENCIES rspec sass zorglub! + +BUNDLED WITH + 1.17.3 |