aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: d4b8ae3df88db91cf373ed5edb6ab1bf5b69010d (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
PATH
  remote: .
  specs:
    activejob (4.2.0.alpha)
      activesupport (>= 4.1.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.1.1)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    i18n (0.6.9)
    json (1.8.1)
    minitest (5.3.4)
    thread_safe (0.3.3)
    tzinfo (1.1.0)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  activejob!