comparison Gemfile.lock @ 124:533317c0b33d

Update rails! And stuff.
author nanaya <me@myconan.net>
date Tue, 02 May 2017 23:50:38 +0900
parents 7b7732c8d57f
children 05216b67d01d
comparison
equal deleted inserted replaced
123:7b7732c8d57f 124:533317c0b33d
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 actionpack (5.0.2) 4 actionpack (5.1.0)
5 actionview (= 5.0.2) 5 actionview (= 5.1.0)
6 activesupport (= 5.0.2) 6 activesupport (= 5.1.0)
7 rack (~> 2.0) 7 rack (~> 2.0)
8 rack-test (~> 0.6.3) 8 rack-test (~> 0.6.3)
9 rails-dom-testing (~> 2.0) 9 rails-dom-testing (~> 2.0)
10 rails-html-sanitizer (~> 1.0, >= 1.0.2) 10 rails-html-sanitizer (~> 1.0, >= 1.0.2)
11 actionview (5.0.2) 11 actionview (5.1.0)
12 activesupport (= 5.0.2) 12 activesupport (= 5.1.0)
13 builder (~> 3.1) 13 builder (~> 3.1)
14 erubis (~> 2.7.0) 14 erubi (~> 1.4)
15 rails-dom-testing (~> 2.0) 15 rails-dom-testing (~> 2.0)
16 rails-html-sanitizer (~> 1.0, >= 1.0.3) 16 rails-html-sanitizer (~> 1.0, >= 1.0.3)
17 activesupport (5.0.2) 17 activesupport (5.1.0)
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.5.1) 22 addressable (2.5.1)
26 concurrent-ruby (1.0.5) 26 concurrent-ruby (1.0.5)
27 concurrent-ruby (1.0.5-java) 27 concurrent-ruby (1.0.5-java)
28 domain_name (0.5.20170404) 28 domain_name (0.5.20170404)
29 unf (>= 0.0.5, < 1.0.0) 29 unf (>= 0.0.5, < 1.0.0)
30 equalizer (0.0.11) 30 equalizer (0.0.11)
31 erubis (2.7.0) 31 erubi (1.6.0)
32 faraday (0.11.0) 32 faraday (0.11.0)
33 multipart-post (>= 1.2, < 3) 33 multipart-post (>= 1.2, < 3)
34 http (2.2.1) 34 http (2.2.2)
35 addressable (~> 2.3) 35 addressable (~> 2.3)
36 http-cookie (~> 1.0) 36 http-cookie (~> 1.0)
37 http-form_data (~> 1.0.1) 37 http-form_data (~> 1.0.1)
38 http_parser.rb (~> 0.6.0) 38 http_parser.rb (~> 0.6.0)
39 http-cookie (1.0.3) 39 http-cookie (1.0.3)
67 rails-dom-testing (2.0.2) 67 rails-dom-testing (2.0.2)
68 activesupport (>= 4.2.0, < 6.0) 68 activesupport (>= 4.2.0, < 6.0)
69 nokogiri (~> 1.6) 69 nokogiri (~> 1.6)
70 rails-html-sanitizer (1.0.3) 70 rails-html-sanitizer (1.0.3)
71 loofah (~> 2.0) 71 loofah (~> 2.0)
72 railties (5.0.2) 72 railties (5.1.0)
73 actionpack (= 5.0.2) 73 actionpack (= 5.1.0)
74 activesupport (= 5.0.2) 74 activesupport (= 5.1.0)
75 method_source 75 method_source
76 rake (>= 0.8.7) 76 rake (>= 0.8.7)
77 thor (>= 0.18.1, < 2.0) 77 thor (>= 0.18.1, < 2.0)
78 raindrops (0.18.0) 78 raindrops (0.18.0)
79 rake (12.0.0) 79 rake (12.0.0)
80 redis (3.3.1) 80 redis (3.3.3)
81 redis-actionpack (5.0.1) 81 redis-actionpack (5.0.1)
82 actionpack (>= 4.0, < 6) 82 actionpack (>= 4.0, < 6)
83 redis-rack (>= 1, < 3) 83 redis-rack (>= 1, < 3)
84 redis-store (>= 1.1.0, < 1.4.0) 84 redis-store (>= 1.1.0, < 1.4.0)
85 redis-activesupport (5.0.2) 85 redis-activesupport (5.0.2)
113 tzinfo (1.2.3) 113 tzinfo (1.2.3)
114 thread_safe (~> 0.1) 114 thread_safe (~> 0.1)
115 unf (0.1.4) 115 unf (0.1.4)
116 unf_ext 116 unf_ext
117 unf (0.1.4-java) 117 unf (0.1.4-java)
118 unf_ext (0.0.7.3) 118 unf_ext (0.0.7.4)
119 unf_ext (0.0.7.3-x86-mingw32) 119 unf_ext (0.0.7.4-x86-mingw32)
120 unicorn (5.3.0) 120 unicorn (5.3.0)
121 kgio (~> 2.6) 121 kgio (~> 2.6)
122 raindrops (~> 0.7) 122 raindrops (~> 0.7)
123 123
124 PLATFORMS 124 PLATFORMS
125 java 125 java
126 ruby 126 ruby
127 x86-mingw32 127 x86-mingw32
128 128
129 DEPENDENCIES 129 DEPENDENCIES
130 actionpack (~> 5.0.1) 130 actionpack (~> 5.1.0)
131 actionview (~> 5.0.1) 131 actionview (~> 5.1.0)
132 newrelic_rpm 132 newrelic_rpm
133 puma 133 puma
134 railties (~> 5.0.1) 134 railties (~> 5.1.0)
135 redis (= 3.3.1) 135 redis (>= 3.3.3)
136 redis-rails 136 redis-rails
137 twitter 137 twitter
138 twitter-text 138 twitter-text
139 unicorn 139 unicorn
140 140