comparison Gemfile.lock @ 35:6267a4188c05

Welcome to rails 4.2.
author edogawaconan <me@myconan.net>
date Thu, 11 Dec 2014 15:38:23 +0900
parents e679ce4f73dd
children c087f4831ec7
comparison
equal deleted inserted replaced
34:e679ce4f73dd 35:6267a4188c05
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 actionpack (4.1.7) 4 actionpack (4.2.0.rc2)
5 actionview (= 4.1.7) 5 actionview (= 4.2.0.rc2)
6 activesupport (= 4.1.7) 6 activesupport (= 4.2.0.rc2)
7 rack (~> 1.5.2) 7 rack (~> 1.6.0.beta2)
8 rack-test (~> 0.6.2) 8 rack-test (~> 0.6.2)
9 actionview (4.1.7) 9 rails-dom-testing (~> 1.0, >= 1.0.5)
10 activesupport (= 4.1.7) 10 rails-html-sanitizer (~> 1.0, >= 1.0.1)
11 actionview (4.2.0.rc2)
12 activesupport (= 4.2.0.rc2)
11 builder (~> 3.1) 13 builder (~> 3.1)
12 erubis (~> 2.7.0) 14 erubis (~> 2.7.0)
13 activesupport (4.1.7) 15 rails-dom-testing (~> 1.0, >= 1.0.5)
14 i18n (~> 0.6, >= 0.6.9) 16 rails-html-sanitizer (~> 1.0, >= 1.0.1)
17 activesupport (4.2.0.rc2)
18 i18n (>= 0.7.0.beta1, < 0.8)
15 json (~> 1.7, >= 1.7.7) 19 json (~> 1.7, >= 1.7.7)
16 minitest (~> 5.1) 20 minitest (~> 5.1)
17 thread_safe (~> 0.1) 21 thread_safe (~> 0.1)
18 tzinfo (~> 1.1) 22 tzinfo (~> 1.1)
19 addressable (2.3.6) 23 addressable (2.3.6)
22 dalli (2.7.2) 26 dalli (2.7.2)
23 equalizer (0.0.9) 27 equalizer (0.0.9)
24 erubis (2.7.0) 28 erubis (2.7.0)
25 faraday (0.9.0) 29 faraday (0.9.0)
26 multipart-post (>= 1.2, < 3) 30 multipart-post (>= 1.2, < 3)
27 http (0.6.2) 31 http (0.6.3)
28 http_parser.rb (~> 0.6.0) 32 http_parser.rb (~> 0.6.0)
29 http_parser.rb (0.6.0) 33 http_parser.rb (0.6.0)
30 http_parser.rb (0.6.0-java) 34 http_parser.rb (0.6.0-java)
31 i18n (0.6.11) 35 i18n (0.7.0.beta1)
32 json (1.8.1) 36 json (1.8.1)
33 json (1.8.1-java) 37 json (1.8.1-java)
38 loofah (2.0.1)
39 nokogiri (>= 1.5.9)
34 memoizable (0.4.2) 40 memoizable (0.4.2)
35 thread_safe (~> 0.3, >= 0.3.1) 41 thread_safe (~> 0.3, >= 0.3.1)
36 minitest (5.4.2) 42 mini_portile (0.6.1)
43 minitest (5.4.3)
37 multipart-post (2.0.0) 44 multipart-post (2.0.0)
38 naught (1.0.0) 45 naught (1.0.0)
39 rack (1.5.2) 46 nokogiri (1.6.5)
47 mini_portile (~> 0.6.0)
48 nokogiri (1.6.5-java)
49 nokogiri (1.6.5-x86-mingw32)
50 mini_portile (~> 0.6.0)
51 rack (1.6.0.beta2)
40 rack-test (0.6.2) 52 rack-test (0.6.2)
41 rack (>= 1.0) 53 rack (>= 1.0)
42 railties (4.1.7) 54 rails-deprecated_sanitizer (1.0.3)
43 actionpack (= 4.1.7) 55 activesupport (>= 4.2.0.alpha)
44 activesupport (= 4.1.7) 56 rails-dom-testing (1.0.5)
57 activesupport (>= 4.2.0.beta, < 5.0)
58 nokogiri (~> 1.6.0)
59 rails-deprecated_sanitizer (>= 1.0.1)
60 rails-html-sanitizer (1.0.1)
61 loofah (~> 2.0)
62 railties (4.2.0.rc2)
63 actionpack (= 4.2.0.rc2)
64 activesupport (= 4.2.0.rc2)
45 rake (>= 0.8.7) 65 rake (>= 0.8.7)
46 thor (>= 0.18.1, < 2.0) 66 thor (>= 0.18.1, < 2.0)
47 rake (10.3.2) 67 rake (10.4.2)
48 simple_oauth (0.3.0) 68 simple_oauth (0.3.0)
49 thor (0.19.1) 69 thor (0.19.1)
50 thread_safe (0.3.4) 70 thread_safe (0.3.4)
51 thread_safe (0.3.4-java) 71 thread_safe (0.3.4-java)
52 twitter (5.13.0) 72 twitter (5.13.0)
74 java 94 java
75 ruby 95 ruby
76 x86-mingw32 96 x86-mingw32
77 97
78 DEPENDENCIES 98 DEPENDENCIES
79 actionpack (~> 4.1.4) 99 actionpack (~> 4.2.0.rc2)
80 actionview (~> 4.1.4) 100 actionview (~> 4.2.0.rc2)
81 dalli 101 dalli
82 railties (~> 4.1.4) 102 railties (~> 4.2.0.rc2)
83 twitter 103 twitter
84 twitter-text 104 twitter-text