• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision0c4c022affc8d2f02913ba88668dc78a0d7c0333 (tree)
Time2017-07-17 20:50:16
AuthorHMML <hmml3939@gmai...>
CommiterHMML

Log Message

Update gems and rails to 5.1.2.

Change Summary

Incremental Difference

--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
11 source 'https://rubygems.org'
22
33 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4-gem 'rails', '~> 5.0.2'
4+gem 'rails', '~> 5.1.2'
55 # Use sqlite3 as the database for Active Record
66 gem 'sqlite3', group: [:development, :test]
77 gem 'mysql2', group: [:staging, :production]
@@ -22,6 +22,8 @@ gem 'jquery-rails'
2222 gem 'turbolinks', '~> 5'
2323 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2424 gem 'jbuilder', '~> 2.5'
25+# bundle exec rake doc:rails generates the API under doc/api.
26+gem 'sdoc', '~> 0.4.0', group: :doc
2527 # Use Redis adapter to run Action Cable in production
2628 # gem 'redis', '~> 3.0'
2729 # Use ActiveModel has_secure_password
@@ -43,16 +45,19 @@ gem 'enum_help'
4345 gem 'jquery-turbolinks'
4446 gem 'yaml_db'
4547 gem 'awesome_print'
48+gem 'webpacker', '~> 2.0'
49+gem 'webpacker-react', "~> 0.3.1"
4650
4751 group :development, :test do
4852 # Call 'byebug' anywhere in the code to stop execution and get a debugger console
4953 gem 'byebug', platform: :mri
54+ gem 'capybara', '~> 2.13'
55+ gem 'selenium-webdriver'
5056 gem 'rspec-rails'
5157 #gem 'rspec-collection_matchers'
5258 #gem 'rspec-activemodel-mocks'
5359 gem 'factory_girl_rails', '>= 4.0.0'
5460 gem 'faker'
55- gem 'guard-rails'
5661 gem 'guard-rspec'
5762 gem 'guard-bundler'
5863 end
@@ -81,11 +86,4 @@ group :development do
8186
8287 gem 'better_errors'
8388 gem 'binding_of_caller'
84-
85- ## for convert util task
86- #gem 'roo'
87- #gem 'roo-xls'
8889 end
89-
90-# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
91-gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,51 +9,51 @@ GIT
99 GEM
1010 remote: https://rubygems.org/
1111 specs:
12- actioncable (5.0.2)
13- actionpack (= 5.0.2)
14- nio4r (>= 1.2, < 3.0)
12+ actioncable (5.1.2)
13+ actionpack (= 5.1.2)
14+ nio4r (~> 2.0)
1515 websocket-driver (~> 0.6.1)
16- actionmailer (5.0.2)
17- actionpack (= 5.0.2)
18- actionview (= 5.0.2)
19- activejob (= 5.0.2)
16+ actionmailer (5.1.2)
17+ actionpack (= 5.1.2)
18+ actionview (= 5.1.2)
19+ activejob (= 5.1.2)
2020 mail (~> 2.5, >= 2.5.4)
2121 rails-dom-testing (~> 2.0)
22- actionpack (5.0.2)
23- actionview (= 5.0.2)
24- activesupport (= 5.0.2)
22+ actionpack (5.1.2)
23+ actionview (= 5.1.2)
24+ activesupport (= 5.1.2)
2525 rack (~> 2.0)
2626 rack-test (~> 0.6.3)
2727 rails-dom-testing (~> 2.0)
2828 rails-html-sanitizer (~> 1.0, >= 1.0.2)
29- actionview (5.0.2)
30- activesupport (= 5.0.2)
29+ actionview (5.1.2)
30+ activesupport (= 5.1.2)
3131 builder (~> 3.1)
32- erubis (~> 2.7.0)
32+ erubi (~> 1.4)
3333 rails-dom-testing (~> 2.0)
3434 rails-html-sanitizer (~> 1.0, >= 1.0.3)
35- activejob (5.0.2)
36- activesupport (= 5.0.2)
35+ activejob (5.1.2)
36+ activesupport (= 5.1.2)
3737 globalid (>= 0.3.6)
38- activemodel (5.0.2)
39- activesupport (= 5.0.2)
40- activerecord (5.0.2)
41- activemodel (= 5.0.2)
42- activesupport (= 5.0.2)
43- arel (~> 7.0)
44- activesupport (5.0.2)
38+ activemodel (5.1.2)
39+ activesupport (= 5.1.2)
40+ activerecord (5.1.2)
41+ activemodel (= 5.1.2)
42+ activesupport (= 5.1.2)
43+ arel (~> 8.0)
44+ activesupport (5.1.2)
4545 concurrent-ruby (~> 1.0, >= 1.0.2)
4646 i18n (~> 0.7)
4747 minitest (~> 5.1)
4848 tzinfo (~> 1.1)
4949 addressable (2.5.1)
5050 public_suffix (~> 2.0, >= 2.0.2)
51- airbrussh (1.1.2)
51+ airbrussh (1.3.0)
5252 sshkit (>= 1.6.1, != 1.7.0)
53- arel (7.1.4)
54- autoprefixer-rails (6.7.7.1)
53+ arel (8.0.0)
54+ autoprefixer-rails (7.1.2.2)
5555 execjs
56- awesome_print (1.7.0)
56+ awesome_print (1.8.0)
5757 better_errors (2.1.1)
5858 coderay (>= 1.0.0)
5959 erubis (>= 2.6.6)
@@ -66,7 +66,7 @@ GEM
6666 sass (>= 3.3.4)
6767 builder (3.2.3)
6868 byebug (9.0.6)
69- capistrano (3.8.0)
69+ capistrano (3.8.2)
7070 airbrussh (>= 1.0.0)
7171 i18n
7272 rake (>= 10.0.0)
@@ -76,13 +76,22 @@ GEM
7676 sshkit (~> 1.2)
7777 capistrano-deploy_into_docker (0.2.1)
7878 sshkit-backend-docker (>= 0.1.2)
79- capistrano-rails (1.2.3)
79+ capistrano-rails (1.3.0)
8080 capistrano (~> 3.1)
8181 capistrano-bundler (~> 1.1)
82+ capybara (2.14.4)
83+ addressable
84+ mime-types (>= 1.16)
85+ nokogiri (>= 1.3.3)
86+ rack (>= 1.0.0)
87+ rack-test (>= 0.5.4)
88+ xpath (~> 2.0)
89+ childprocess (0.7.1)
90+ ffi (~> 1.0, >= 1.0.11)
8291 coderay (1.1.1)
83- coffee-rails (4.2.1)
92+ coffee-rails (4.2.2)
8493 coffee-script (>= 2.2.0)
85- railties (>= 4.0.0, < 5.2.x)
94+ railties (>= 4.0.0)
8695 coffee-script (2.4.1)
8796 coffee-script-source
8897 execjs
@@ -90,16 +99,17 @@ GEM
9099 concurrent-ruby (1.0.5)
91100 crack (0.4.3)
92101 safe_yaml (~> 1.0.0)
93- database_cleaner (1.5.3)
94- debug_inspector (0.0.2)
95- delayed_job (4.1.2)
96- activesupport (>= 3.0, < 5.1)
97- delayed_job_active_record (4.1.1)
98- activerecord (>= 3.0, < 5.1)
102+ database_cleaner (1.6.1)
103+ debug_inspector (0.0.3)
104+ delayed_job (4.1.3)
105+ activesupport (>= 3.0, < 5.2)
106+ delayed_job_active_record (4.1.2)
107+ activerecord (>= 3.0, < 5.2)
99108 delayed_job (>= 3.0, < 5)
100109 diff-lcs (1.3)
101110 enum_help (0.0.17)
102111 activesupport (>= 3.0.0)
112+ erubi (1.6.1)
103113 erubis (2.7.0)
104114 execjs (2.7.0)
105115 factory_girl (4.8.0)
@@ -107,14 +117,14 @@ GEM
107117 factory_girl_rails (4.8.0)
108118 factory_girl (~> 4.8.0)
109119 railties (>= 3.0.0)
110- faker (1.7.3)
120+ faker (1.8.4)
111121 i18n (~> 0.5)
112- faraday (0.12.0.1)
122+ faraday (0.12.1)
113123 multipart-post (>= 1.2, < 3)
114124 ffi (1.9.18)
115125 formatador (0.2.5)
116- globalid (0.3.7)
117- activesupport (>= 4.1.0)
126+ globalid (0.4.0)
127+ activesupport (>= 4.2.0)
118128 guard (2.14.1)
119129 formatador (>= 0.2.4)
120130 listen (>= 2.7, < 4.0)
@@ -129,31 +139,29 @@ GEM
129139 guard (~> 2.2)
130140 guard-compat (~> 1.1)
131141 guard-compat (1.2.1)
132- guard-rails (0.8.0)
133- guard (~> 2.11)
134- guard-compat (~> 1.0)
135142 guard-rspec (4.7.3)
136143 guard (~> 2.1)
137144 guard-compat (~> 1.1)
138145 rspec (>= 2.99.0, < 4.0)
139- haml (4.0.7)
146+ haml (5.0.1)
147+ temple (>= 0.8.0)
140148 tilt
141- haml-rails (0.9.0)
149+ haml-rails (1.0.0)
142150 actionpack (>= 4.0.1)
143151 activesupport (>= 4.0.1)
144- haml (>= 4.0.6, < 5.0)
152+ haml (>= 4.0.6, < 6.0)
145153 html2haml (>= 1.0.1)
146154 railties (>= 4.0.1)
147- hashdiff (0.3.2)
148- html2haml (2.1.0)
155+ hashdiff (0.3.4)
156+ html2haml (2.2.0)
149157 erubis (~> 2.7.0)
150- haml (~> 4.0)
158+ haml (>= 4.0, < 6)
151159 nokogiri (>= 1.6.0)
152160 ruby_parser (~> 3.5)
153- i18n (0.8.1)
154- jbuilder (2.6.3)
155- activesupport (>= 3.0.0, < 5.2)
156- multi_json (~> 1.2)
161+ i18n (0.8.6)
162+ jbuilder (2.7.0)
163+ activesupport (>= 4.2.0)
164+ multi_json (>= 1.2)
157165 jquery-rails (4.3.1)
158166 rails-dom-testing (>= 1, < 3)
159167 railties (>= 4.2.0)
@@ -161,6 +169,7 @@ GEM
161169 jquery-turbolinks (2.1.0)
162170 railties (>= 3.1.0)
163171 turbolinks
172+ json (1.8.6)
164173 kaminari (1.0.1)
165174 activesupport (>= 4.1.0)
166175 kaminari-actionview (= 1.0.1)
@@ -185,25 +194,25 @@ GEM
185194 rb-inotify (~> 0.9, >= 0.9.7)
186195 loofah (2.0.3)
187196 nokogiri (>= 1.5.9)
188- lumberjack (1.0.11)
189- mail (2.6.4)
197+ lumberjack (1.0.12)
198+ mail (2.6.6)
190199 mime-types (>= 1.16, < 4)
191200 method_source (0.8.2)
192201 mime-types (3.1)
193202 mime-types-data (~> 3.2015)
194203 mime-types-data (3.2016.0521)
195- mini_portile2 (2.1.0)
196- minitest (5.10.1)
204+ mini_portile2 (2.2.0)
205+ minitest (5.10.2)
197206 multi_json (1.12.1)
198207 multipart-post (2.0.0)
199- mysql2 (0.4.5)
208+ mysql2 (0.4.8)
200209 nenv (0.3.0)
201210 net-scp (1.2.1)
202211 net-ssh (>= 2.6.5)
203212 net-ssh (4.1.0)
204- nio4r (2.0.0)
205- nokogiri (1.7.1)
206- mini_portile2 (~> 2.1.0)
213+ nio4r (2.1.0)
214+ nokogiri (1.8.0)
215+ mini_portile2 (~> 2.2.0)
207216 notiffany (0.1.1)
208217 nenv (~> 0.1)
209218 shellany (~> 0.0)
@@ -220,94 +229,96 @@ GEM
220229 binding_of_caller (>= 0.7)
221230 pry (>= 0.9.11)
222231 public_suffix (2.0.5)
223- puma (3.8.2)
224- rack (2.0.1)
232+ puma (3.9.1)
233+ rack (2.0.3)
225234 rack-test (0.6.3)
226235 rack (>= 1.0)
227- rails (5.0.2)
228- actioncable (= 5.0.2)
229- actionmailer (= 5.0.2)
230- actionpack (= 5.0.2)
231- actionview (= 5.0.2)
232- activejob (= 5.0.2)
233- activemodel (= 5.0.2)
234- activerecord (= 5.0.2)
235- activesupport (= 5.0.2)
236+ rails (5.1.2)
237+ actioncable (= 5.1.2)
238+ actionmailer (= 5.1.2)
239+ actionpack (= 5.1.2)
240+ actionview (= 5.1.2)
241+ activejob (= 5.1.2)
242+ activemodel (= 5.1.2)
243+ activerecord (= 5.1.2)
244+ activesupport (= 5.1.2)
236245 bundler (>= 1.3.0, < 2.0)
237- railties (= 5.0.2)
246+ railties (= 5.1.2)
238247 sprockets-rails (>= 2.0.0)
239248 rails-controller-testing (1.0.2)
240249 actionpack (~> 5.x, >= 5.0.1)
241250 actionview (~> 5.x, >= 5.0.1)
242251 activesupport (~> 5.x)
243- rails-dom-testing (2.0.2)
244- activesupport (>= 4.2.0, < 6.0)
245- nokogiri (~> 1.6)
252+ rails-dom-testing (2.0.3)
253+ activesupport (>= 4.2.0)
254+ nokogiri (>= 1.6)
246255 rails-html-sanitizer (1.0.3)
247256 loofah (~> 2.0)
248- rails-i18n (5.0.3)
257+ rails-i18n (5.0.4)
249258 i18n (~> 0.7)
250259 railties (~> 5.0)
251- railties (5.0.2)
252- actionpack (= 5.0.2)
253- activesupport (= 5.0.2)
260+ railties (5.1.2)
261+ actionpack (= 5.1.2)
262+ activesupport (= 5.1.2)
254263 method_source
255264 rake (>= 0.8.7)
256265 thor (>= 0.18.1, < 2.0)
257266 rake (12.0.0)
258- rb-fsevent (0.9.8)
267+ rb-fsevent (0.10.2)
268+ rdoc (4.3.0)
259269 ref (2.0.0)
260- responders (2.3.0)
261- railties (>= 4.2.0, < 5.1)
262- roo (2.7.1)
263- nokogiri (~> 1)
264- rubyzip (~> 1.1, < 2.0.0)
265- roo-xls (1.1.0)
266- nokogiri
267- roo (>= 2.0.0beta1, < 3)
268- spreadsheet (> 0.9.0)
269- rspec (3.5.0)
270- rspec-core (~> 3.5.0)
271- rspec-expectations (~> 3.5.0)
272- rspec-mocks (~> 3.5.0)
273- rspec-core (3.5.4)
274- rspec-support (~> 3.5.0)
275- rspec-expectations (3.5.0)
270+ responders (2.4.0)
271+ actionpack (>= 4.2.0, < 5.3)
272+ railties (>= 4.2.0, < 5.3)
273+ rspec (3.6.0)
274+ rspec-core (~> 3.6.0)
275+ rspec-expectations (~> 3.6.0)
276+ rspec-mocks (~> 3.6.0)
277+ rspec-core (3.6.0)
278+ rspec-support (~> 3.6.0)
279+ rspec-expectations (3.6.0)
276280 diff-lcs (>= 1.2.0, < 2.0)
277- rspec-support (~> 3.5.0)
278- rspec-mocks (3.5.0)
281+ rspec-support (~> 3.6.0)
282+ rspec-mocks (3.6.0)
279283 diff-lcs (>= 1.2.0, < 2.0)
280- rspec-support (~> 3.5.0)
281- rspec-rails (3.5.2)
284+ rspec-support (~> 3.6.0)
285+ rspec-rails (3.6.0)
282286 actionpack (>= 3.0)
283287 activesupport (>= 3.0)
284288 railties (>= 3.0)
285- rspec-core (~> 3.5.0)
286- rspec-expectations (~> 3.5.0)
287- rspec-mocks (~> 3.5.0)
288- rspec-support (~> 3.5.0)
289- rspec-support (3.5.0)
290- ruby-ole (1.2.12.1)
291- ruby_parser (3.8.4)
289+ rspec-core (~> 3.6.0)
290+ rspec-expectations (~> 3.6.0)
291+ rspec-mocks (~> 3.6.0)
292+ rspec-support (~> 3.6.0)
293+ rspec-support (3.6.0)
294+ ruby_parser (3.9.0)
292295 sexp_processor (~> 4.1)
293296 rubyzip (1.2.1)
294297 safe_yaml (1.0.4)
295- sass (3.4.23)
298+ sass (3.5.1)
299+ sass-listen (~> 4.0.0)
300+ sass-listen (4.0.0)
301+ rb-fsevent (~> 0.9, >= 0.9.4)
302+ rb-inotify (~> 0.9, >= 0.9.7)
296303 sass-rails (5.0.6)
297304 railties (>= 4.0.0, < 6)
298305 sass (~> 3.1)
299306 sprockets (>= 2.8, < 4.0)
300307 sprockets-rails (>= 2.0, < 4.0)
301308 tilt (>= 1.1, < 3)
302- sexp_processor (4.8.0)
309+ sdoc (0.4.2)
310+ json (~> 1.7, >= 1.7.7)
311+ rdoc (~> 4.0)
312+ selenium-webdriver (3.4.4)
313+ childprocess (~> 0.5)
314+ rubyzip (~> 1.0)
315+ sexp_processor (4.9.0)
303316 shellany (0.0.1)
304- simple_form (3.4.0)
305- actionpack (> 4, < 5.1)
306- activemodel (> 4, < 5.1)
317+ simple_form (3.5.0)
318+ actionpack (> 4, < 5.2)
319+ activemodel (> 4, < 5.2)
307320 slop (3.6.0)
308- spreadsheet (1.1.4)
309- ruby-ole (>= 1.0)
310- spring (2.0.1)
321+ spring (2.0.2)
311322 activesupport (>= 4.2)
312323 spring-watcher-listen (2.0.1)
313324 listen (>= 2.7, < 4.0)
@@ -320,11 +331,12 @@ GEM
320331 activesupport (>= 4.0)
321332 sprockets (>= 3.0.0)
322333 sqlite3 (1.3.13)
323- sshkit (1.13.1)
334+ sshkit (1.14.0)
324335 net-scp (>= 1.1.2)
325336 net-ssh (>= 2.8.0)
326337 sshkit-backend-docker (0.1.2)
327338 sshkit (>= 1.9.0)
339+ temple (0.8.0)
328340 therubyracer (0.12.3)
329341 libv8 (~> 3.16.14.15)
330342 ref
@@ -333,12 +345,12 @@ GEM
333345 tilt (2.0.7)
334346 turbolinks (5.0.1)
335347 turbolinks-source (~> 5)
336- turbolinks-source (5.0.0)
348+ turbolinks-source (5.0.3)
337349 tzinfo (1.2.3)
338350 thread_safe (~> 0.1)
339- uglifier (3.1.13)
351+ uglifier (3.2.0)
340352 execjs (>= 0.3.0, < 3)
341- web-console (3.5.0)
353+ web-console (3.5.1)
342354 actionview (>= 5.0)
343355 activemodel (>= 5.0)
344356 bindex (>= 0.4.0)
@@ -347,11 +359,19 @@ GEM
347359 addressable (>= 2.3.6)
348360 crack (>= 0.3.2)
349361 hashdiff
362+ webpacker (2.0)
363+ activesupport (>= 4.2)
364+ multi_json (~> 1.2)
365+ railties (>= 4.2)
366+ webpacker-react (0.3.1)
367+ webpacker
350368 websocket-driver (0.6.5)
351369 websocket-extensions (>= 0.1.0)
352370 websocket-extensions (0.1.2)
353- yaml_db (0.5.0)
354- rails (>= 3.0, < 5.1)
371+ xpath (2.1.0)
372+ nokogiri (~> 1.3)
373+ yaml_db (0.6.0)
374+ rails (>= 3.0, < 5.2)
355375 rake (>= 0.8.7)
356376
357377 PLATFORMS
@@ -366,6 +386,7 @@ DEPENDENCIES
366386 capistrano-bundler
367387 capistrano-deploy_into_docker (>= 0.2.1)
368388 capistrano-rails
389+ capybara (~> 2.13)
369390 coffee-rails (~> 4.2)
370391 database_cleaner
371392 delayed_job_active_record
@@ -374,7 +395,6 @@ DEPENDENCIES
374395 faker
375396 faraday
376397 guard-bundler
377- guard-rails
378398 guard-rspec
379399 haml-rails
380400 jbuilder (~> 2.5)
@@ -391,15 +411,15 @@ DEPENDENCIES
391411 pry-rails
392412 pry-stack_explorer
393413 puma (~> 3.0)
394- rails (~> 5.0.2)
414+ rails (~> 5.1.2)
395415 rails-controller-testing
396416 rails-i18n
397417 rb-inotify!
398418 responders
399- roo
400- roo-xls
401419 rspec-rails
402420 sass-rails (~> 5.0)
421+ sdoc (~> 0.4.0)
422+ selenium-webdriver
403423 simple_form
404424 spring
405425 spring-watcher-listen (~> 2.0.0)
@@ -410,6 +430,8 @@ DEPENDENCIES
410430 uglifier (>= 1.3.0)
411431 web-console (>= 3.3.0)
412432 webmock
433+ webpacker (~> 2.0)
434+ webpacker-react (~> 0.3.1)
413435 yaml_db
414436
415437 BUNDLED WITH
--- /dev/null
+++ b/Procfile
@@ -0,0 +1,2 @@
1+web: bin/rails s -b 0 -p 3000
2+webpack: bundle exec bin/webpack-dev-server --host 0.0.0.0