aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 20c34e06572a0f21b0fc51203674293930232925 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
PATH
  remote: .
  specs:
    zero (0.2.0)
      tilt

GEM
  remote: https://rubygems.org/
  specs:
    diff-lcs (1.5.0)
    rack (3.0.4.1)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.1)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-its (1.3.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.0)
    thor (1.2.1)
    tilt (2.0.11)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  rack
  rspec
  rspec-its
  thor
  zero!

BUNDLED WITH
   2.4.1