comparison Gemfile.lock @ 437:d31fe32da7a0

Finish updating to rails 5
author nanaya <me@myconan.net>
date Sat, 02 Jul 2016 17:04:25 +0900
parents 68eb23b52864
children 69fe27a8b147
comparison
equal deleted inserted replaced
436:72557a5310d9 437:d31fe32da7a0
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 remote: https://rails-assets.org/ 3 remote: https://rails-assets.org/
4 specs: 4 specs:
5 actioncable (5.0.0.rc1) 5 actioncable (5.0.0)
6 actionpack (= 5.0.0.rc1) 6 actionpack (= 5.0.0)
7 nio4r (~> 1.2) 7 nio4r (~> 1.2)
8 websocket-driver (~> 0.6.1) 8 websocket-driver (~> 0.6.1)
9 actionmailer (5.0.0.rc1) 9 actionmailer (5.0.0)
10 actionpack (= 5.0.0.rc1) 10 actionpack (= 5.0.0)
11 actionview (= 5.0.0.rc1) 11 actionview (= 5.0.0)
12 activejob (= 5.0.0.rc1) 12 activejob (= 5.0.0)
13 mail (~> 2.5, >= 2.5.4) 13 mail (~> 2.5, >= 2.5.4)
14 rails-dom-testing (~> 1.0, >= 1.0.5) 14 rails-dom-testing (~> 2.0)
15 actionpack (5.0.0.rc1) 15 actionpack (5.0.0)
16 actionview (= 5.0.0.rc1) 16 actionview (= 5.0.0)
17 activesupport (= 5.0.0.rc1) 17 activesupport (= 5.0.0)
18 rack (~> 2.x) 18 rack (~> 2.0)
19 rack-test (~> 0.6.3) 19 rack-test (~> 0.6.3)
20 rails-dom-testing (~> 1.0, >= 1.0.5) 20 rails-dom-testing (~> 2.0)
21 rails-html-sanitizer (~> 1.0, >= 1.0.2) 21 rails-html-sanitizer (~> 1.0, >= 1.0.2)
22 actionview (5.0.0.rc1) 22 actionview (5.0.0)
23 activesupport (= 5.0.0.rc1) 23 activesupport (= 5.0.0)
24 builder (~> 3.1) 24 builder (~> 3.1)
25 erubis (~> 2.7.0) 25 erubis (~> 2.7.0)
26 rails-dom-testing (~> 1.0, >= 1.0.5) 26 rails-dom-testing (~> 2.0)
27 rails-html-sanitizer (~> 1.0, >= 1.0.2) 27 rails-html-sanitizer (~> 1.0, >= 1.0.2)
28 activejob (5.0.0.rc1) 28 activejob (5.0.0)
29 activesupport (= 5.0.0.rc1) 29 activesupport (= 5.0.0)
30 globalid (>= 0.3.6) 30 globalid (>= 0.3.6)
31 activemodel (5.0.0.rc1) 31 activemodel (5.0.0)
32 activesupport (= 5.0.0.rc1) 32 activesupport (= 5.0.0)
33 activerecord (5.0.0.rc1) 33 activerecord (5.0.0)
34 activemodel (= 5.0.0.rc1) 34 activemodel (= 5.0.0)
35 activesupport (= 5.0.0.rc1) 35 activesupport (= 5.0.0)
36 arel (~> 7.0) 36 arel (~> 7.0)
37 activesupport (5.0.0.rc1) 37 activesupport (5.0.0)
38 concurrent-ruby (~> 1.0, >= 1.0.2) 38 concurrent-ruby (~> 1.0, >= 1.0.2)
39 i18n (~> 0.7) 39 i18n (~> 0.7)
40 minitest (~> 5.1) 40 minitest (~> 5.1)
41 tzinfo (~> 1.1) 41 tzinfo (~> 1.1)
42 arel (7.0.0) 42 arel (7.0.0)
43 autoprefixer-rails (6.3.6) 43 autoprefixer-rails (6.3.6.2)
44 execjs 44 execjs
45 bootstrap-sass (3.3.6) 45 bootstrap-sass (3.3.6)
46 autoprefixer-rails (>= 5.2.1) 46 autoprefixer-rails (>= 5.2.1)
47 sass (>= 3.3.4) 47 sass (>= 3.3.4)
48 builder (3.2.2) 48 builder (3.2.2)
49 coffee-rails (4.1.1) 49 coffee-rails (4.2.1)
50 coffee-script (>= 2.2.0) 50 coffee-script (>= 2.2.0)
51 railties (>= 4.0.0, < 5.1.x) 51 railties (>= 4.0.0, < 5.2.x)
52 coffee-script (2.4.1) 52 coffee-script (2.4.1)
53 coffee-script-source 53 coffee-script-source
54 execjs 54 execjs
55 coffee-script-source (1.10.0) 55 coffee-script-source (1.10.0)
56 concurrent-ruby (1.0.2) 56 concurrent-ruby (1.0.2)
57 erubis (2.7.0) 57 erubis (2.7.0)
58 execjs (2.6.0) 58 execjs (2.7.0)
59 globalid (0.3.6) 59 globalid (0.3.6)
60 activesupport (>= 4.1.0) 60 activesupport (>= 4.1.0)
61 i18n (0.7.0) 61 i18n (0.7.0)
62 jquery-rails (4.1.1) 62 jquery-rails (4.1.1)
63 rails-dom-testing (>= 1, < 3) 63 rails-dom-testing (>= 1, < 3)
64 railties (>= 4.2.0) 64 railties (>= 4.2.0)
65 thor (>= 0.14, < 2.0) 65 thor (>= 0.14, < 2.0)
66 json (1.8.3)
67 loofah (2.0.3) 66 loofah (2.0.3)
68 nokogiri (>= 1.5.9) 67 nokogiri (>= 1.5.9)
69 mail (2.6.4) 68 mail (2.6.4)
70 mime-types (>= 1.16, < 4) 69 mime-types (>= 1.16, < 4)
71 method_source (0.8.2) 70 method_source (0.8.2)
72 mime-types (3.0) 71 mime-types (3.1)
73 mime-types-data (~> 3.2015) 72 mime-types-data (~> 3.2015)
74 mime-types-data (3.2016.0221) 73 mime-types-data (3.2016.0521)
75 mini_portile2 (2.0.0) 74 mini_portile2 (2.1.0)
76 minitest (5.8.4) 75 minitest (5.9.0)
77 newrelic_rpm (3.15.2.317) 76 newrelic_rpm (3.16.0.318)
78 nio4r (1.2.1) 77 nio4r (1.2.1)
79 nokogiri (1.6.7.2) 78 nokogiri (1.6.8)
80 mini_portile2 (~> 2.0.0.rc2) 79 mini_portile2 (~> 2.1.0)
80 pkg-config (~> 1.1.7)
81 pg (0.18.4) 81 pg (0.18.4)
82 quiet_assets (1.1.0) 82 pkg-config (1.1.7)
83 railties (>= 3.1, < 5.0) 83 puma (3.4.0)
84 rack (2.0.0.rc1) 84 rack (2.0.1)
85 json
86 rack-test (0.6.3) 85 rack-test (0.6.3)
87 rack (>= 1.0) 86 rack (>= 1.0)
88 rails (5.0.0.rc1) 87 rails (5.0.0)
89 actioncable (= 5.0.0.rc1) 88 actioncable (= 5.0.0)
90 actionmailer (= 5.0.0.rc1) 89 actionmailer (= 5.0.0)
91 actionpack (= 5.0.0.rc1) 90 actionpack (= 5.0.0)
92 actionview (= 5.0.0.rc1) 91 actionview (= 5.0.0)
93 activejob (= 5.0.0.rc1) 92 activejob (= 5.0.0)
94 activemodel (= 5.0.0.rc1) 93 activemodel (= 5.0.0)
95 activerecord (= 5.0.0.rc1) 94 activerecord (= 5.0.0)
96 activesupport (= 5.0.0.rc1) 95 activesupport (= 5.0.0)
97 bundler (>= 1.3.0, < 2.0) 96 bundler (>= 1.3.0, < 2.0)
98 railties (= 5.0.0.rc1) 97 railties (= 5.0.0)
99 sprockets-rails (>= 2.0.0) 98 sprockets-rails (>= 2.0.0)
100 rails-assets-commonmark (0.25.1) 99 rails-assets-commonmark (0.25.1)
101 rails-assets-highlightjs (9.2.0) 100 rails-assets-highlightjs (9.4.0)
102 rails-deprecated_sanitizer (1.0.3) 101 rails-dom-testing (2.0.1)
103 activesupport (>= 4.2.0.alpha) 102 activesupport (>= 4.2.0, < 6.0)
104 rails-dom-testing (1.0.7)
105 activesupport (>= 4.2.0.beta, < 5.0)
106 nokogiri (~> 1.6.0) 103 nokogiri (~> 1.6.0)
107 rails-deprecated_sanitizer (>= 1.0.1)
108 rails-html-sanitizer (1.0.3) 104 rails-html-sanitizer (1.0.3)
109 loofah (~> 2.0) 105 loofah (~> 2.0)
110 railties (5.0.0.rc1) 106 railties (5.0.0)
111 actionpack (= 5.0.0.rc1) 107 actionpack (= 5.0.0)
112 activesupport (= 5.0.0.rc1) 108 activesupport (= 5.0.0)
113 method_source 109 method_source
114 rake (>= 0.8.7) 110 rake (>= 0.8.7)
115 thor (>= 0.18.1, < 2.0) 111 thor (>= 0.18.1, < 2.0)
116 rake (11.1.2) 112 rake (11.2.2)
117 sass (3.4.22) 113 sass (3.4.22)
118 sass-rails (5.0.4) 114 sass-rails (5.0.5)
119 railties (>= 4.0.0, < 5.0) 115 railties (>= 4.0.0, < 6)
120 sass (~> 3.1) 116 sass (~> 3.1)
121 sprockets (>= 2.8, < 4.0) 117 sprockets (>= 2.8, < 4.0)
122 sprockets-rails (>= 2.0, < 4.0) 118 sprockets-rails (>= 2.0, < 4.0)
123 tilt (>= 1.1, < 3) 119 tilt (>= 1.1, < 3)
124 sprockets (3.6.0) 120 sprockets (3.6.3)
125 concurrent-ruby (~> 1.0) 121 concurrent-ruby (~> 1.0)
126 rack (> 1, < 3) 122 rack (> 1, < 3)
127 sprockets-rails (3.0.4) 123 sprockets-rails (3.1.1)
128 actionpack (>= 4.0) 124 actionpack (>= 4.0)
129 activesupport (>= 4.0) 125 activesupport (>= 4.0)
130 sprockets (>= 3.0.0) 126 sprockets (>= 3.0.0)
131 thor (0.19.1) 127 thor (0.19.1)
132 thread_safe (0.3.5) 128 thread_safe (0.3.5)
133 tilt (2.0.3) 129 tilt (2.0.5)
134 tzinfo (1.2.2) 130 tzinfo (1.2.2)
135 thread_safe (~> 0.1) 131 thread_safe (~> 0.1)
136 uglifier (3.0.0) 132 uglifier (3.0.0)
137 execjs (>= 0.3.0, < 3) 133 execjs (>= 0.3.0, < 3)
138 websocket-driver (0.6.3) 134 websocket-driver (0.6.4)
139 websocket-extensions (>= 0.1.0) 135 websocket-extensions (>= 0.1.0)
140 websocket-extensions (0.1.2) 136 websocket-extensions (0.1.2)
141 137
142 PLATFORMS 138 PLATFORMS
143 ruby 139 ruby
144 140
145 DEPENDENCIES 141 DEPENDENCIES
146 activerecord-jdbcpostgresql-adapter 142 activerecord-jdbcpostgresql-adapter
147 bootstrap-sass 143 bootstrap-sass
148 coffee-rails (~> 4.1.0) 144 coffee-rails (~> 4.2)
149 jquery-rails 145 jquery-rails
150 jruby-openssl 146 jruby-openssl
151 newrelic_rpm 147 newrelic_rpm
152 pg 148 pg
153 quiet_assets 149 puma
154 rails (>= 5.0.0.rc1, < 5.1) 150 rails (~> 5.0.0)
155 rails-assets-commonmark! 151 rails-assets-commonmark!
156 rails-assets-highlightjs! 152 rails-assets-highlightjs!
157 sass-rails (~> 5.0) 153 sass-rails (~> 5.0)
158 therubyrhino 154 therubyrhino
159 uglifier (>= 1.3.0) 155 uglifier (>= 1.3.0)