comparison Gemfile.lock @ 34:e679ce4f73dd

Remove main rails dependency. Depend on its components instead. Trims out a lot of gems.
author edogawaconan <me@myconan.net>
date Thu, 11 Dec 2014 15:33:14 +0900
parents 89f46bd648f4
children 6267a4188c05
comparison
equal deleted inserted replaced
33:9defe1ae5814 34:e679ce4f73dd
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 actionmailer (4.1.7)
5 actionpack (= 4.1.7)
6 actionview (= 4.1.7)
7 mail (~> 2.5, >= 2.5.4)
8 actionpack (4.1.7) 4 actionpack (4.1.7)
9 actionview (= 4.1.7) 5 actionview (= 4.1.7)
10 activesupport (= 4.1.7) 6 activesupport (= 4.1.7)
11 rack (~> 1.5.2) 7 rack (~> 1.5.2)
12 rack-test (~> 0.6.2) 8 rack-test (~> 0.6.2)
13 actionview (4.1.7) 9 actionview (4.1.7)
14 activesupport (= 4.1.7) 10 activesupport (= 4.1.7)
15 builder (~> 3.1) 11 builder (~> 3.1)
16 erubis (~> 2.7.0) 12 erubis (~> 2.7.0)
17 activemodel (4.1.7)
18 activesupport (= 4.1.7)
19 builder (~> 3.1)
20 activerecord (4.1.7)
21 activemodel (= 4.1.7)
22 activesupport (= 4.1.7)
23 arel (~> 5.0.0)
24 activesupport (4.1.7) 13 activesupport (4.1.7)
25 i18n (~> 0.6, >= 0.6.9) 14 i18n (~> 0.6, >= 0.6.9)
26 json (~> 1.7, >= 1.7.7) 15 json (~> 1.7, >= 1.7.7)
27 minitest (~> 5.1) 16 minitest (~> 5.1)
28 thread_safe (~> 0.1) 17 thread_safe (~> 0.1)
29 tzinfo (~> 1.1) 18 tzinfo (~> 1.1)
30 addressable (2.3.6) 19 addressable (2.3.6)
31 arel (5.0.1.20140414130214)
32 buftok (0.2.0) 20 buftok (0.2.0)
33 builder (3.2.2) 21 builder (3.2.2)
34 dalli (2.7.2) 22 dalli (2.7.2)
35 equalizer (0.0.9) 23 equalizer (0.0.9)
36 erubis (2.7.0) 24 erubis (2.7.0)
37 faraday (0.9.0) 25 faraday (0.9.0)
38 multipart-post (>= 1.2, < 3) 26 multipart-post (>= 1.2, < 3)
39 hike (1.2.3)
40 http (0.6.2) 27 http (0.6.2)
41 http_parser.rb (~> 0.6.0) 28 http_parser.rb (~> 0.6.0)
42 http_parser.rb (0.6.0) 29 http_parser.rb (0.6.0)
43 http_parser.rb (0.6.0-java) 30 http_parser.rb (0.6.0-java)
44 i18n (0.6.11) 31 i18n (0.6.11)
45 json (1.8.1) 32 json (1.8.1)
46 json (1.8.1-java) 33 json (1.8.1-java)
47 kgio (2.9.2)
48 mail (2.6.3)
49 mime-types (>= 1.16, < 3)
50 memoizable (0.4.2) 34 memoizable (0.4.2)
51 thread_safe (~> 0.3, >= 0.3.1) 35 thread_safe (~> 0.3, >= 0.3.1)
52 mime-types (2.4.3)
53 minitest (5.4.2) 36 minitest (5.4.2)
54 multi_json (1.10.1)
55 multipart-post (2.0.0) 37 multipart-post (2.0.0)
56 naught (1.0.0) 38 naught (1.0.0)
57 puma (2.9.2)
58 rack (>= 1.1, < 2.0)
59 puma (2.9.2-java)
60 rack (>= 1.1, < 2.0)
61 rack (1.5.2) 39 rack (1.5.2)
62 rack-test (0.6.2) 40 rack-test (0.6.2)
63 rack (>= 1.0) 41 rack (>= 1.0)
64 rails (4.1.7)
65 actionmailer (= 4.1.7)
66 actionpack (= 4.1.7)
67 actionview (= 4.1.7)
68 activemodel (= 4.1.7)
69 activerecord (= 4.1.7)
70 activesupport (= 4.1.7)
71 bundler (>= 1.3.0, < 2.0)
72 railties (= 4.1.7)
73 sprockets-rails (~> 2.0)
74 railties (4.1.7) 42 railties (4.1.7)
75 actionpack (= 4.1.7) 43 actionpack (= 4.1.7)
76 activesupport (= 4.1.7) 44 activesupport (= 4.1.7)
77 rake (>= 0.8.7) 45 rake (>= 0.8.7)
78 thor (>= 0.18.1, < 2.0) 46 thor (>= 0.18.1, < 2.0)
79 raindrops (0.13.0)
80 rake (10.3.2) 47 rake (10.3.2)
81 rdoc (4.1.2)
82 json (~> 1.4)
83 sdoc (0.4.1)
84 json (~> 1.7, >= 1.7.7)
85 rdoc (~> 4.0)
86 simple_oauth (0.3.0) 48 simple_oauth (0.3.0)
87 spring (1.1.3)
88 sprockets (2.12.3)
89 hike (~> 1.2)
90 multi_json (~> 1.0)
91 rack (~> 1.0)
92 tilt (~> 1.1, != 1.3.0)
93 sprockets-rails (2.2.0)
94 actionpack (>= 3.0)
95 activesupport (>= 3.0)
96 sprockets (>= 2.8, < 4.0)
97 thor (0.19.1) 49 thor (0.19.1)
98 thread_safe (0.3.4) 50 thread_safe (0.3.4)
99 thread_safe (0.3.4-java) 51 thread_safe (0.3.4-java)
100 tilt (1.4.1)
101 twitter (5.13.0) 52 twitter (5.13.0)
102 addressable (~> 2.3) 53 addressable (~> 2.3)
103 buftok (~> 0.2.0) 54 buftok (~> 0.2.0)
104 equalizer (~> 0.0.9) 55 equalizer (~> 0.0.9)
105 faraday (~> 0.9.0) 56 faraday (~> 0.9.0)
116 unf (0.1.4) 67 unf (0.1.4)
117 unf_ext 68 unf_ext
118 unf (0.1.4-java) 69 unf (0.1.4-java)
119 unf_ext (0.0.6) 70 unf_ext (0.0.6)
120 unf_ext (0.0.6-x86-mingw32) 71 unf_ext (0.0.6-x86-mingw32)
121 unicorn (4.8.3)
122 kgio (~> 2.6)
123 rack
124 raindrops (~> 0.7)
125 72
126 PLATFORMS 73 PLATFORMS
127 java 74 java
128 ruby 75 ruby
129 x86-mingw32 76 x86-mingw32
130 77
131 DEPENDENCIES 78 DEPENDENCIES
79 actionpack (~> 4.1.4)
80 actionview (~> 4.1.4)
132 dalli 81 dalli
133 puma 82 railties (~> 4.1.4)
134 rails (~> 4.1.4)
135 sdoc (~> 0.4.0)
136 spring
137 twitter 83 twitter
138 twitter-text 84 twitter-text
139 unicorn