comparison Gemfile.lock @ 110:f76d44baa3dc

Test adding redis support
author nanaya <me@myconan.net>
date Wed, 09 Nov 2016 07:35:03 +0900
parents e74c23d5c42e
children 3df5fcecdd46
comparison
equal deleted inserted replaced
109:e74c23d5c42e 110:f76d44baa3dc
17 activesupport (5.0.0.1) 17 activesupport (5.0.0.1)
18 concurrent-ruby (~> 1.0, >= 1.0.2) 18 concurrent-ruby (~> 1.0, >= 1.0.2)
19 i18n (~> 0.7) 19 i18n (~> 0.7)
20 minitest (~> 5.1) 20 minitest (~> 5.1)
21 tzinfo (~> 1.1) 21 tzinfo (~> 1.1)
22 addressable (2.4.0) 22 addressable (2.5.0)
23 public_suffix (~> 2.0, >= 2.0.2)
23 buftok (0.2.0) 24 buftok (0.2.0)
24 builder (3.2.2) 25 builder (3.2.2)
25 concurrent-ruby (1.0.2) 26 concurrent-ruby (1.0.2)
26 concurrent-ruby (1.0.2-java) 27 concurrent-ruby (1.0.2-java)
27 dalli (2.7.6)
28 domain_name (0.5.20161021) 28 domain_name (0.5.20161021)
29 unf (>= 0.0.5, < 1.0.0) 29 unf (>= 0.0.5, < 1.0.0)
30 equalizer (0.0.10) 30 equalizer (0.0.10)
31 erubis (2.7.0) 31 erubis (2.7.0)
32 faraday (0.9.2) 32 faraday (0.9.2)
52 method_source (0.8.2) 52 method_source (0.8.2)
53 mini_portile2 (2.1.0) 53 mini_portile2 (2.1.0)
54 minitest (5.9.1) 54 minitest (5.9.1)
55 multipart-post (2.0.0) 55 multipart-post (2.0.0)
56 naught (1.1.0) 56 naught (1.1.0)
57 newrelic_rpm (3.17.0.325) 57 newrelic_rpm (3.17.1.326)
58 nokogiri (1.6.8.1) 58 nokogiri (1.6.8.1)
59 mini_portile2 (~> 2.1.0) 59 mini_portile2 (~> 2.1.0)
60 nokogiri (1.6.8.1-java) 60 nokogiri (1.6.8.1-java)
61 nokogiri (1.6.8.1-x86-mingw32) 61 nokogiri (1.6.8.1-x86-mingw32)
62 mini_portile2 (~> 2.1.0) 62 mini_portile2 (~> 2.1.0)
63 public_suffix (2.0.4)
63 puma (3.6.0) 64 puma (3.6.0)
64 puma (3.6.0-java) 65 puma (3.6.0-java)
65 rack (2.0.1) 66 rack (2.0.1)
66 rack-test (0.6.3) 67 rack-test (0.6.3)
67 rack (>= 1.0) 68 rack (>= 1.0)
76 method_source 77 method_source
77 rake (>= 0.8.7) 78 rake (>= 0.8.7)
78 thor (>= 0.18.1, < 2.0) 79 thor (>= 0.18.1, < 2.0)
79 raindrops (0.17.0) 80 raindrops (0.17.0)
80 rake (11.3.0) 81 rake (11.3.0)
82 redis (3.3.1)
83 redis-actionpack (5.0.1)
84 actionpack (>= 4.0, < 6)
85 redis-rack (>= 1, < 3)
86 redis-store (>= 1.1.0, < 1.4.0)
87 redis-activesupport (5.0.1)
88 activesupport (>= 3, < 6)
89 redis-store (~> 1.2.0)
90 redis-rack (2.0.0)
91 rack (~> 2.0)
92 redis-store (~> 1.2.0)
93 redis-rails (5.0.1)
94 redis-actionpack (~> 5.0.0)
95 redis-activesupport (~> 5.0.0)
96 redis-store (~> 1.2.0)
97 redis-store (1.2.0)
98 redis (>= 2.2)
81 simple_oauth (0.3.1) 99 simple_oauth (0.3.1)
82 thor (0.19.1) 100 thor (0.19.1)
83 thread_safe (0.3.5) 101 thread_safe (0.3.5)
84 thread_safe (0.3.5-java) 102 thread_safe (0.3.5-java)
85 twitter (5.16.0) 103 twitter (5.16.0)
91 http_parser.rb (~> 0.6.0) 109 http_parser.rb (~> 0.6.0)
92 json (~> 1.8) 110 json (~> 1.8)
93 memoizable (~> 0.4.0) 111 memoizable (~> 0.4.0)
94 naught (~> 1.0) 112 naught (~> 1.0)
95 simple_oauth (~> 0.3.0) 113 simple_oauth (~> 0.3.0)
96 twitter-text (1.14.0) 114 twitter-text (1.14.1)
97 unf (~> 0.1.0) 115 unf (~> 0.1.0)
98 tzinfo (1.2.2) 116 tzinfo (1.2.2)
99 thread_safe (~> 0.1) 117 thread_safe (~> 0.1)
100 unf (0.1.4) 118 unf (0.1.4)
101 unf_ext 119 unf_ext
102 unf (0.1.4-java) 120 unf (0.1.4-java)
103 unf_ext (0.0.7.2) 121 unf_ext (0.0.7.2)
104 unf_ext (0.0.7.2-x86-mingw32) 122 unf_ext (0.0.7.2-x86-mingw32)
105 unicorn (5.1.0) 123 unicorn (5.2.0)
106 kgio (~> 2.6) 124 kgio (~> 2.6)
107 raindrops (~> 0.7) 125 raindrops (~> 0.7)
108 126
109 PLATFORMS 127 PLATFORMS
110 java 128 java
112 x86-mingw32 130 x86-mingw32
113 131
114 DEPENDENCIES 132 DEPENDENCIES
115 actionpack (~> 5.0.0) 133 actionpack (~> 5.0.0)
116 actionview (~> 5.0.0) 134 actionview (~> 5.0.0)
117 dalli
118 newrelic_rpm 135 newrelic_rpm
119 puma 136 puma
120 railties (~> 5.0.0) 137 railties (~> 5.0.0)
138 redis-rails
121 twitter 139 twitter
122 twitter-text 140 twitter-text
123 unicorn 141 unicorn
124 142
125 BUNDLED WITH 143 BUNDLED WITH