Change layout to include new stylesheet and javascript tags.
[ecs.git] / Gemfile.lock
blob0004f026f42d7445692e6023bb11e5f0c4f4e9bd
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     pg (0.17.1)
56     rack (1.5.2)
57     rack-test (0.6.2)
58       rack (>= 1.0)
59     rails (4.1.8)
60       actionmailer (= 4.1.8)
61       actionpack (= 4.1.8)
62       actionview (= 4.1.8)
63       activemodel (= 4.1.8)
64       activerecord (= 4.1.8)
65       activesupport (= 4.1.8)
66       bundler (>= 1.3.0, < 2.0)
67       railties (= 4.1.8)
68       sprockets-rails (~> 2.0)
69     railties (4.1.8)
70       actionpack (= 4.1.8)
71       activesupport (= 4.1.8)
72       rake (>= 0.8.7)
73       thor (>= 0.18.1, < 2.0)
74     rake (10.3.2)
75     rdoc (4.1.0)
76     sass (3.4.6)
77     sass-rails (4.0.3)
78       railties (>= 4.0.0, < 5.0)
79       sass (~> 3.2)
80       sprockets (~> 2.12)
81       sprockets-rails (~> 2.0)
82     sdoc (0.4.1)
83       json (~> 1.7, >= 1.7.7)
84       rdoc (~> 4.0)
85     spring (1.1.3)
86     sprockets (2.12.3)
87       hike (~> 1.2)
88       multi_json (~> 1.0)
89       rack (~> 1.0)
90       tilt (~> 1.1, != 1.3.0)
91     sprockets-rails (2.1.3)
92       actionpack (>= 3.0)
93       activesupport (>= 3.0)
94       sprockets (~> 2.8)
95     sqlite3 (1.3.9)
96     thor (0.19.1)
97     thread_safe (0.3.3)
98     tilt (1.4.1)
99     turbolinks (2.2.2)
100       coffee-rails
101     tzinfo (1.1.0)
102       thread_safe (~> 0.1)
103     uglifier (2.5.3)
104       execjs (>= 0.3.0)
105       json (>= 1.8.0)
107 PLATFORMS
108   ruby
110 DEPENDENCIES
111   coffee-rails (~> 4.0.0)
112   jbuilder (~> 2.0)
113   jquery-rails
114   pg
115   rails (= 4.1.8)
116   sass-rails (~> 4.0.3)
117   sdoc (~> 0.4.0)
118   spring
119   sqlite3
120   turbolinks
121   uglifier (>= 1.3.0)