Initial migrations.
[ecs.git] / Gemfile.lock
blobed296f2c0f681a1c90b0257041ab5569608c543b
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (4.1.8)
5       actionpack (= 4.1.8)
6       actionview (= 4.1.8)
7       mail (~> 2.5, >= 2.5.4)
8     actionpack (4.1.8)
9       actionview (= 4.1.8)
10       activesupport (= 4.1.8)
11       rack (~> 1.5.2)
12       rack-test (~> 0.6.2)
13     actionview (4.1.8)
14       activesupport (= 4.1.8)
15       builder (~> 3.1)
16       erubis (~> 2.7.0)
17     activemodel (4.1.8)
18       activesupport (= 4.1.8)
19       builder (~> 3.1)
20     activerecord (4.1.8)
21       activemodel (= 4.1.8)
22       activesupport (= 4.1.8)
23       arel (~> 5.0.0)
24     activesupport (4.1.8)
25       i18n (~> 0.6, >= 0.6.9)
26       json (~> 1.7, >= 1.7.7)
27       minitest (~> 5.1)
28       thread_safe (~> 0.1)
29       tzinfo (~> 1.1)
30     arel (5.0.1.20140414130214)
31     builder (3.2.2)
32     coffee-rails (4.0.1)
33       coffee-script (>= 2.2.0)
34       railties (>= 4.0.0, < 5.0)
35     coffee-script (2.2.0)
36       coffee-script-source
37       execjs
38     coffee-script-source (1.3.3)
39     erubis (2.7.0)
40     execjs (2.2.1)
41     hike (1.2.1)
42     i18n (0.6.9)
43     jbuilder (2.1.3)
44       activesupport (>= 3.0.0, < 5)
45       multi_json (~> 1.2)
46     jquery-rails (3.1.2)
47       railties (>= 3.0, < 5.0)
48       thor (>= 0.14, < 2.0)
49     json (1.8.1)
50     mail (2.6.1)
51       mime-types (>= 1.16, < 3)
52     mime-types (1.25)
53     minitest (5.4.2)
54     multi_json (1.10.1)
55     rack (1.5.2)
56     rack-test (0.6.2)
57       rack (>= 1.0)
58     rails (4.1.8)
59       actionmailer (= 4.1.8)
60       actionpack (= 4.1.8)
61       actionview (= 4.1.8)
62       activemodel (= 4.1.8)
63       activerecord (= 4.1.8)
64       activesupport (= 4.1.8)
65       bundler (>= 1.3.0, < 2.0)
66       railties (= 4.1.8)
67       sprockets-rails (~> 2.0)
68     railties (4.1.8)
69       actionpack (= 4.1.8)
70       activesupport (= 4.1.8)
71       rake (>= 0.8.7)
72       thor (>= 0.18.1, < 2.0)
73     rake (10.3.2)
74     rdoc (4.1.0)
75     sass (3.4.6)
76     sass-rails (4.0.3)
77       railties (>= 4.0.0, < 5.0)
78       sass (~> 3.2)
79       sprockets (~> 2.12)
80       sprockets-rails (~> 2.0)
81     sdoc (0.4.1)
82       json (~> 1.7, >= 1.7.7)
83       rdoc (~> 4.0)
84     spring (1.1.3)
85     sprockets (2.12.3)
86       hike (~> 1.2)
87       multi_json (~> 1.0)
88       rack (~> 1.0)
89       tilt (~> 1.1, != 1.3.0)
90     sprockets-rails (2.1.3)
91       actionpack (>= 3.0)
92       activesupport (>= 3.0)
93       sprockets (~> 2.8)
94     sqlite3 (1.3.9)
95     thor (0.19.1)
96     thread_safe (0.3.3)
97     tilt (1.4.1)
98     turbolinks (2.2.2)
99       coffee-rails
100     tzinfo (1.1.0)
101       thread_safe (~> 0.1)
102     uglifier (2.5.3)
103       execjs (>= 0.3.0)
104       json (>= 1.8.0)
106 PLATFORMS
107   ruby
109 DEPENDENCIES
110   coffee-rails (~> 4.0.0)
111   jbuilder (~> 2.0)
112   jquery-rails
113   rails (= 4.1.8)
114   sass-rails (~> 4.0.3)
115   sdoc (~> 0.4.0)
116   spring
117   sqlite3
118   turbolinks
119   uglifier (>= 1.3.0)