summaryrefslogtreecommitdiff
path: root/examples/rake/Gemfile.lock
blob: 57fd0301abb2c6c42f6c2db29be1c79738fc4566 (plain)
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
PATH
  remote: ../..
  specs:
    rcm (0.1.2)
      erb
      toml (~> 0.3)

GEM
  remote: https://rubygems.org/
  specs:
    erb (6.0.2)
    parslet (2.0.0)
    rake (13.3.1)
    toml (0.3.0)
      parslet (>= 1.8.0, < 3.0.0)

PLATFORMS
  ruby
  x86_64-linux

DEPENDENCIES
  rake
  rcm!

BUNDLED WITH
   2.6.9