-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathGemfile.lock
102 lines (97 loc) · 2.3 KB
/
Gemfile.lock
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
GIT
remote: git://github.com/rails/active_record_deprecated_finders.git
revision: c5418c5119b352332656d8e47b83d3afa77b404f
specs:
active_record_deprecated_finders (0.0.1)
GIT
remote: git://github.com/rails/rails.git
revision: b7a4fe18f2cee1385e7dcd36016fb6a15b93aef6
specs:
actionmailer (4.0.0.beta)
actionpack (= 4.0.0.beta)
mail (~> 2.4.4)
actionpack (4.0.0.beta)
activesupport (= 4.0.0.beta)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.1)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
activemodel (4.0.0.beta)
activesupport (= 4.0.0.beta)
builder (~> 3.0.0)
activerecord (4.0.0.beta)
active_record_deprecated_finders (= 0.0.1)
activemodel (= 4.0.0.beta)
activesupport (= 4.0.0.beta)
arel (~> 3.0.2)
activesupport (4.0.0.beta)
i18n (~> 0.6)
multi_json (~> 1.3)
tzinfo (~> 0.3.33)
rails (4.0.0.beta)
actionmailer (= 4.0.0.beta)
actionpack (= 4.0.0.beta)
activerecord (= 4.0.0.beta)
activesupport (= 4.0.0.beta)
bundler (~> 1.1)
railties (= 4.0.0.beta)
sprockets-rails (~> 1.0)
railties (4.0.0.beta)
actionpack (= 4.0.0.beta)
activesupport (= 4.0.0.beta)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.15.4, < 2.0)
PATH
remote: .
specs:
routing_concerns (0.1.0)
actionpack (>= 3.2.0)
GEM
remote: http://rubygems.org/
specs:
arel (3.0.2)
builder (3.0.0)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.4)
json (1.7.3)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
multi_json (1.3.6)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
sprockets (2.3.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (1.0.0)
railties (>= 4.0.0.beta, < 5.0)
sprockets (~> 2.3.1)
thor (0.15.4)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
PLATFORMS
ruby
DEPENDENCIES
active_record_deprecated_finders!
rails!
rake
routing_concerns!