Project

General

Profile

Download (2.06 KB) Statistics
| Branch: | Tag: | Revision:

foreman_pipeline / Gemfile.lock @ 937eb715

1
PATH
2
  remote: .
3
  specs:
4
    foreman_pipeline (0.0.1)
5
      rails (~> 3.2.19)
6

    
7
GEM
8
  remote: https://rubygems.org/
9
  specs:
10
    actionmailer (3.2.19)
11
      actionpack (= 3.2.19)
12
      mail (~> 2.5.4)
13
    actionpack (3.2.19)
14
      activemodel (= 3.2.19)
15
      activesupport (= 3.2.19)
16
      builder (~> 3.0.0)
17
      erubis (~> 2.7.0)
18
      journey (~> 1.0.4)
19
      rack (~> 1.4.5)
20
      rack-cache (~> 1.2)
21
      rack-test (~> 0.6.1)
22
      sprockets (~> 2.2.1)
23
    activemodel (3.2.19)
24
      activesupport (= 3.2.19)
25
      builder (~> 3.0.0)
26
    activerecord (3.2.19)
27
      activemodel (= 3.2.19)
28
      activesupport (= 3.2.19)
29
      arel (~> 3.0.2)
30
      tzinfo (~> 0.3.29)
31
    activeresource (3.2.19)
32
      activemodel (= 3.2.19)
33
      activesupport (= 3.2.19)
34
    activesupport (3.2.19)
35
      i18n (~> 0.6, >= 0.6.4)
36
      multi_json (~> 1.0)
37
    arel (3.0.3)
38
    builder (3.0.4)
39
    erubis (2.7.0)
40
    hike (1.2.3)
41
    i18n (0.6.11)
42
    journey (1.0.4)
43
    jquery-rails (3.1.2)
44
      railties (>= 3.0, < 5.0)
45
      thor (>= 0.14, < 2.0)
46
    json (1.8.1)
47
    mail (2.5.4)
48
      mime-types (~> 1.16)
49
      treetop (~> 1.4.8)
50
    mime-types (1.25.1)
51
    multi_json (1.10.1)
52
    polyglot (0.3.5)
53
    rack (1.4.5)
54
    rack-cache (1.2)
55
      rack (>= 0.4)
56
    rack-ssl (1.3.4)
57
      rack
58
    rack-test (0.6.2)
59
      rack (>= 1.0)
60
    rails (3.2.19)
61
      actionmailer (= 3.2.19)
62
      actionpack (= 3.2.19)
63
      activerecord (= 3.2.19)
64
      activeresource (= 3.2.19)
65
      activesupport (= 3.2.19)
66
      bundler (~> 1.0)
67
      railties (= 3.2.19)
68
    railties (3.2.19)
69
      actionpack (= 3.2.19)
70
      activesupport (= 3.2.19)
71
      rack-ssl (~> 1.3.2)
72
      rake (>= 0.8.7)
73
      rdoc (~> 3.4)
74
      thor (>= 0.14.6, < 2.0)
75
    rake (10.3.2)
76
    rdoc (3.12.2)
77
      json (~> 1.4)
78
    sprockets (2.2.2)
79
      hike (~> 1.2)
80
      multi_json (~> 1.0)
81
      rack (~> 1.0)
82
      tilt (~> 1.1, != 1.3.0)
83
    sqlite3 (1.3.9)
84
    thor (0.19.1)
85
    tilt (1.4.1)
86
    treetop (1.4.15)
87
      polyglot
88
      polyglot (>= 0.3.1)
89
    tzinfo (0.3.41)
90

    
91
PLATFORMS
92
  ruby
93

    
94
DEPENDENCIES
95
  foreman_pipeline!
96
  jquery-rails
97
  sqlite3