Mercurial > rsstweet
comparison Gemfile.lock @ 0:a1c9fadc0904
Initial.
Generated with:
rails new rsstweet -J -S -O -G --skip-keeps
author | edogawaconan <me@myconan.net> |
---|---|
date | Fri, 05 Sep 2014 18:24:19 +0900 |
parents | |
children | 489002ad6ebf |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a1c9fadc0904 |
---|---|
1 GEM | |
2 remote: https://rubygems.org/ | |
3 specs: | |
4 actionmailer (4.1.4) | |
5 actionpack (= 4.1.4) | |
6 actionview (= 4.1.4) | |
7 mail (~> 2.5.4) | |
8 actionpack (4.1.4) | |
9 actionview (= 4.1.4) | |
10 activesupport (= 4.1.4) | |
11 rack (~> 1.5.2) | |
12 rack-test (~> 0.6.2) | |
13 actionview (4.1.4) | |
14 activesupport (= 4.1.4) | |
15 builder (~> 3.1) | |
16 erubis (~> 2.7.0) | |
17 activemodel (4.1.4) | |
18 activesupport (= 4.1.4) | |
19 builder (~> 3.1) | |
20 activerecord (4.1.4) | |
21 activemodel (= 4.1.4) | |
22 activesupport (= 4.1.4) | |
23 arel (~> 5.0.0) | |
24 activesupport (4.1.4) | |
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 erubis (2.7.0) | |
33 hike (1.2.3) | |
34 i18n (0.6.11) | |
35 jbuilder (2.1.3) | |
36 activesupport (>= 3.0.0, < 5) | |
37 multi_json (~> 1.2) | |
38 json (1.8.1) | |
39 mail (2.5.4) | |
40 mime-types (~> 1.16) | |
41 treetop (~> 1.4.8) | |
42 mime-types (1.25.1) | |
43 minitest (5.4.1) | |
44 multi_json (1.10.1) | |
45 polyglot (0.3.5) | |
46 rack (1.5.2) | |
47 rack-test (0.6.2) | |
48 rack (>= 1.0) | |
49 rails (4.1.4) | |
50 actionmailer (= 4.1.4) | |
51 actionpack (= 4.1.4) | |
52 actionview (= 4.1.4) | |
53 activemodel (= 4.1.4) | |
54 activerecord (= 4.1.4) | |
55 activesupport (= 4.1.4) | |
56 bundler (>= 1.3.0, < 2.0) | |
57 railties (= 4.1.4) | |
58 sprockets-rails (~> 2.0) | |
59 railties (4.1.4) | |
60 actionpack (= 4.1.4) | |
61 activesupport (= 4.1.4) | |
62 rake (>= 0.8.7) | |
63 thor (>= 0.18.1, < 2.0) | |
64 rake (10.3.2) | |
65 rdoc (4.1.1) | |
66 json (~> 1.4) | |
67 sdoc (0.4.1) | |
68 json (~> 1.7, >= 1.7.7) | |
69 rdoc (~> 4.0) | |
70 spring (1.1.3) | |
71 sprockets (2.12.1) | |
72 hike (~> 1.2) | |
73 multi_json (~> 1.0) | |
74 rack (~> 1.0) | |
75 tilt (~> 1.1, != 1.3.0) | |
76 sprockets-rails (2.1.4) | |
77 actionpack (>= 3.0) | |
78 activesupport (>= 3.0) | |
79 sprockets (~> 2.8) | |
80 thor (0.19.1) | |
81 thread_safe (0.3.4) | |
82 tilt (1.4.1) | |
83 treetop (1.4.15) | |
84 polyglot | |
85 polyglot (>= 0.3.1) | |
86 tzinfo (1.2.2) | |
87 thread_safe (~> 0.1) | |
88 | |
89 PLATFORMS | |
90 ruby | |
91 | |
92 DEPENDENCIES | |
93 jbuilder (~> 2.0) | |
94 rails (= 4.1.4) | |
95 sdoc (~> 0.4.0) | |
96 spring |